|
13 | 13 | FFEBBB4126223F7E000F475F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FFEBBB4026223F7E000F475F /* Preview Assets.xcassets */; }; |
14 | 14 | FFEBBB4C26223F7F000F475F /* brain_marksTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEBBB4B26223F7F000F475F /* brain_marksTests.swift */; }; |
15 | 15 | FFEBBB5726223F7F000F475F /* brain_marksUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEBBB5626223F7F000F475F /* brain_marksUITests.swift */; }; |
| 16 | + FFEBBB7626226A39000F475F /* Secrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEBBB7526226A39000F475F /* Secrets.swift */; }; |
16 | 17 | /* End PBXBuildFile section */ |
17 | 18 |
|
18 | 19 | /* Begin PBXContainerItemProxy section */ |
|
45 | 46 | FFEBBB5226223F7F000F475F /* brain-marksUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "brain-marksUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
46 | 47 | FFEBBB5626223F7F000F475F /* brain_marksUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = brain_marksUITests.swift; sourceTree = "<group>"; }; |
47 | 48 | FFEBBB5826223F7F000F475F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 49 | + FFEBBB7526226A39000F475F /* Secrets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Secrets.swift; sourceTree = "<group>"; }; |
48 | 50 | /* End PBXFileReference section */ |
49 | 51 |
|
50 | 52 | /* Begin PBXFrameworksBuildPhase section */ |
|
100 | 102 | FFEBBB3D26223F7E000F475F /* Assets.xcassets */, |
101 | 103 | FFEBBB4226223F7E000F475F /* Info.plist */, |
102 | 104 | FFEBBB3F26223F7E000F475F /* Preview Content */, |
| 105 | + FFEBBB7526226A39000F475F /* Secrets.swift */, |
103 | 106 | ); |
104 | 107 | path = "brain-marks"; |
105 | 108 | sourceTree = "<group>"; |
|
260 | 263 | buildActionMask = 2147483647; |
261 | 264 | files = ( |
262 | 265 | FFEBBB3C26223F75000F475F /* ContentView.swift in Sources */, |
| 266 | + FFEBBB7626226A39000F475F /* Secrets.swift in Sources */, |
263 | 267 | FFEBBB3A26223F75000F475F /* brain_marksApp.swift in Sources */, |
264 | 268 | ); |
265 | 269 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments