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
125f6557
Commit
125f6557
authored
Feb 14, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Spec Integration] Update install_subspecs for 0.17
parent
4b6b1c28
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
117 additions
and
84 deletions
+117
-84
Podfile.lock
spec/integration/install_subspecs/after/Podfile.lock
+7
-11
Manifest.lock
spec/integration/install_subspecs/after/Pods/Manifest.lock
+16
-0
PodTest.podspec
...ation/install_subspecs/after/Pods/PodTest/PodTest.podspec
+0
-13
Pods-OS X App-dummy.m
...gration/install_subspecs/after/Pods/Pods-OS X App-dummy.m
+0
-0
Pods-OS X App-header.h
...ration/install_subspecs/after/Pods/Pods-OS X App-header.h
+4
-0
Pods-OS X App-prefix.pch
...tion/install_subspecs/after/Pods/Pods-OS X App-prefix.pch
+2
-0
Pods-iOS App-dummy.m
...egration/install_subspecs/after/Pods/Pods-iOS App-dummy.m
+0
-0
Pods-iOS App-header.h
...gration/install_subspecs/after/Pods/Pods-iOS App-header.h
+4
-0
Pods-iOS App-prefix.pch
...ation/install_subspecs/after/Pods/Pods-iOS App-prefix.pch
+2
-0
Pods.xcodeproj.yaml
...tegration/install_subspecs/after/Pods/Pods.xcodeproj.yaml
+36
-33
contents.xcworkspacedata
...pecs/after/SampleApp.xcworkspace/contents.xcworkspacedata
+2
-2
execution_output.txt
spec/integration/install_subspecs/after/execution_output.txt
+44
-25
No files found.
spec/integration/install_subspecs/after/Podfile.lock
View file @
125f6557
PODS:
- PodTest/subspec_1 (1.0)
- PodTest/subspec_2 (1.0)
- PodTest/subspec_1 (1.0)
- PodTest/subspec_2 (1.0)
DEPENDENCIES:
- PodTest/subspec_1 (from `PodTest-hg-source'
)
- PodTest/subspec_2 (from `PodTest.podspec'
)
- PodTest/subspec_1 (from `PodTest-hg-source`
)
- PodTest/subspec_2 (from `PodTest-hg-source`
)
EXTERNAL SOURCES:
PodTest
/subspec_1
:
PodTest:
:hg: PodTest-hg-source
PodTest/subspec_2:
:podspec: PodTest.podspec
SPEC CHECKSUMS:
PodTest/subspec_1: 5049980a26c8960af5a42d1c7f086483c5b29d8f
PodTest/subspec_2: 5049980a26c8960af5a42d1c7f086483c5b29d8f
PodTest: 5049980a26c8960af5a42d1c7f086483c5b29d8f
COCOAPODS: 0.1
6.2
COCOAPODS: 0.1
7.0.alpha
spec/integration/install_subspecs/after/Pods/Manifest.lock
0 → 100644
View file @
125f6557
PODS:
- PodTest/subspec_1 (1.0)
- PodTest/subspec_2 (1.0)
DEPENDENCIES:
- PodTest/subspec_1 (from `PodTest-hg-source`)
- PodTest/subspec_2 (from `PodTest-hg-source`)
EXTERNAL SOURCES:
PodTest:
:hg: PodTest-hg-source
SPEC CHECKSUMS:
PodTest: 5049980a26c8960af5a42d1c7f086483c5b29d8f
COCOAPODS: 0.17.0.alpha
spec/integration/install_subspecs/after/Pods/PodTest/PodTest.podspec
deleted
100644 → 0
View file @
4b6b1c28
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"PodTest"
s
.
version
=
"1.0"
s
.
source
=
{
:http
=>
"./PodTest.zip"
}
s
.
subspec
"subspec_1"
do
|
ss
|
ss
.
source_files
=
"subspec_1.{h,m}"
end
s
.
subspec
"subspec_2"
do
|
ss
|
ss
.
source_files
=
"subspec_2.{h,m}"
end
end
spec/integration/install_subspecs/after/Pods/Pods
Dummy_Pods_OS_X_App
.m
→
spec/integration/install_subspecs/after/Pods/Pods
-OS X App-dummy
.m
View file @
125f6557
File moved
spec/integration/install_subspecs/after/Pods/Pods-OS X App-header.h
0 → 100644
View file @
125f6557
// WARNING: This feature of CocoaPods is present for discussion purposes and might be discontinued or changed in future
#define __COCOA_PODS
#define __POD_PodTest_subspec_2
spec/integration/install_subspecs/after/Pods/Pods-OS X App-prefix.pch
View file @
125f6557
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
#import "Pods-OS X App-header.h"
spec/integration/install_subspecs/after/Pods/Pods
Dummy_Pods_iOS_App
.m
→
spec/integration/install_subspecs/after/Pods/Pods
-iOS App-dummy
.m
View file @
125f6557
File moved
spec/integration/install_subspecs/after/Pods/Pods-iOS App-header.h
0 → 100644
View file @
125f6557
// WARNING: This feature of CocoaPods is present for discussion purposes and might be discontinued or changed in future
#define __COCOA_PODS
#define __POD_PodTest_subspec_1
spec/integration/install_subspecs/after/Pods/Pods-iOS App-prefix.pch
View file @
125f6557
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "Pods-iOS App-header.h"
spec/integration/install_subspecs/after/Pods/Pods.xcodeproj.yaml
View file @
125f6557
---
File References
:
-
Products
:
-
libPods-iOS App.a
-
libPods-OS X App.a
-
Frameworks
:
-
Foundation.framework
-
Cocoa.framework
-
Foundation.framework
-
Pods
:
-
PodTest
:
-
subspec_1
:
...
...
@@ -14,17 +11,27 @@ File References:
-
subspec_2
:
-
subspec_2.h
-
subspec_2.m
-
Products
:
-
libPods-iOS App.a
-
libPods-OS X App.a
-
Targets Support Files
:
-
Pods-iOS App
:
-
Pods-iOS App-resources.sh
-
Pods-iOS App-prefix.pch
-
Pods-iOS App.xcconfig
-
PodsDummy_Pods_iOS_App.m
-
Pods-iOS App-header.h
-
Pods-iOS App-prefix.pch
-
Pods-iOS App-resources.sh
-
Pods-iOS App-acknowledgements.plist
-
Pods-iOS App-acknowledgements.markdown
-
Pods-iOS App-dummy.m
-
Pods-OS X App
:
-
Pods-OS X App-resources.sh
-
Pods-OS X App-prefix.pch
-
Pods-OS X App.xcconfig
-
PodsDummy_Pods_OS_X_App.m
-
Pods-OS X App-header.h
-
Pods-OS X App-prefix.pch
-
Pods-OS X App-resources.sh
-
Pods-OS X App-acknowledgements.plist
-
Pods-OS X App-acknowledgements.markdown
-
Pods-OS X App-dummy.m
-
Podfile
---
...
...
@@ -33,7 +40,7 @@ Targets:
Build Phases
:
-
SourcesBuildPhase
:
-
subspec_1.m
-
Pods
Dummy_Pods_iOS_App
.m
-
Pods
-iOS App-dummy
.m
-
FrameworksBuildPhase
:
-
Foundation.framework
-
HeadersBuildPhase
:
...
...
@@ -41,10 +48,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
...
...
@@ -58,7 +64,7 @@ Targets:
GCC_PRECOMPILE_PREFIX_HEADER
:
'
YES'
OTHER_LDFLAGS
:
'
'
IPHONEOS_DEPLOYMENT_TARGET
:
'
4.3'
GCC_WARN_INHIBIT_ALL_WARNINGS
:
'
NO
'
COPY_PHASE_STRIP
:
'
YES
'
GCC_PREFIX_HEADER
:
Pods-iOS App-prefix.pch
Base Configuration
:
Pods-iOS App.xcconfig
-
Debug
:
...
...
@@ -86,13 +92,12 @@ Targets:
PODS_ROOT
:
${SRCROOT}
ARCHS
:
$(ARCHS_STANDARD_32_BIT)
SKIP_INSTALL
:
'
YES'
GCC_WARN_INHIBIT_ALL_WARNINGS
:
'
NO'
Base Configuration
:
Pods-iOS App.xcconfig
-
Pods-OS X App
:
Build Phases
:
-
SourcesBuildPhase
:
-
subspec_2.m
-
Pods
Dummy_Pods_OS_X_App
.m
-
Pods
-OS X App-dummy
.m
-
FrameworksBuildPhase
:
-
Cocoa.framework
-
HeadersBuildPhase
:
...
...
@@ -100,30 +105,28 @@ Targets:
Build Configurations
:
-
Release
:
Build Settings
:
COMBINE_HIDPI_IMAGES
:
'
YES'
DSTROOT
:
/tmp/xcodeproj.dst
MACOSX_DEPLOYMENT_TARGET
:
'
10.6'
GCC_PREFIX_HEADER
:
Pods-OS X App-prefix.pch
PODS_HEADERS_SEARCH_PATHS
:
${PODS_BUILD_HEADERS_SEARCH_PATHS}
COPY_PHASE_STRIP
:
'
YES'
DEBUG_INFORMATION_FORMAT
:
dwarf-with-dsym
PODS_HEADERS_SEARCH_PATHS
:
${PODS_BUILD_HEADERS_SEARCH_PATHS}
PODS_ROOT
:
${SRCROOT}
GCC_C_LANGUAGE_STANDARD
:
gnu99
OTHER_LDFLAGS
:
'
'
GCC_VERSION
:
com.apple.compilers.llvm.clang.1_0
ALWAYS_SEARCH_USER_PATHS
:
'
NO'
COPY_PHASE_STRIP
:
'
YES'
GCC_PRECOMPILE_PREFIX_HEADER
:
'
YES'
SDKROOT
:
macosx
PRODUCT_NAME
:
$(TARGET_NAME)
GCC_ENABLE_OBJC_EXCEPTIONS
:
'
YES'
INSTALL_PATH
:
$(BUILT_PRODUCTS_DIR)
MACOSX_DEPLOYMENT_TARGET
:
'
10.6'
SKIP_INSTALL
:
'
YES'
PODS_ROOT
:
${SRCROOT}
DSTROOT
:
/tmp/xcodeproj.dst
ALWAYS_SEARCH_USER_PATHS
:
'
NO'
ARCHS
:
$(ARCHS_STANDARD_64_BIT)
GCC_ENABLE_OBJC_EXCEPTIONS
:
'
YES'
GCC_WARN_INHIBIT_ALL_WARNINGS
:
'
NO'
GCC_VERSION
:
com.apple.compilers.llvm.clang.1_0
PRODUCT_NAME
:
$(TARGET_NAME)
GCC_PRECOMPILE_PREFIX_HEADER
:
'
YES'
OTHER_LDFLAGS
:
'
'
SDKROOT
:
macosx
COMBINE_HIDPI_IMAGES
:
'
YES'
GCC_PREFIX_HEADER
:
Pods-OS X App-prefix.pch
Base Configuration
:
Pods-OS X App.xcconfig
-
Debug
:
Build Settings
:
COMBINE_HIDPI_IMAGES
:
'
YES'
DSTROOT
:
/tmp/xcodeproj.dst
GCC_PREPROCESSOR_DEFINITIONS
:
-
DEBUG=1
...
...
@@ -148,7 +151,7 @@ Targets:
ARCHS
:
$(ARCHS_STANDARD_64_BIT)
PODS_ROOT
:
${SRCROOT}
GCC_ENABLE_OBJC_EXCEPTIONS
:
'
YES'
GCC_WARN_INHIBIT_ALL_WARNINGS
:
'
NO
'
COMBINE_HIDPI_IMAGES
:
'
YES
'
Base Configuration
:
Pods-OS X App.xcconfig
...
...
spec/integration/install_subspecs/after/SampleApp.xcworkspace/contents.xcworkspacedata
View file @
125f6557
<?xml version='1.0' encoding='UTF-8'?>
<Workspace
version=
'1.0'
><FileRef
location=
'group:Pods/Pods.xcodeproj'
/><FileRef
location=
'group:SampleApp.xcodeproj'
/></Workspace>
\ No newline at end of file
<?xml version='1.0' encoding='UTF-8'?>
<Workspace
version=
'1.0'
><FileRef
location=
'group:SampleApp.xcodeproj'
/><FileRef
location=
'group:Pods/Pods.xcodeproj'
/></Workspace>
\ No newline at end of file
spec/integration/install_subspecs/after/execution_output.txt
View file @
125f6557
$ pod install --no-update --no-doc --verbose --no-color
Resolving dependencies of `
./Podfile'
Resolving dependencies of `
Podfile`
Resolving dependencies for target `default' ()
Resolving dependencies for target `default' (
iOS 6.1
)
Resolving dependencies for target `iOS App' (iOS 4.3)
- PodTest/subspec_1 (from `PodTest-hg-source
'
)
-> Pre-downloading:
'PodTest'
>
Cloning mercurial repo
$ /usr/local/bin/hg clone "PodTest-hg-source" "ROOT/tmp/install_subspecs/Pods/PodTest"
updating to branch default
5 files updated, 0 files merged, 0 files removed, 0 files unresolved
- PodTest/subspec_1 (from `PodTest-hg-source
`
)
-> Pre-downloading:
`PodTest`
>
Mercurial download
$ /usr/local/bin/hg clone "PodTest-hg-source" "ROOT/tmp/install_subspecs/Pods/PodTest"
updating to branch default
5 files updated, 0 files merged, 0 files removed, 0 files unresolved
Resolving dependencies for target `OS X App' (OS X 10.6)
- PodTest/subspec_2 (from `PodTest
.podspec'
)
- PodTest/subspec_2 (from `PodTest
-hg-source`
)
Downloading dependencies
Comparing resolved specification to the sandbox manifest:
A PodTest
-> Using PodTest (1.0)
Downloading dependencies
->
Us
ing PodTest (1.0)
->
Install
ing PodTest (1.0)
Generating support files
Generating Pods Project
- Creating Pods project
- Running pre install hooks
- Generating project
- Adding source files to Pods project
- Adding resources to Pods project
- Installing targets
- Generating xcconfig file at `./Pods/Pods-iOS App.xcconfig'
- Generating prefix header at `./Pods/Pods-iOS App-prefix.pch'
- Generating copy resources script at `./Pods/Pods-iOS App-resources.sh'
- Generating xcconfig file at `./Pods/Pods-OS X App.xcconfig'
- Generating prefix header at `./Pods/Pods-OS X App-prefix.pch'
- Generating copy resources script at `./Pods/Pods-OS X App-resources.sh'
- Installing target `Pods-iOS App` iOS 4.3
- Adding Build files
- Linking headers
- Generating xcconfig file at `Pods/Pods-iOS App.xcconfig`
- Generating target header at `Pods/Pods-iOS App-header.h`
- Generating prefix header at `Pods/Pods-iOS App-prefix.pch`
- Generating copy resources script at `Pods/Pods-iOS App-resources.sh`
- Generating acknowledgements at `Pods/Pods-iOS App-acknowledgements.plist`
- Generating acknowledgements at `Pods/Pods-iOS App-acknowledgements.markdown`
- Generating dummy source file at `Pods/Pods-iOS App-dummy.m`
- Installing target `Pods-OS X App` OS X 10.6
- Adding Build files
- Linking headers
- Generating xcconfig file at `Pods/Pods-OS X App.xcconfig`
- Generating target header at `Pods/Pods-OS X App-header.h`
- Generating prefix header at `Pods/Pods-OS X App-prefix.pch`
- Generating copy resources script at `Pods/Pods-OS X App-resources.sh`
- Generating acknowledgements at `Pods/Pods-OS X App-acknowledgements.plist`
- Generating acknowledgements at `Pods/Pods-OS X App-acknowledgements.markdown`
- Generating dummy source file at `Pods/Pods-OS X App-dummy.m`
- Running post install hooks
- Writing Xcode project file to `./Pods/Pods.xcodeproj'
- Writing lockfile in `./Podfile.lock'
- Writing Xcode project file to `Pods/Pods.xcodeproj`
- Writing Lockfile in `Podfile.lock`
- Writing Manifest in `Pods/Manifest.lock`
[!] From now on use `SampleApp.xcworkspace'.
Integrating client projects
Integrating `libPods-iOS App.a' into target `iOS App' of Xcode project `./SampleApp.xcodeproj
'.
[!] From now on use `SampleApp.xcworkspace
'.
Integrating `libPods-
OS X App.a' into target `OS X App' of Xcode project `./SampleApp.xcodeproj'
.
Integrating `libPods-
iOS App.a` into target `iOS App` of project `SampleApp.xcodeproj`
.
Integrating `libPods-OS X App.a` into target `OS X App` of project `SampleApp.xcodeproj`.
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