Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Aug 12, 2014
1 parent a417336 commit 169cd92
Show file tree
Hide file tree
Showing 46 changed files with 804 additions and 769 deletions.
10 changes: 5 additions & 5 deletions init_single_platform/after/SampleApp.xcodeproj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ Targets:
GCC_PRECOMPILE_PREFIX_HEADER: 'YES'
GCC_PREFIX_HEADER: SampleApp/SampleApp-Prefix.pch
INFOPLIST_FILE: SampleApp/SampleApp-Info.plist
PRODUCT_NAME: $(TARGET_NAME)
PRODUCT_NAME: "$(TARGET_NAME)"
WRAPPER_EXTENSION: app
- Release:
Build Settings:
COMBINE_HIDPI_IMAGES: 'YES'
GCC_PRECOMPILE_PREFIX_HEADER: 'YES'
GCC_PREFIX_HEADER: SampleApp/SampleApp-Prefix.pch
INFOPLIST_FILE: SampleApp/SampleApp-Info.plist
PRODUCT_NAME: $(TARGET_NAME)
PRODUCT_NAME: "$(TARGET_NAME)"
WRAPPER_EXTENSION: app
- SampleApp copy:
Build Phases:
Expand Down Expand Up @@ -89,7 +89,7 @@ Build Configurations:
- Debug:
Build Settings:
ALWAYS_SEARCH_USER_PATHS: 'NO'
ARCHS: $(ARCHS_STANDARD_64_BIT)
ARCHS: "$(ARCHS_STANDARD_64_BIT)"
CLANG_CXX_LANGUAGE_STANDARD: gnu++0x
CLANG_CXX_LIBRARY: libc++
CLANG_WARN_CONSTANT_CONVERSION: 'YES'
Expand All @@ -104,7 +104,7 @@ Build Configurations:
GCC_OPTIMIZATION_LEVEL: '0'
GCC_PREPROCESSOR_DEFINITIONS:
- DEBUG=1
- $(inherited)
- "$(inherited)"
GCC_SYMBOLS_PRIVATE_EXTERN: 'NO'
GCC_WARN_64_TO_32_BIT_CONVERSION: 'YES'
GCC_WARN_ABOUT_RETURN_TYPE: 'YES'
Expand All @@ -116,7 +116,7 @@ Build Configurations:
- Release:
Build Settings:
ALWAYS_SEARCH_USER_PATHS: 'NO'
ARCHS: $(ARCHS_STANDARD_64_BIT)
ARCHS: "$(ARCHS_STANDARD_64_BIT)"
CLANG_CXX_LANGUAGE_STANDARD: gnu++0x
CLANG_CXX_LIBRARY: libc++
CLANG_WARN_CONSTANT_CONVERSION: 'YES'
Expand Down
2 changes: 1 addition & 1 deletion init_single_platform/after/execution_output.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CP_AGGRESSIVE_CACHE=TRUE XCODEPROJ_DISABLE_XCPROJ=TRUE $ pod init --verbose --no-ansi 2>&1
CP_AGGRESSIVE_CACHE=TRUE XCODEPROJ_DISABLE_XCPROJ=TRUE pod init --verbose --no-ansi 2>&1
92 changes: 46 additions & 46 deletions install_add_pod/after/Pods/Pods.xcodeproj.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions install_add_pod/after/SampleApp.xcodeproj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Targets:
GCC_PRECOMPILE_PREFIX_HEADER: 'YES'
GCC_PREFIX_HEADER: SampleApp/SampleApp-Prefix.pch
INFOPLIST_FILE: SampleApp/SampleApp-Info.plist
PRODUCT_NAME: $(TARGET_NAME)
PRODUCT_NAME: "$(TARGET_NAME)"
WRAPPER_EXTENSION: app
Base Configuration: Pods.debug.xcconfig
- Release:
Expand All @@ -57,7 +57,7 @@ Targets:
GCC_PRECOMPILE_PREFIX_HEADER: 'YES'
GCC_PREFIX_HEADER: SampleApp/SampleApp-Prefix.pch
INFOPLIST_FILE: SampleApp/SampleApp-Info.plist
PRODUCT_NAME: $(TARGET_NAME)
PRODUCT_NAME: "$(TARGET_NAME)"
WRAPPER_EXTENSION: app
Base Configuration: Pods.release.xcconfig

Expand All @@ -67,7 +67,7 @@ Build Configurations:
- Debug:
Build Settings:
ALWAYS_SEARCH_USER_PATHS: 'NO'
ARCHS: $(ARCHS_STANDARD_64_BIT)
ARCHS: "$(ARCHS_STANDARD_64_BIT)"
CLANG_CXX_LANGUAGE_STANDARD: gnu++0x
CLANG_CXX_LIBRARY: libc++
CLANG_WARN_CONSTANT_CONVERSION: 'YES'
Expand All @@ -82,7 +82,7 @@ Build Configurations:
GCC_OPTIMIZATION_LEVEL: '0'
GCC_PREPROCESSOR_DEFINITIONS:
- DEBUG=1
- $(inherited)
- "$(inherited)"
GCC_SYMBOLS_PRIVATE_EXTERN: 'NO'
GCC_WARN_64_TO_32_BIT_CONVERSION: 'YES'
GCC_WARN_ABOUT_RETURN_TYPE: 'YES'
Expand All @@ -94,7 +94,7 @@ Build Configurations:
- Release:
Build Settings:
ALWAYS_SEARCH_USER_PATHS: 'NO'
ARCHS: $(ARCHS_STANDARD_64_BIT)
ARCHS: "$(ARCHS_STANDARD_64_BIT)"
CLANG_CXX_LANGUAGE_STANDARD: gnu++0x
CLANG_CXX_LIBRARY: libc++
CLANG_WARN_CONSTANT_CONVERSION: 'YES'
Expand Down
4 changes: 3 additions & 1 deletion install_add_pod/after/execution_output.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
CP_AGGRESSIVE_CACHE=TRUE XCODEPROJ_DISABLE_XCPROJ=TRUE $ pod install --no-repo-update --verbose --no-ansi 2>&1
CP_AGGRESSIVE_CACHE=TRUE XCODEPROJ_DISABLE_XCPROJ=TRUE pod install --no-repo-update --verbose --no-ansi 2>&1

Analyzing dependencies

Finding Podfile changes
A JSONKit
- Reachability
Using `ARCHS` setting to build architectures: (`$(ARCHS_STANDARD_64_BIT)`)

Resolving dependencies of `Podfile`
Resolving dependencies for target `Pods' (iOS 6.0)
Expand Down
Loading

0 comments on commit 169cd92

Please sign in to comment.