Commit b21e2f28 authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs Integration] Update install_add_pod

parent d485d4c3
--- ---
File References: File References:
- Products:
- libPods.a
- Frameworks: - Frameworks:
- Foundation.framework - Foundation.framework
- SystemConfiguration.framework
- Pods: - Pods:
- JSONKit: - JSONKit:
- JSONKit.h - JSONKit.h
...@@ -11,12 +10,18 @@ File References: ...@@ -11,12 +10,18 @@ File References:
- Reachability: - Reachability:
- Reachability.h - Reachability.h
- Reachability.m - Reachability.m
- Products:
- libPods.a
- Targets Support Files: - Targets Support Files:
- Pods: - Pods:
- Pods-resources.sh
- Pods-prefix.pch
- Pods.xcconfig - Pods.xcconfig
- PodsDummy_Pods.m - Pods-header.h
- Pods-prefix.pch
- Pods-resources.sh
- Pods-acknowledgements.plist
- Pods-acknowledgements.markdown
- Pods-dummy.m
- Podfile
--- ---
...@@ -28,7 +33,7 @@ Targets: ...@@ -28,7 +33,7 @@ Targets:
COMPILER_FLAGS: -Wno-deprecated-objc-isa-usage -Wno-format COMPILER_FLAGS: -Wno-deprecated-objc-isa-usage -Wno-format
- Reachability.m: - Reachability.m:
COMPILER_FLAGS: -fobjc-arc -DOS_OBJECT_USE_OBJC=0 COMPILER_FLAGS: -fobjc-arc -DOS_OBJECT_USE_OBJC=0
- PodsDummy_Pods.m - Pods-dummy.m
- FrameworksBuildPhase: - FrameworksBuildPhase:
- Foundation.framework - Foundation.framework
- HeadersBuildPhase: - HeadersBuildPhase:
...@@ -37,10 +42,9 @@ Targets: ...@@ -37,10 +42,9 @@ Targets:
Build Configurations: Build Configurations:
- Release: - Release:
Build Settings: Build Settings:
COPY_PHASE_STRIP: 'YES' PUBLIC_HEADERS_FOLDER_PATH: $(TARGET_NAME)
PODS_HEADERS_SEARCH_PATHS: ${PODS_BUILD_HEADERS_SEARCH_PATHS} PODS_HEADERS_SEARCH_PATHS: ${PODS_BUILD_HEADERS_SEARCH_PATHS}
PODS_ROOT: ${SRCROOT} PODS_ROOT: ${SRCROOT}
PUBLIC_HEADERS_FOLDER_PATH: $(TARGET_NAME)
SDKROOT: iphoneos SDKROOT: iphoneos
VALIDATE_PRODUCT: 'YES' VALIDATE_PRODUCT: 'YES'
GCC_C_LANGUAGE_STANDARD: gnu99 GCC_C_LANGUAGE_STANDARD: gnu99
...@@ -54,7 +58,7 @@ Targets: ...@@ -54,7 +58,7 @@ Targets:
GCC_PRECOMPILE_PREFIX_HEADER: 'YES' GCC_PRECOMPILE_PREFIX_HEADER: 'YES'
OTHER_LDFLAGS: '' OTHER_LDFLAGS: ''
IPHONEOS_DEPLOYMENT_TARGET: '6.0' IPHONEOS_DEPLOYMENT_TARGET: '6.0'
GCC_WARN_INHIBIT_ALL_WARNINGS: 'NO' COPY_PHASE_STRIP: 'YES'
GCC_PREFIX_HEADER: Pods-prefix.pch GCC_PREFIX_HEADER: Pods-prefix.pch
Base Configuration: Pods.xcconfig Base Configuration: Pods.xcconfig
- Debug: - Debug:
...@@ -82,7 +86,6 @@ Targets: ...@@ -82,7 +86,6 @@ Targets:
PODS_ROOT: ${SRCROOT} PODS_ROOT: ${SRCROOT}
ARCHS: $(ARCHS_STANDARD_32_BIT) ARCHS: $(ARCHS_STANDARD_32_BIT)
SKIP_INSTALL: 'YES' SKIP_INSTALL: 'YES'
GCC_WARN_INHIBIT_ALL_WARNINGS: 'NO'
Base Configuration: Pods.xcconfig Base Configuration: Pods.xcconfig
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment