Commit 0ac080a3 authored by Eloy Duran's avatar Eloy Duran

Always integrate the target in the RelativePathProject example.

parent 1d71b582
...@@ -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.*
......
...@@ -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)
......
...@@ -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)
......
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
<?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>
# 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"
......
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