|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 226FA5E61F506993004CB2BC /* CountedViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 226FA5E51F506993004CB2BC /* CountedViewController.swift */; }; |
| 11 | + 226FA5E81F5071D0004CB2BC /* CountedMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 226FA5E71F5071D0004CB2BC /* CountedMessageView.swift */; }; |
| 12 | + 226FA5EA1F507586004CB2BC /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 226FA5E91F507586004CB2BC /* Utils.swift */; }; |
10 | 13 | 49BBBE829403C46C88EE748E /* Pods_Demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 094A4CD596AFE2FDC36B2833 /* Pods_Demo.framework */; };
|
11 | 14 | 8642F4361D5F7F540061BDCD /* ExploreViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8642F4351D5F7F540061BDCD /* ExploreViewController.swift */; };
|
12 | 15 | 86AEDCE61D5D1DB70030232E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86AEDCE51D5D1DB70030232E /* AppDelegate.swift */; };
|
|
22 | 25 | 094A4CD596AFE2FDC36B2833 /* Pods_Demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Demo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
23 | 26 | 160AC8A3EE68E1D705664BF8 /* Pods-Demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Demo/Pods-Demo.debug.xcconfig"; sourceTree = "<group>"; };
|
24 | 27 | 16131DA1E3BA049C9E4C0308 /* Pods-Demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.release.xcconfig"; path = "Pods/Target Support Files/Pods-Demo/Pods-Demo.release.xcconfig"; sourceTree = "<group>"; };
|
| 28 | + 226FA5E51F506993004CB2BC /* CountedViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountedViewController.swift; sourceTree = "<group>"; }; |
| 29 | + 226FA5E71F5071D0004CB2BC /* CountedMessageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountedMessageView.swift; sourceTree = "<group>"; }; |
| 30 | + 226FA5E91F507586004CB2BC /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; }; |
25 | 31 | 8642F4351D5F7F540061BDCD /* ExploreViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExploreViewController.swift; sourceTree = "<group>"; };
|
26 | 32 | 86AEDCE21D5D1DB70030232E /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
27 | 33 | 86AEDCE51D5D1DB70030232E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
87 | 93 | 86AEDCE51D5D1DB70030232E /* AppDelegate.swift */,
|
88 | 94 | 86AEDCE71D5D1DB70030232E /* ViewController.swift */,
|
89 | 95 | 8642F4351D5F7F540061BDCD /* ExploreViewController.swift */,
|
| 96 | + 226FA5E51F506993004CB2BC /* CountedViewController.swift */, |
90 | 97 | 86AEDCE91D5D1DB70030232E /* Main.storyboard */,
|
91 | 98 | 86AEDCEC1D5D1DB70030232E /* Assets.xcassets */,
|
92 | 99 | 86AEDCEE1D5D1DB70030232E /* LaunchScreen.storyboard */,
|
93 | 100 | 86AEDCF11D5D1DB70030232E /* Info.plist */,
|
94 | 101 | 86C0ABA11D5E816600F76BD6 /* TacoDialogView.swift */,
|
95 | 102 | 86C0AB9F1D5E814600F76BD6 /* TacoDialogView.xib */,
|
| 103 | + 226FA5E71F5071D0004CB2BC /* CountedMessageView.swift */, |
| 104 | + 226FA5E91F507586004CB2BC /* Utils.swift */, |
96 | 105 | );
|
97 | 106 | path = Demo;
|
98 | 107 | sourceTree = "<group>";
|
|
229 | 238 | buildActionMask = 2147483647;
|
230 | 239 | files = (
|
231 | 240 | 8642F4361D5F7F540061BDCD /* ExploreViewController.swift in Sources */,
|
| 241 | + 226FA5E81F5071D0004CB2BC /* CountedMessageView.swift in Sources */, |
232 | 242 | 86AEDCE81D5D1DB70030232E /* ViewController.swift in Sources */,
|
| 243 | + 226FA5EA1F507586004CB2BC /* Utils.swift in Sources */, |
233 | 244 | 86AEDCE61D5D1DB70030232E /* AppDelegate.swift in Sources */,
|
| 245 | + 226FA5E61F506993004CB2BC /* CountedViewController.swift in Sources */, |
234 | 246 | 86C0ABA21D5E816600F76BD6 /* TacoDialogView.swift in Sources */,
|
235 | 247 | );
|
236 | 248 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments