Skip to content

Commit

Permalink
Setup Box as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Apr 26, 2015
1 parent 0824363 commit 361c844
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ReactiveCocoa.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
B696FB821A7640C00075236D /* TestError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B696FB801A7640C00075236D /* TestError.swift */; };
BFA6B94D1A7604D400C846D1 /* SignalProducerNimbleMatchers.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFA6B94A1A76044800C846D1 /* SignalProducerNimbleMatchers.swift */; };
BFA6B94E1A7604D500C846D1 /* SignalProducerNimbleMatchers.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFA6B94A1A76044800C846D1 /* SignalProducerNimbleMatchers.swift */; };
CD183E821AED1E0E00848F5D /* Box.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD183E811AED1E0E00848F5D /* Box.framework */; };
CD183E831AED1E0E00848F5D /* Box.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD183E811AED1E0E00848F5D /* Box.framework */; };
CD183E841AED1E0E00848F5D /* Box.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD183E811AED1E0E00848F5D /* Box.framework */; };
CD183E861AED1EFA00848F5D /* Box.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CD183E811AED1E0E00848F5D /* Box.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
CDC42E2F1AE7AB8B00965373 /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDC42E2E1AE7AB8B00965373 /* Result.framework */; };
CDC42E301AE7AB8B00965373 /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDC42E2E1AE7AB8B00965373 /* Result.framework */; };
CDC42E311AE7AB8B00965373 /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDC42E2E1AE7AB8B00965373 /* Result.framework */; };
Expand Down Expand Up @@ -471,6 +475,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
CD183E861AED1EFA00848F5D /* Box.framework in Copy Frameworks */,
CDC42E331AE7AC6D00965373 /* Result.framework in Copy Frameworks */,
D01B7B6219EDD8FE00D26E01 /* Nimble.framework in Copy Frameworks */,
D01B7B6319EDD8FE00D26E01 /* Quick.framework in Copy Frameworks */,
Expand All @@ -489,6 +494,7 @@
7A7065831A3F8967001E8354 /* RACKVOProxySpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RACKVOProxySpec.m; sourceTree = "<group>"; };
B696FB801A7640C00075236D /* TestError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestError.swift; sourceTree = "<group>"; };
BFA6B94A1A76044800C846D1 /* SignalProducerNimbleMatchers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SignalProducerNimbleMatchers.swift; path = Swift/SignalProducerNimbleMatchers.swift; sourceTree = "<group>"; };
CD183E811AED1E0E00848F5D /* Box.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Box.framework; sourceTree = BUILT_PRODUCTS_DIR; };
CDC42E2E1AE7AB8B00965373 /* Result.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Result.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D00004081A46864E000E7D41 /* TupleExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TupleExtensions.swift; sourceTree = "<group>"; };
D021671C1A6CD50500987861 /* ActionSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActionSpec.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -801,6 +807,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CD183E821AED1E0E00848F5D /* Box.framework in Frameworks */,
CDC42E2F1AE7AB8B00965373 /* Result.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -809,6 +816,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CD183E831AED1E0E00848F5D /* Box.framework in Frameworks */,
CDC42E301AE7AB8B00965373 /* Result.framework in Frameworks */,
D05E662519EDD82000904ACA /* Nimble.framework in Frameworks */,
D037672D19EDA75D00A782A9 /* Quick.framework in Frameworks */,
Expand All @@ -820,6 +828,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CD183E841AED1E0E00848F5D /* Box.framework in Frameworks */,
CDC42E311AE7AB8B00965373 /* Result.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -1183,6 +1192,7 @@
D04725ED19E49ED7006002AA /* Supporting Files */ = {
isa = PBXGroup;
children = (
CD183E811AED1E0E00848F5D /* Box.framework */,
CDC42E2E1AE7AB8B00965373 /* Result.framework */,
D04725EE19E49ED7006002AA /* Info.plist */,
);
Expand Down
3 changes: 3 additions & 0 deletions ReactiveCocoa.xcworkspace/contents.xcworkspacedata

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

0 comments on commit 361c844

Please sign in to comment.