Commit 5717c8da authored by Fabio Pelosin's avatar Fabio Pelosin

[Spec Integration] Manually patch 0.17 bugs.

parent 125f6557
--- ---
File References: File References:
- Products:
- libPods.a
- Frameworks: - Frameworks:
- Foundation.framework - Foundation.framework
- SystemConfiguration.framework
- Pods: [] - Pods: []
- Targets Support Files:
- Pods:
- Pods-resources.sh
- Pods-prefix.pch
- Pods.xcconfig
- PodsDummy_Pods.m
- Local Pods: - Local Pods:
- Reachability: - Reachability:
- Reachability.h - Reachability.h
- Reachability.m - Reachability.m
- Products:
- libPods.a
- Targets Support Files:
- Pods:
- Pods.xcconfig
- Pods-header.h
- Pods-prefix.pch
- Pods-resources.sh
- Pods-acknowledgements.plist
- Pods-acknowledgements.markdown
- Pods-dummy.m
- Podfile
--- ---
...@@ -23,7 +28,7 @@ Targets: ...@@ -23,7 +28,7 @@ Targets:
Build Phases: Build Phases:
- SourcesBuildPhase: - SourcesBuildPhase:
- Reachability.m - Reachability.m
- PodsDummy_Pods.m - Pods-dummy.m
- FrameworksBuildPhase: - FrameworksBuildPhase:
- Foundation.framework - Foundation.framework
- HeadersBuildPhase: - HeadersBuildPhase:
...@@ -31,10 +36,9 @@ Targets: ...@@ -31,10 +36,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
...@@ -48,7 +52,7 @@ Targets: ...@@ -48,7 +52,7 @@ Targets:
GCC_PRECOMPILE_PREFIX_HEADER: 'YES' GCC_PRECOMPILE_PREFIX_HEADER: 'YES'
OTHER_LDFLAGS: '' OTHER_LDFLAGS: ''
IPHONEOS_DEPLOYMENT_TARGET: '4.3' IPHONEOS_DEPLOYMENT_TARGET: '4.3'
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:
...@@ -76,7 +80,6 @@ Targets: ...@@ -76,7 +80,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
......
--- ---
File References: File References:
- Products:
- libPods.a
- libPods-test.a
- libPods-SampleApp_2.a
- Frameworks: - Frameworks:
- Foundation.framework - Foundation.framework
- SystemConfiguration.framework
- Pods: - Pods:
- Reachability: - Reachability:
- Reachability.h - Reachability.h
...@@ -13,22 +10,36 @@ File References: ...@@ -13,22 +10,36 @@ File References:
- JSONKit: - JSONKit:
- JSONKit.h - JSONKit.h
- JSONKit.m - JSONKit.m
- Products:
- libPods.a
- libPods-test.a
- libPods-SampleApp_2.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
- Pods-test: - Pods-test:
- Pods-test-resources.sh
- Pods-test-prefix.pch
- Pods-test.xcconfig - Pods-test.xcconfig
- PodsDummy_Pods_test.m - Pods-test-header.h
- Pods-test-prefix.pch
- Pods-test-resources.sh
- Pods-test-acknowledgements.plist
- Pods-test-acknowledgements.markdown
- Pods-test-dummy.m
- Pods-SampleApp_2: - Pods-SampleApp_2:
- Pods-SampleApp_2-resources.sh
- Pods-SampleApp_2-prefix.pch
- Pods-SampleApp_2.xcconfig - Pods-SampleApp_2.xcconfig
- PodsDummy_Pods_SampleApp_2.m - Pods-SampleApp_2-header.h
- Pods-SampleApp_2-prefix.pch
- Pods-SampleApp_2-resources.sh
- Pods-SampleApp_2-acknowledgements.plist
- Pods-SampleApp_2-acknowledgements.markdown
- Pods-SampleApp_2-dummy.m
- Podfile
--- ---
...@@ -38,7 +49,7 @@ Targets: ...@@ -38,7 +49,7 @@ Targets:
- SourcesBuildPhase: - SourcesBuildPhase:
- 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:
...@@ -46,10 +57,9 @@ Targets: ...@@ -46,10 +57,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
...@@ -63,7 +73,7 @@ Targets: ...@@ -63,7 +73,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:
...@@ -91,14 +101,13 @@ Targets: ...@@ -91,14 +101,13 @@ 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
- Pods-test: - Pods-test:
Build Phases: Build Phases:
- SourcesBuildPhase: - SourcesBuildPhase:
- JSONKit.m: - JSONKit.m:
COMPILER_FLAGS: -Wno-deprecated-objc-isa-usage -Wno-format COMPILER_FLAGS: -Wno-deprecated-objc-isa-usage -Wno-format
- PodsDummy_Pods_test.m - Pods-test-dummy.m
- FrameworksBuildPhase: - FrameworksBuildPhase:
- Foundation.framework - Foundation.framework
- HeadersBuildPhase: - HeadersBuildPhase:
...@@ -106,10 +115,9 @@ Targets: ...@@ -106,10 +115,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
...@@ -123,7 +131,7 @@ Targets: ...@@ -123,7 +131,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-test-prefix.pch GCC_PREFIX_HEADER: Pods-test-prefix.pch
Base Configuration: Pods-test.xcconfig Base Configuration: Pods-test.xcconfig
- Debug: - Debug:
...@@ -151,7 +159,6 @@ Targets: ...@@ -151,7 +159,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-test.xcconfig Base Configuration: Pods-test.xcconfig
- Pods-SampleApp_2: - Pods-SampleApp_2:
Build Phases: Build Phases:
...@@ -160,7 +167,7 @@ Targets: ...@@ -160,7 +167,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_SampleApp_2.m - Pods-SampleApp_2-dummy.m
- FrameworksBuildPhase: - FrameworksBuildPhase:
- Foundation.framework - Foundation.framework
- HeadersBuildPhase: - HeadersBuildPhase:
...@@ -169,10 +176,9 @@ Targets: ...@@ -169,10 +176,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
...@@ -186,7 +192,7 @@ Targets: ...@@ -186,7 +192,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-SampleApp_2-prefix.pch GCC_PREFIX_HEADER: Pods-SampleApp_2-prefix.pch
Base Configuration: Pods-SampleApp_2.xcconfig Base Configuration: Pods-SampleApp_2.xcconfig
- Debug: - Debug:
...@@ -214,7 +220,6 @@ Targets: ...@@ -214,7 +220,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-SampleApp_2.xcconfig Base Configuration: Pods-SampleApp_2.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