|
29 | 29 | A7C869061B18CEF30070AF5A /* basic_triggering.html in Resources */ = {isa = PBXBuildFile; fileRef = A7C869051B18CEF30070AF5A /* basic_triggering.html */; }; |
30 | 30 | A7C869081B18CF450070AF5A /* basic_triggering.js in Resources */ = {isa = PBXBuildFile; fileRef = A7C869071B18CF450070AF5A /* basic_triggering.js */; }; |
31 | 31 | A7DC081B1B18C73500D98DA5 /* BasicTriggeringController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DC081A1B18C73500D98DA5 /* BasicTriggeringController.swift */; }; |
| 32 | + A7EE0BA71BEC423E00D0925C /* Caravel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7EE0BA61BEC423E00D0925C /* Caravel.framework */; }; |
| 33 | + A7EE0BA81BEC423E00D0925C /* Caravel.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = A7EE0BA61BEC423E00D0925C /* Caravel.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
32 | 34 | A7F1DE291B18045C001E9B94 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F1DE281B18045C001E9B94 /* AppDelegate.swift */; }; |
33 | 35 | A7F1DE2B1B18045C001E9B94 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F1DE2A1B18045C001E9B94 /* ViewController.swift */; }; |
34 | 36 | A7F1DE2E1B18045C001E9B94 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A7F1DE2C1B18045C001E9B94 /* Main.storyboard */; }; |
35 | 37 | A7F1DE301B18045C001E9B94 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A7F1DE2F1B18045C001E9B94 /* Images.xcassets */; }; |
36 | 38 | A7F1DE331B18045C001E9B94 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = A7F1DE311B18045C001E9B94 /* LaunchScreen.xib */; }; |
37 | 39 | A7F1DE3F1B18045C001E9B94 /* caravel_testTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F1DE3E1B18045C001E9B94 /* caravel_testTests.swift */; }; |
38 | | - A7F1DE4B1B18067F001E9B94 /* Caravel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7F1DE4A1B18067F001E9B94 /* Caravel.framework */; }; |
39 | 40 | /* End PBXBuildFile section */ |
40 | 41 |
|
41 | 42 | /* Begin PBXContainerItemProxy section */ |
|
48 | 49 | }; |
49 | 50 | /* End PBXContainerItemProxy section */ |
50 | 51 |
|
| 52 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 53 | + A7EE0BA91BEC423E00D0925C /* Embed Frameworks */ = { |
| 54 | + isa = PBXCopyFilesBuildPhase; |
| 55 | + buildActionMask = 2147483647; |
| 56 | + dstPath = ""; |
| 57 | + dstSubfolderSpec = 10; |
| 58 | + files = ( |
| 59 | + A7EE0BA81BEC423E00D0925C /* Caravel.framework in Embed Frameworks */, |
| 60 | + ); |
| 61 | + name = "Embed Frameworks"; |
| 62 | + runOnlyForDeploymentPostprocessing = 0; |
| 63 | + }; |
| 64 | +/* End PBXCopyFilesBuildPhase section */ |
| 65 | + |
51 | 66 | /* Begin PBXFileReference section */ |
52 | 67 | A75AD3F41B1913B600404C06 /* InitializationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InitializationController.swift; sourceTree = "<group>"; }; |
53 | 68 | A75AD3F61B1914FA00404C06 /* initialization.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = initialization.js; path = js/initialization.js; sourceTree = "<group>"; }; |
|
71 | 86 | A7C869051B18CEF30070AF5A /* basic_triggering.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = basic_triggering.html; path = html/basic_triggering.html; sourceTree = "<group>"; }; |
72 | 87 | A7C869071B18CF450070AF5A /* basic_triggering.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = basic_triggering.js; path = js/basic_triggering.js; sourceTree = "<group>"; }; |
73 | 88 | A7DC081A1B18C73500D98DA5 /* BasicTriggeringController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BasicTriggeringController.swift; sourceTree = "<group>"; }; |
| 89 | + A7EE0BA61BEC423E00D0925C /* Caravel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = Caravel.framework; path = "/Users/acadet/Library/Developer/Xcode/DerivedData/caravel-gxizvdjjntycpgaiopgmjthvbutx/Build/Products/Debug-iphoneos/Caravel.framework"; sourceTree = "<absolute>"; }; |
74 | 90 | A7F1DE231B18045C001E9B94 /* caravel-test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "caravel-test.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
75 | 91 | A7F1DE271B18045C001E9B94 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
76 | 92 | A7F1DE281B18045C001E9B94 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|
81 | 97 | A7F1DE381B18045C001E9B94 /* caravel-testTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "caravel-testTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
82 | 98 | A7F1DE3D1B18045C001E9B94 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
83 | 99 | A7F1DE3E1B18045C001E9B94 /* caravel_testTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = caravel_testTests.swift; sourceTree = "<group>"; }; |
84 | | - A7F1DE4A1B18067F001E9B94 /* Caravel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Caravel.framework; path = "../build/Debug-iphoneos/Caravel.framework"; sourceTree = "<group>"; }; |
85 | 100 | /* End PBXFileReference section */ |
86 | 101 |
|
87 | 102 | /* Begin PBXFrameworksBuildPhase section */ |
88 | 103 | A7F1DE201B18045C001E9B94 /* Frameworks */ = { |
89 | 104 | isa = PBXFrameworksBuildPhase; |
90 | 105 | buildActionMask = 2147483647; |
91 | 106 | files = ( |
92 | | - A7F1DE4B1B18067F001E9B94 /* Caravel.framework in Frameworks */, |
| 107 | + A7EE0BA71BEC423E00D0925C /* Caravel.framework in Frameworks */, |
93 | 108 | ); |
94 | 109 | runOnlyForDeploymentPostprocessing = 0; |
95 | 110 | }; |
|
135 | 150 | A7F1DE1A1B18045C001E9B94 = { |
136 | 151 | isa = PBXGroup; |
137 | 152 | children = ( |
138 | | - A7F1DE4A1B18067F001E9B94 /* Caravel.framework */, |
| 153 | + A7EE0BA61BEC423E00D0925C /* Caravel.framework */, |
139 | 154 | A7F1DE251B18045C001E9B94 /* caravel-test */, |
140 | 155 | A7F1DE3B1B18045C001E9B94 /* caravel-testTests */, |
141 | 156 | A7F1DE241B18045C001E9B94 /* Products */, |
|
208 | 223 | A7F1DE1F1B18045C001E9B94 /* Sources */, |
209 | 224 | A7F1DE201B18045C001E9B94 /* Frameworks */, |
210 | 225 | A7F1DE211B18045C001E9B94 /* Resources */, |
| 226 | + A7EE0BA91BEC423E00D0925C /* Embed Frameworks */, |
211 | 227 | ); |
212 | 228 | buildRules = ( |
213 | 229 | ); |
|
0 commit comments