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
0ac080a3
Commit
0ac080a3
authored
Apr 14, 2012
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always integrate the target in the RelativePathProject example.
parent
1d71b582
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
19 additions
and
21 deletions
+19
-21
.gitignore
.gitignore
+1
-0
Podfile.lock
examples/AFNetworking Mac Example/Podfile.lock
+1
-1
Podfile.lock
examples/AFNetworking iOS Example/Podfile.lock
+1
-1
Podfile.lock
examples/RKTwitter/Podfile.lock
+5
-9
contents.xcworkspacedata
.../RKTwitter/RKTwitter.xcworkspace/contents.xcworkspacedata
+2
-10
Podfile
examples/RelativePathProject/Podfile
+9
-0
project.pbxproj
...elativePathProject.xcodeproj.unintegrated/project.pbxproj
+0
-0
project.pbxproj
...PathProject/RelativePathProject.xcodeproj/project.pbxproj
+0
-0
No files found.
.gitignore
View file @
0ac080a3
...
@@ -11,6 +11,7 @@ tmp
...
@@ -11,6 +11,7 @@ tmp
examples/Podfile
examples/Podfile
examples/Pods
examples/Pods
examples/**/Pods
examples/**/Pods
examples/RelativePathProject/RelativePathProject/RelativePathProject.xcodeproj
spec/fixtures/banana-lib
spec/fixtures/banana-lib
spec/fixtures/integration/Headers/
spec/fixtures/integration/Headers/
/concatenated.*
/concatenated.*
...
...
examples/AFNetworking Mac Example/Podfile.lock
View file @
0ac080a3
...
@@ -2,7 +2,7 @@ PODS:
...
@@ -2,7 +2,7 @@ PODS:
- AFNetworking (0.7.0):
- AFNetworking (0.7.0):
- JSONKit
- JSONKit
- FormatterKit (0.7.0)
- FormatterKit (0.7.0)
- JSONKit (1.
5pre
)
- JSONKit (1.
4
)
DEPENDENCIES:
DEPENDENCIES:
- AFNetworking (~> 0.7.0)
- AFNetworking (~> 0.7.0)
...
...
examples/AFNetworking iOS Example/Podfile.lock
View file @
0ac080a3
...
@@ -2,7 +2,7 @@ PODS:
...
@@ -2,7 +2,7 @@ PODS:
- AFNetworking (0.7.0):
- AFNetworking (0.7.0):
- JSONKit
- JSONKit
- FormatterKit (0.7.0)
- FormatterKit (0.7.0)
- JSONKit (1.
5pre
)
- JSONKit (1.
4
)
DEPENDENCIES:
DEPENDENCIES:
- AFNetworking (~> 0.7.0)
- AFNetworking (~> 0.7.0)
...
...
examples/RKTwitter/Podfile.lock
View file @
0ac080a3
PODS:
PODS:
- JSONKit (1.4)
- JSONKit (1.4)
- LibComponentLogging-Core (1.1.4)
- LibComponentLogging-Core (1.1.6)
- LibComponentLogging-NSLog (1.0.2):
- LibComponentLogging-NSLog (1.0.4):
- LibComponentLogging-Core (>= 1.1.4)
- LibComponentLogging-Core (>= 1.1.6)
- RestKit/Network (0.9.3):
- LibComponentLogging-NSLog
- RestKit (= 0.9.3)
- RestKit/ObjectMapping (0.9.3):
- RestKit (= 0.9.3)
- RestKit/Network
- RestKit/ObjectMapping/JSONKit (0.9.3):
- RestKit/ObjectMapping/JSONKit (0.9.3):
- JSONKit
- JSONKit
- RestKit (= 0.9.3)
- RestKit (= 0.9.3)
...
@@ -16,6 +10,8 @@ PODS:
...
@@ -16,6 +10,8 @@ PODS:
DOWNLOAD_ONLY:
DOWNLOAD_ONLY:
- RestKit (0.9.3)
- RestKit (0.9.3)
- RestKit/Network (0.9.3)
- RestKit/ObjectMapping (0.9.3)
DEPENDENCIES:
DEPENDENCIES:
- RestKit/ObjectMapping/JSONKit
- RestKit/ObjectMapping/JSONKit
examples/RKTwitter/RKTwitter.xcworkspace/contents.xcworkspacedata
View file @
0ac080a3
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<Workspace
version=
'1.0'
><FileRef
location=
'group:Pods/Pods.xcodeproj'
/><FileRef
location=
'group:RKTwitter.xcodeproj'
/></Workspace>
<Workspace
\ No newline at end of file
version =
"1.0"
>
<FileRef
location =
"group:Pods/Pods.xcodeproj"
>
</FileRef>
<FileRef
location =
"group:RKTwitter.xcodeproj"
>
</FileRef>
</Workspace>
examples/RelativePathProject/Podfile
View file @
0ac080a3
# As this file is loaded pretty early, we can use this opportunity to clean
# the integrated project, if it exists, and setup an unintegrated version.
require
'fileutils'
integrated
=
File
.
expand_path
(
'../RelativePathProject/RelativePathProject.xcodeproj'
,
__FILE__
)
unintegrated
=
File
.
expand_path
(
'../RelativePathProject/RelativePathProject.xcodeproj.unintegrated'
,
__FILE__
)
FileUtils
.
rm_rf
(
integrated
)
FileUtils
.
cp_r
(
unintegrated
,
integrated
)
platform
:ios
platform
:ios
xcodeproj
"RelativePathProject/RelativePathProject.xcodeproj"
xcodeproj
"RelativePathProject/RelativePathProject.xcodeproj"
...
...
examples/RelativePathProject/RelativePathProject/RelativePathProject.xcodeproj.unintegrated/project.pbxproj
0 → 100644
View file @
0ac080a3
This diff is collapsed.
Click to expand it.
examples/RelativePathProject/RelativePathProject/RelativePathProject.xcodeproj/project.pbxproj
deleted
100644 → 0
View file @
1d71b582
This diff is collapsed.
Click to expand it.
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