Commit b21e2f28 authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs Integration] Update install_add_pod

parent d485d4c3
---
File References:
- Products:
- libPods.a
- Frameworks:
- Foundation.framework
- SystemConfiguration.framework
- Pods:
- JSONKit:
- JSONKit.h
......@@ -11,12 +10,18 @@ File References:
- Reachability:
- Reachability.h
- Reachability.m
- Products:
- libPods.a
- Targets Support Files:
- Pods:
- Pods-resources.sh
- Pods-prefix.pch
- 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:
COMPILER_FLAGS: -Wno-deprecated-objc-isa-usage -Wno-format
- Reachability.m:
COMPILER_FLAGS: -fobjc-arc -DOS_OBJECT_USE_OBJC=0
- PodsDummy_Pods.m
- Pods-dummy.m
- FrameworksBuildPhase:
- Foundation.framework
- HeadersBuildPhase:
......@@ -37,10 +42,9 @@ Targets:
Build Configurations:
- Release:
Build Settings:
COPY_PHASE_STRIP: 'YES'
PUBLIC_HEADERS_FOLDER_PATH: $(TARGET_NAME)
PODS_HEADERS_SEARCH_PATHS: ${PODS_BUILD_HEADERS_SEARCH_PATHS}
PODS_ROOT: ${SRCROOT}
PUBLIC_HEADERS_FOLDER_PATH: $(TARGET_NAME)
SDKROOT: iphoneos
VALIDATE_PRODUCT: 'YES'
GCC_C_LANGUAGE_STANDARD: gnu99
......@@ -54,7 +58,7 @@ Targets:
GCC_PRECOMPILE_PREFIX_HEADER: 'YES'
OTHER_LDFLAGS: ''
IPHONEOS_DEPLOYMENT_TARGET: '6.0'
GCC_WARN_INHIBIT_ALL_WARNINGS: 'NO'
COPY_PHASE_STRIP: 'YES'
GCC_PREFIX_HEADER: Pods-prefix.pch
Base Configuration: Pods.xcconfig
- Debug:
......@@ -82,7 +86,6 @@ Targets:
PODS_ROOT: ${SRCROOT}
ARCHS: $(ARCHS_STANDARD_32_BIT)
SKIP_INSTALL: 'YES'
GCC_WARN_INHIBIT_ALL_WARNINGS: 'NO'
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