|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 17A9345929697BFF004EE3CA /* OnboardingViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 17A9345729697BFF004EE3CA /* OnboardingViewController.xib */; }; |
| 11 | + 17A9345A29697BFF004EE3CA /* OnboardingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17A9345829697BFF004EE3CA /* OnboardingViewController.swift */; }; |
| 12 | + 17A9345C29697C09004EE3CA /* Coordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17A9345B29697C09004EE3CA /* Coordinator.swift */; }; |
| 13 | + 17A9345E296983E9004EE3CA /* CIImage+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17A9345D296983E9004EE3CA /* CIImage+Extension.swift */; }; |
10 | 14 | 17DF3B362965FD3400FA0E23 /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17DF3B2C2965FD3400FA0E23 /* AboutViewController.swift */; };
|
11 | 15 | 17DF3B372965FD3400FA0E23 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17DF3B2D2965FD3400FA0E23 /* AppDelegate.swift */; };
|
12 | 16 | 17DF3B392965FD3400FA0E23 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 17DF3B302965FD3400FA0E23 /* Assets.xcassets */; };
|
|
16 | 20 | /* End PBXBuildFile section */
|
17 | 21 |
|
18 | 22 | /* Begin PBXFileReference section */
|
| 23 | + 17A9345729697BFF004EE3CA /* OnboardingViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = OnboardingViewController.xib; sourceTree = "<group>"; }; |
| 24 | + 17A9345829697BFF004EE3CA /* OnboardingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OnboardingViewController.swift; sourceTree = "<group>"; }; |
| 25 | + 17A9345B29697C09004EE3CA /* Coordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Coordinator.swift; sourceTree = "<group>"; }; |
| 26 | + 17A9345D296983E9004EE3CA /* CIImage+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CIImage+Extension.swift"; sourceTree = "<group>"; }; |
19 | 27 | 17DF3B142965FCF900FA0E23 /* IntroductionToCoreImage.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IntroductionToCoreImage.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
20 | 28 | 17DF3B2C2965FD3400FA0E23 /* AboutViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AboutViewController.swift; sourceTree = "<group>"; };
|
21 | 29 | 17DF3B2D2965FD3400FA0E23 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
37 | 45 | /* End PBXFrameworksBuildPhase section */
|
38 | 46 |
|
39 | 47 | /* Begin PBXGroup section */
|
| 48 | + 17A9345629697BFF004EE3CA /* OnboardingViewController */ = { |
| 49 | + isa = PBXGroup; |
| 50 | + children = ( |
| 51 | + 17A9345829697BFF004EE3CA /* OnboardingViewController.swift */, |
| 52 | + 17A9345729697BFF004EE3CA /* OnboardingViewController.xib */, |
| 53 | + ); |
| 54 | + path = OnboardingViewController; |
| 55 | + sourceTree = "<group>"; |
| 56 | + }; |
40 | 57 | 17DF3B0B2965FCF900FA0E23 = {
|
41 | 58 | isa = PBXGroup;
|
42 | 59 | children = (
|
|
57 | 74 | 17DF3B2B2965FD3400FA0E23 /* Sources */ = {
|
58 | 75 | isa = PBXGroup;
|
59 | 76 | children = (
|
| 77 | + 17A9345629697BFF004EE3CA /* OnboardingViewController */, |
60 | 78 | 17DF3B3D2965FEFC00FA0E23 /* AboutViewController */,
|
61 | 79 | 17DF3B2D2965FD3400FA0E23 /* AppDelegate.swift */,
|
| 80 | + 17A9345B29697C09004EE3CA /* Coordinator.swift */, |
62 | 81 | 17DF3B4029662EE600FA0E23 /* UIView+Snapshot.swift */,
|
| 82 | + 17A9345D296983E9004EE3CA /* CIImage+Extension.swift */, |
63 | 83 | );
|
64 | 84 | path = Sources;
|
65 | 85 | sourceTree = "<group>";
|
|
144 | 164 | 17DF3B392965FD3400FA0E23 /* Assets.xcassets in Resources */,
|
145 | 165 | 17DF3B3F296627F100FA0E23 /* AboutViewController.xib in Resources */,
|
146 | 166 | 17DF3B3A2965FD3400FA0E23 /* LaunchScreen.storyboard in Resources */,
|
| 167 | + 17A9345929697BFF004EE3CA /* OnboardingViewController.xib in Resources */, |
147 | 168 | );
|
148 | 169 | runOnlyForDeploymentPostprocessing = 0;
|
149 | 170 | };
|
|
156 | 177 | files = (
|
157 | 178 | 17DF3B372965FD3400FA0E23 /* AppDelegate.swift in Sources */,
|
158 | 179 | 17DF3B362965FD3400FA0E23 /* AboutViewController.swift in Sources */,
|
| 180 | + 17A9345C29697C09004EE3CA /* Coordinator.swift in Sources */, |
| 181 | + 17A9345E296983E9004EE3CA /* CIImage+Extension.swift in Sources */, |
159 | 182 | 17DF3B4129662EE600FA0E23 /* UIView+Snapshot.swift in Sources */,
|
| 183 | + 17A9345A29697BFF004EE3CA /* OnboardingViewController.swift in Sources */, |
160 | 184 | );
|
161 | 185 | runOnlyForDeploymentPostprocessing = 0;
|
162 | 186 | };
|
|
0 commit comments