Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
15236151
Commit
15236151
authored
Jul 10, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[integration] Update fixtures.
parent
deeb37fa
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
34 additions
and
39 deletions
+34
-39
Pods.xcconfig
spec/integration/install_add_pod/after/Pods/Pods.xcconfig
+2
-3
Pods-SampleApp_1.xcconfig
...all_custom_workspace/after/Pods/Pods-SampleApp_1.xcconfig
+2
-2
Pods-SampleApp_2.xcconfig
...all_custom_workspace/after/Pods/Pods-SampleApp_2.xcconfig
+2
-2
Pods.xcconfig
...egration/install_external_source/after/Pods/Pods.xcconfig
+0
-1
SampleApp.xcodeproj.yaml
...on/install_external_source/after/SampleApp.xcodeproj.yaml
+2
-2
Pods.xcconfig
...integration/install_local_source/after/Pods/Pods.xcconfig
+2
-2
SampleApp.xcodeproj.yaml
...ation/install_local_source/after/SampleApp.xcodeproj.yaml
+2
-2
Pods-SampleApp_2.xcconfig
...all_multiple_targets/after/Pods/Pods-SampleApp_2.xcconfig
+2
-3
Pods-test.xcconfig
...on/install_multiple_targets/after/Pods/Pods-test.xcconfig
+0
-1
Pods.xcconfig
...gration/install_multiple_targets/after/Pods/Pods.xcconfig
+2
-2
SampleApp.xcodeproj.yaml
...n/install_multiple_targets/after/SampleApp.xcodeproj.yaml
+2
-2
execution_output.txt
...ation/install_multiple_targets/after/execution_output.txt
+2
-1
Pods.xcconfig
spec/integration/install_new/after/Pods/Pods.xcconfig
+2
-2
Pods.xcconfig
...ration/install_podfile_callbacks/after/Pods/Pods.xcconfig
+2
-2
Pods.xcconfig
spec/integration/install_podspec/after/Pods/Pods.xcconfig
+2
-2
Pods.xcconfig
spec/integration/install_remove_pod/after/Pods/Pods.xcconfig
+2
-2
Pods.xcconfig
...tegration/install_spec_callbacks/after/Pods/Pods.xcconfig
+2
-2
Pods-OS X App.xcconfig
...ration/install_subspecs/after/Pods/Pods-OS X App.xcconfig
+0
-1
Pods-iOS App.xcconfig
...gration/install_subspecs/after/Pods/Pods-iOS App.xcconfig
+0
-1
SampleApp.xcodeproj.yaml
...tegration/install_subspecs/after/SampleApp.xcodeproj.yaml
+2
-2
Pods.xcconfig
spec/integration/update/after/Pods/Pods.xcconfig
+2
-2
No files found.
spec/integration/install_add_pod/after/Pods/Pods.xcconfig
View file @
15236151
#include "Pods-JSONKit.xcconfig"
#include "Pods-Reachability.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/JSONKit" "${PODS_ROOT}/Headers/Reachability"
OTHER_LDFLAGS = -ObjC
${PODS_REACHABILITY_OTHER_LDFLAGS}
OTHER_LDFLAGS = -ObjC
-framework SystemConfiguration
PODS_ROOT = ${SRCROOT}/Pods
\ No newline at end of file
spec/integration/install_custom_workspace/after/Pods/Pods-SampleApp_1.xcconfig
View file @
15236151
#include "Pods-SampleApp_1-Reachability.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/Reachability"
OTHER_LDFLAGS = -ObjC
${PODS_SAMPLEAPP___REACHABILITY_OTHER_LDFLAGS}
OTHER_LDFLAGS = -ObjC
-framework SystemConfiguration
PODS_ROOT = ${SRCROOT}/Pods
\ No newline at end of file
spec/integration/install_custom_workspace/after/Pods/Pods-SampleApp_2.xcconfig
View file @
15236151
#include "Pods-SampleApp_2-Reachability.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/Reachability"
OTHER_LDFLAGS = -ObjC
${PODS_SAMPLEAPP___REACHABILITY_OTHER_LDFLAGS}
OTHER_LDFLAGS = -ObjC
-framework SystemConfiguration
PODS_ROOT = ${SRCROOT}/Pods
\ No newline at end of file
spec/integration/install_external_source/after/Pods/Pods.xcconfig
View file @
15236151
#include "Pods-PodTest.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/PodTest"
OTHER_LDFLAGS = -ObjC
...
...
spec/integration/install_external_source/after/SampleApp.xcodeproj.yaml
View file @
15236151
...
...
@@ -66,7 +66,7 @@ Targets:
WRAPPER_EXTENSION
:
app
FRAMEWORK_SEARCH_PATHS
:
-
$(inherited)
-
'
"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks"'
-
!
'
"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks"'
IPHONEOS_DEPLOYMENT_TARGET
:
'
6.1'
GCC_PRECOMPILE_PREFIX_HEADER
:
'
YES'
INFOPLIST_FILE
:
iOS App/iOS App-Info.plist
...
...
@@ -82,7 +82,7 @@ Targets:
OTHER_CFLAGS
:
-DNS_BLOCK_ASSERTIONS=1
FRAMEWORK_SEARCH_PATHS
:
-
$(inherited)
-
'
"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks"'
-
!
'
"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks"'
IPHONEOS_DEPLOYMENT_TARGET
:
'
6.1'
GCC_PRECOMPILE_PREFIX_HEADER
:
'
YES'
INFOPLIST_FILE
:
iOS App/iOS App-Info.plist
...
...
spec/integration/install_local_source/after/Pods/Pods.xcconfig
View file @
15236151
#include "Pods-Reachability.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/Reachability"
OTHER_LDFLAGS = -ObjC
${PODS_REACHABILITY_OTHER_LDFLAGS}
OTHER_LDFLAGS = -ObjC
-framework SystemConfiguration
PODS_ROOT = ${SRCROOT}/Pods
\ No newline at end of file
spec/integration/install_local_source/after/SampleApp.xcodeproj.yaml
View file @
15236151
...
...
@@ -66,7 +66,7 @@ Targets:
WRAPPER_EXTENSION
:
app
FRAMEWORK_SEARCH_PATHS
:
-
$(inherited)
-
'
"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks"'
-
!
'
"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks"'
IPHONEOS_DEPLOYMENT_TARGET
:
'
6.1'
GCC_PRECOMPILE_PREFIX_HEADER
:
'
YES'
INFOPLIST_FILE
:
iOS App/iOS App-Info.plist
...
...
@@ -82,7 +82,7 @@ Targets:
OTHER_CFLAGS
:
-DNS_BLOCK_ASSERTIONS=1
FRAMEWORK_SEARCH_PATHS
:
-
$(inherited)
-
'
"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks"'
-
!
'
"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks"'
IPHONEOS_DEPLOYMENT_TARGET
:
'
6.1'
GCC_PRECOMPILE_PREFIX_HEADER
:
'
YES'
INFOPLIST_FILE
:
iOS App/iOS App-Info.plist
...
...
spec/integration/install_multiple_targets/after/Pods/Pods-SampleApp_2.xcconfig
View file @
15236151
#include "Pods-SampleApp_2-JSONKit.xcconfig"
#include "Pods-SampleApp_2-Reachability.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/JSONKit" "${PODS_ROOT}/Headers/Reachability"
OTHER_LDFLAGS = -ObjC
${PODS_SAMPLEAPP___REACHABILITY_OTHER_LDFLAGS}
OTHER_LDFLAGS = -ObjC
-framework SystemConfiguration
PODS_ROOT = ${SRCROOT}/Pods
\ No newline at end of file
spec/integration/install_multiple_targets/after/Pods/Pods-test.xcconfig
View file @
15236151
#include "Pods-test-JSONKit.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/JSONKit" "${PODS_ROOT}/Headers/Reachability"
OTHER_LDFLAGS = -ObjC
...
...
spec/integration/install_multiple_targets/after/Pods/Pods.xcconfig
View file @
15236151
#include "Pods-Reachability.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/JSONKit" "${PODS_ROOT}/Headers/Reachability"
OTHER_LDFLAGS = -ObjC
${PODS_REACHABILITY_OTHER_LDFLAGS}
OTHER_LDFLAGS = -ObjC
-framework SystemConfiguration
PODS_ROOT = ${SRCROOT}/Pods
\ No newline at end of file
spec/integration/install_multiple_targets/after/SampleApp.xcodeproj.yaml
View file @
15236151
...
...
@@ -119,7 +119,7 @@ Targets:
Build Settings
:
WRAPPER_EXTENSION
:
octest
COMBINE_HIDPI_IMAGES
:
'
YES'
FRAMEWORK_SEARCH_PATHS
:
'
"$(DEVELOPER_LIBRARY_DIR)/Frameworks"'
FRAMEWORK_SEARCH_PATHS
:
!
'
"$(DEVELOPER_LIBRARY_DIR)/Frameworks"'
TEST_HOST
:
$(BUNDLE_LOADER)
GCC_PRECOMPILE_PREFIX_HEADER
:
'
YES'
INFOPLIST_FILE
:
SampleAppTests/SampleAppTests-Info.plist
...
...
@@ -131,7 +131,7 @@ Targets:
Build Settings
:
WRAPPER_EXTENSION
:
octest
COMBINE_HIDPI_IMAGES
:
'
YES'
FRAMEWORK_SEARCH_PATHS
:
'
"$(DEVELOPER_LIBRARY_DIR)/Frameworks"'
FRAMEWORK_SEARCH_PATHS
:
!
'
"$(DEVELOPER_LIBRARY_DIR)/Frameworks"'
TEST_HOST
:
$(BUNDLE_LOADER)
GCC_PRECOMPILE_PREFIX_HEADER
:
'
YES'
INFOPLIST_FILE
:
SampleAppTests/SampleAppTests-Info.plist
...
...
spec/integration/install_multiple_targets/after/execution_output.txt
View file @
15236151
...
...
@@ -25,7 +25,8 @@ Downloading dependencies
$ /usr/bin/git rev-list --max-count=1 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
> Cloning to Pods folder
$ /usr/bin/git clone "CACHES_DIR/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f" "ROOT/tmp/install_multiple_targets/Pods/JSONKit"
$ /usr/bin/git clone "CACHES_DIR/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f"
"ROOT/tmp/install_multiple_targets/Pods/JSONKit"
Cloning into 'ROOT/tmp/install_multiple_targets/Pods/JSONKit'...
done.
$ /usr/bin/git checkout -b activated-pod-commit 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce 2>&1
...
...
spec/integration/install_new/after/Pods/Pods.xcconfig
View file @
15236151
#include "Pods-Reachability.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/Reachability"
OTHER_LDFLAGS = -ObjC
${PODS_REACHABILITY_OTHER_LDFLAGS}
OTHER_LDFLAGS = -ObjC
-framework SystemConfiguration
PODS_ROOT = ${SRCROOT}/Pods
\ No newline at end of file
spec/integration/install_podfile_callbacks/after/Pods/Pods.xcconfig
View file @
15236151
#include "Pods-Reachability.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/Reachability"
OTHER_LDFLAGS = -ObjC
${PODS_REACHABILITY_OTHER_LDFLAGS}
OTHER_LDFLAGS = -ObjC
-framework SystemConfiguration
PODS_ROOT = ${SRCROOT}/Pods
\ No newline at end of file
spec/integration/install_podspec/after/Pods/Pods.xcconfig
View file @
15236151
#include "Pods-Reachability.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/Reachability"
OTHER_LDFLAGS = -ObjC
${PODS_REACHABILITY_OTHER_LDFLAGS}
OTHER_LDFLAGS = -ObjC
-framework SystemConfiguration
PODS_ROOT = ${SRCROOT}/Pods
\ No newline at end of file
spec/integration/install_remove_pod/after/Pods/Pods.xcconfig
View file @
15236151
#include "Pods-Reachability.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/Reachability"
OTHER_LDFLAGS = -ObjC
${PODS_REACHABILITY_OTHER_LDFLAGS}
OTHER_LDFLAGS = -ObjC
-framework SystemConfiguration
PODS_ROOT = ${SRCROOT}/Pods
\ No newline at end of file
spec/integration/install_spec_callbacks/after/Pods/Pods.xcconfig
View file @
15236151
#include "Pods-Reachability.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/Reachability"
OTHER_LDFLAGS = -ObjC
${PODS_REACHABILITY_OTHER_LDFLAGS}
OTHER_LDFLAGS = -ObjC
-framework SystemConfiguration
PODS_ROOT = ${SRCROOT}/Pods
\ No newline at end of file
spec/integration/install_subspecs/after/Pods/Pods-OS X App.xcconfig
View file @
15236151
#include "Pods-OS X App-PodTest.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/PodTest"
OTHER_LDFLAGS = -ObjC
...
...
spec/integration/install_subspecs/after/Pods/Pods-iOS App.xcconfig
View file @
15236151
#include "Pods-iOS App-PodTest.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/PodTest"
OTHER_LDFLAGS = -ObjC
...
...
spec/integration/install_subspecs/after/SampleApp.xcodeproj.yaml
View file @
15236151
...
...
@@ -69,7 +69,7 @@ Targets:
WRAPPER_EXTENSION
:
app
FRAMEWORK_SEARCH_PATHS
:
-
$(inherited)
-
'
"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks"'
-
!
'
"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks"'
IPHONEOS_DEPLOYMENT_TARGET
:
'
6.1'
GCC_PRECOMPILE_PREFIX_HEADER
:
'
YES'
INFOPLIST_FILE
:
iOS App/iOS App-Info.plist
...
...
@@ -85,7 +85,7 @@ Targets:
OTHER_CFLAGS
:
-DNS_BLOCK_ASSERTIONS=1
FRAMEWORK_SEARCH_PATHS
:
-
$(inherited)
-
'
"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks"'
-
!
'
"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks"'
IPHONEOS_DEPLOYMENT_TARGET
:
'
6.1'
GCC_PRECOMPILE_PREFIX_HEADER
:
'
YES'
INFOPLIST_FILE
:
iOS App/iOS App-Info.plist
...
...
spec/integration/update/after/Pods/Pods.xcconfig
View file @
15236151
#include "Pods-Reachability.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/Reachability"
OTHER_LDFLAGS = -ObjC
${PODS_REACHABILITY_OTHER_LDFLAGS}
OTHER_LDFLAGS = -ObjC
-framework SystemConfiguration
PODS_ROOT = ${SRCROOT}/Pods
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment