|
10 | 10 | 8B46D7347C51E13D6A8F5752 /* Pods_NotchToolkit_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB89330EB9E75950CC5DD1E5 /* Pods_NotchToolkit_Example.framework */; }; |
11 | 11 | 9F0D407B72BC9454BFAE5029 /* Pods_NotchToolkit_ExampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F265AEF721C276AAF9FEFDF8 /* Pods_NotchToolkit_ExampleTests.framework */; }; |
12 | 12 | FB211D911F7AE647008D87CE /* CornerOvalViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB211D901F7AE647008D87CE /* CornerOvalViewController.swift */; }; |
| 13 | + FB5F45721FB3DFA0004C542D /* NotchImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB5F45711FB3DFA0004C542D /* NotchImageView.swift */; }; |
| 14 | + FB5F45741FB3E029004C542D /* NotchImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB5F45731FB3E029004C542D /* NotchImageViewController.swift */; }; |
| 15 | + FB5F45771FB3E178004C542D /* tst_img.JPG in Resources */ = {isa = PBXBuildFile; fileRef = FB5F45761FB3E178004C542D /* tst_img.JPG */; }; |
13 | 16 | FBB4BF521F79ED69001992BA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBB4BF511F79ED69001992BA /* AppDelegate.swift */; }; |
14 | 17 | FBB4BF541F79ED69001992BA /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBB4BF531F79ED69001992BA /* ViewController.swift */; }; |
15 | 18 | FBB4BF571F79ED69001992BA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FBB4BF551F79ED69001992BA /* Main.storyboard */; }; |
|
75 | 78 | F02A2878BAA2A5AB05FCF077 /* Pods-NotchToolkit-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotchToolkit-Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-NotchToolkit-Example/Pods-NotchToolkit-Example.debug.xcconfig"; sourceTree = "<group>"; }; |
76 | 79 | F265AEF721C276AAF9FEFDF8 /* Pods_NotchToolkit_ExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NotchToolkit_ExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
77 | 80 | FB211D901F7AE647008D87CE /* CornerOvalViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CornerOvalViewController.swift; sourceTree = "<group>"; }; |
| 81 | + FB5F45711FB3DFA0004C542D /* NotchImageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotchImageView.swift; sourceTree = "<group>"; }; |
| 82 | + FB5F45731FB3E029004C542D /* NotchImageViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotchImageViewController.swift; sourceTree = "<group>"; }; |
| 83 | + FB5F45761FB3E178004C542D /* tst_img.JPG */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = tst_img.JPG; sourceTree = "<group>"; }; |
78 | 84 | FBB4BF4E1F79ED69001992BA /* NotchToolkit-Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "NotchToolkit-Example.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
79 | 85 | FBB4BF511F79ED69001992BA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
80 | 86 | FBB4BF531F79ED69001992BA /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
|
153 | 159 | name = Pods; |
154 | 160 | sourceTree = "<group>"; |
155 | 161 | }; |
| 162 | + FB5F45751FB3E164004C542D /* Assets */ = { |
| 163 | + isa = PBXGroup; |
| 164 | + children = ( |
| 165 | + FB5F45761FB3E178004C542D /* tst_img.JPG */, |
| 166 | + FBB4BF581F79ED69001992BA /* Assets.xcassets */, |
| 167 | + ); |
| 168 | + path = Assets; |
| 169 | + sourceTree = "<group>"; |
| 170 | + }; |
156 | 171 | FBB4BF451F79ED69001992BA = { |
157 | 172 | isa = PBXGroup; |
158 | 173 | children = ( |
|
181 | 196 | children = ( |
182 | 197 | FBB4BF511F79ED69001992BA /* AppDelegate.swift */, |
183 | 198 | FBB4BF531F79ED69001992BA /* ViewController.swift */, |
| 199 | + FB5F45731FB3E029004C542D /* NotchImageViewController.swift */, |
184 | 200 | FB211D901F7AE647008D87CE /* CornerOvalViewController.swift */, |
185 | 201 | FBB4BF551F79ED69001992BA /* Main.storyboard */, |
186 | | - FBB4BF581F79ED69001992BA /* Assets.xcassets */, |
187 | 202 | FBB4BF5A1F79ED69001992BA /* LaunchScreen.storyboard */, |
188 | 203 | FBB4BF5D1F79ED69001992BA /* Info.plist */, |
| 204 | + FB5F45751FB3E164004C542D /* Assets */, |
189 | 205 | ); |
190 | 206 | path = "NotchToolkit-Example"; |
191 | 207 | sourceTree = "<group>"; |
|
226 | 242 | isa = PBXGroup; |
227 | 243 | children = ( |
228 | 244 | FBED19241FB0253400D810BF /* NotchBar.swift */, |
| 245 | + FB5F45711FB3DFA0004C542D /* NotchImageView.swift */, |
229 | 246 | FBED19231FB0253400D810BF /* NotchToolbar.swift */, |
230 | 247 | ); |
231 | 248 | path = Classes; |
|
387 | 404 | isa = PBXResourcesBuildPhase; |
388 | 405 | buildActionMask = 2147483647; |
389 | 406 | files = ( |
| 407 | + FB5F45771FB3E178004C542D /* tst_img.JPG in Resources */, |
390 | 408 | FBB4BF5C1F79ED69001992BA /* LaunchScreen.storyboard in Resources */, |
391 | 409 | FBB4BF591F79ED69001992BA /* Assets.xcassets in Resources */, |
392 | 410 | FBB4BF571F79ED69001992BA /* Main.storyboard in Resources */, |
|
520 | 538 | FB211D911F7AE647008D87CE /* CornerOvalViewController.swift in Sources */, |
521 | 539 | FBB4BF541F79ED69001992BA /* ViewController.swift in Sources */, |
522 | 540 | FBB4BF521F79ED69001992BA /* AppDelegate.swift in Sources */, |
| 541 | + FB5F45741FB3E029004C542D /* NotchImageViewController.swift in Sources */, |
523 | 542 | ); |
524 | 543 | runOnlyForDeploymentPostprocessing = 0; |
525 | 544 | }; |
|
539 | 558 | FBED193E1FB0257D00D810BF /* NotchToolNameIconCell.swift in Sources */, |
540 | 559 | FBED19361FB0256900D810BF /* DeviceOrientation.swift in Sources */, |
541 | 560 | FBED19371FB0256900D810BF /* NotchMode.swift in Sources */, |
| 561 | + FB5F45721FB3DFA0004C542D /* NotchImageView.swift in Sources */, |
542 | 562 | FBED19381FB0256900D810BF /* NotchScroll.swift in Sources */, |
543 | 563 | FBED19391FB0256900D810BF /* ToolIconTypes.swift in Sources */, |
544 | 564 | FBED193A1FB0256900D810BF /* CurveSettings.swift in Sources */, |
|
0 commit comments