|
29 | 29 | D04EE1F51ABFB9AD00AC8E65 /* ReactiveAnimationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReactiveAnimationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
30 | 30 | D04EE1FB1ABFB9AD00AC8E65 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
31 | 31 | D04EE1FC1ABFB9AD00AC8E65 /* ReactiveAnimationTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ReactiveAnimationTests.m; sourceTree = "<group>"; };
|
| 32 | + D04EE2081ABFB9E100AC8E65 /* Common.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = "<group>"; }; |
| 33 | + D04EE20A1ABFB9E100AC8E65 /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; }; |
| 34 | + D04EE20B1ABFB9E100AC8E65 /* Profile.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Profile.xcconfig; sourceTree = "<group>"; }; |
| 35 | + D04EE20C1ABFB9E100AC8E65 /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; }; |
| 36 | + D04EE20D1ABFB9E100AC8E65 /* Test.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Test.xcconfig; sourceTree = "<group>"; }; |
| 37 | + D04EE20F1ABFB9E100AC8E65 /* Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Application.xcconfig; sourceTree = "<group>"; }; |
| 38 | + D04EE2101ABFB9E100AC8E65 /* Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Framework.xcconfig; sourceTree = "<group>"; }; |
| 39 | + D04EE2111ABFB9E100AC8E65 /* StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = StaticLibrary.xcconfig; sourceTree = "<group>"; }; |
| 40 | + D04EE2131ABFB9E100AC8E65 /* iOS-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Application.xcconfig"; sourceTree = "<group>"; }; |
| 41 | + D04EE2141ABFB9E100AC8E65 /* iOS-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Base.xcconfig"; sourceTree = "<group>"; }; |
| 42 | + D04EE2151ABFB9E100AC8E65 /* iOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Framework.xcconfig"; sourceTree = "<group>"; }; |
| 43 | + D04EE2161ABFB9E100AC8E65 /* iOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-StaticLibrary.xcconfig"; sourceTree = "<group>"; }; |
| 44 | + D04EE2181ABFB9E100AC8E65 /* Mac-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Application.xcconfig"; sourceTree = "<group>"; }; |
| 45 | + D04EE2191ABFB9E100AC8E65 /* Mac-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Base.xcconfig"; sourceTree = "<group>"; }; |
| 46 | + D04EE21A1ABFB9E100AC8E65 /* Mac-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-DynamicLibrary.xcconfig"; sourceTree = "<group>"; }; |
| 47 | + D04EE21B1ABFB9E100AC8E65 /* Mac-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Framework.xcconfig"; sourceTree = "<group>"; }; |
| 48 | + D04EE21C1ABFB9E100AC8E65 /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; }; |
| 49 | + D04EE21D1ABFB9E100AC8E65 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
32 | 50 | /* End PBXFileReference section */
|
33 | 51 |
|
34 | 52 | /* Begin PBXFrameworksBuildPhase section */
|
|
55 | 73 | children = (
|
56 | 74 | D04EE1EC1ABFB9AD00AC8E65 /* ReactiveAnimation */,
|
57 | 75 | D04EE1F91ABFB9AD00AC8E65 /* ReactiveAnimationTests */,
|
| 76 | + D04EE2061ABFB9E100AC8E65 /* Configuration */, |
58 | 77 | D04EE1EB1ABFB9AD00AC8E65 /* Products */,
|
59 | 78 | );
|
60 | 79 | sourceTree = "<group>";
|
|
102 | 121 | name = "Supporting Files";
|
103 | 122 | sourceTree = "<group>";
|
104 | 123 | };
|
| 124 | + D04EE2061ABFB9E100AC8E65 /* Configuration */ = { |
| 125 | + isa = PBXGroup; |
| 126 | + children = ( |
| 127 | + D04EE2071ABFB9E100AC8E65 /* Base */, |
| 128 | + D04EE2121ABFB9E100AC8E65 /* iOS */, |
| 129 | + D04EE2171ABFB9E100AC8E65 /* Mac OS X */, |
| 130 | + D04EE21D1ABFB9E100AC8E65 /* README.md */, |
| 131 | + ); |
| 132 | + name = Configuration; |
| 133 | + path = Carthage/Checkouts/xcconfigs; |
| 134 | + sourceTree = "<group>"; |
| 135 | + }; |
| 136 | + D04EE2071ABFB9E100AC8E65 /* Base */ = { |
| 137 | + isa = PBXGroup; |
| 138 | + children = ( |
| 139 | + D04EE2081ABFB9E100AC8E65 /* Common.xcconfig */, |
| 140 | + D04EE2091ABFB9E100AC8E65 /* Configurations */, |
| 141 | + D04EE20E1ABFB9E100AC8E65 /* Targets */, |
| 142 | + ); |
| 143 | + path = Base; |
| 144 | + sourceTree = "<group>"; |
| 145 | + }; |
| 146 | + D04EE2091ABFB9E100AC8E65 /* Configurations */ = { |
| 147 | + isa = PBXGroup; |
| 148 | + children = ( |
| 149 | + D04EE20A1ABFB9E100AC8E65 /* Debug.xcconfig */, |
| 150 | + D04EE20B1ABFB9E100AC8E65 /* Profile.xcconfig */, |
| 151 | + D04EE20C1ABFB9E100AC8E65 /* Release.xcconfig */, |
| 152 | + D04EE20D1ABFB9E100AC8E65 /* Test.xcconfig */, |
| 153 | + ); |
| 154 | + path = Configurations; |
| 155 | + sourceTree = "<group>"; |
| 156 | + }; |
| 157 | + D04EE20E1ABFB9E100AC8E65 /* Targets */ = { |
| 158 | + isa = PBXGroup; |
| 159 | + children = ( |
| 160 | + D04EE20F1ABFB9E100AC8E65 /* Application.xcconfig */, |
| 161 | + D04EE2101ABFB9E100AC8E65 /* Framework.xcconfig */, |
| 162 | + D04EE2111ABFB9E100AC8E65 /* StaticLibrary.xcconfig */, |
| 163 | + ); |
| 164 | + path = Targets; |
| 165 | + sourceTree = "<group>"; |
| 166 | + }; |
| 167 | + D04EE2121ABFB9E100AC8E65 /* iOS */ = { |
| 168 | + isa = PBXGroup; |
| 169 | + children = ( |
| 170 | + D04EE2131ABFB9E100AC8E65 /* iOS-Application.xcconfig */, |
| 171 | + D04EE2141ABFB9E100AC8E65 /* iOS-Base.xcconfig */, |
| 172 | + D04EE2151ABFB9E100AC8E65 /* iOS-Framework.xcconfig */, |
| 173 | + D04EE2161ABFB9E100AC8E65 /* iOS-StaticLibrary.xcconfig */, |
| 174 | + ); |
| 175 | + path = iOS; |
| 176 | + sourceTree = "<group>"; |
| 177 | + }; |
| 178 | + D04EE2171ABFB9E100AC8E65 /* Mac OS X */ = { |
| 179 | + isa = PBXGroup; |
| 180 | + children = ( |
| 181 | + D04EE2181ABFB9E100AC8E65 /* Mac-Application.xcconfig */, |
| 182 | + D04EE2191ABFB9E100AC8E65 /* Mac-Base.xcconfig */, |
| 183 | + D04EE21A1ABFB9E100AC8E65 /* Mac-DynamicLibrary.xcconfig */, |
| 184 | + D04EE21B1ABFB9E100AC8E65 /* Mac-Framework.xcconfig */, |
| 185 | + D04EE21C1ABFB9E100AC8E65 /* Mac-StaticLibrary.xcconfig */, |
| 186 | + ); |
| 187 | + path = "Mac OS X"; |
| 188 | + sourceTree = "<group>"; |
| 189 | + }; |
105 | 190 | /* End PBXGroup section */
|
106 | 191 |
|
107 | 192 | /* Begin PBXHeadersBuildPhase section */
|
|
399 | 484 | D04EE2021ABFB9AD00AC8E65 /* Release */,
|
400 | 485 | );
|
401 | 486 | defaultConfigurationIsVisible = 0;
|
| 487 | + defaultConfigurationName = Release; |
402 | 488 | };
|
403 | 489 | D04EE2031ABFB9AD00AC8E65 /* Build configuration list for PBXNativeTarget "ReactiveAnimationTests" */ = {
|
404 | 490 | isa = XCConfigurationList;
|
|
407 | 493 | D04EE2051ABFB9AD00AC8E65 /* Release */,
|
408 | 494 | );
|
409 | 495 | defaultConfigurationIsVisible = 0;
|
| 496 | + defaultConfigurationName = Release; |
410 | 497 | };
|
411 | 498 | /* End XCConfigurationList section */
|
412 | 499 | };
|
|
0 commit comments