|
13 | 13 | B50BEEA12737DB5000413764 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B50BEE9F2737DB5000413764 /* Main.storyboard */; }; |
14 | 14 | B50BEEA32737DB5100413764 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B50BEEA22737DB5100413764 /* Assets.xcassets */; }; |
15 | 15 | B50BEEA62737DB5100413764 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B50BEEA42737DB5100413764 /* LaunchScreen.storyboard */; }; |
| 16 | + B50BEEAE2737DCDE00413764 /* Notify.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50BEEAD2737DCDE00413764 /* Notify.swift */; }; |
16 | 17 | /* End PBXBuildFile section */ |
17 | 18 |
|
18 | 19 | /* Begin PBXFileReference section */ |
|
24 | 25 | B50BEEA22737DB5100413764 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
25 | 26 | B50BEEA52737DB5100413764 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
26 | 27 | B50BEEA72737DB5100413764 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 28 | + B50BEEAD2737DCDE00413764 /* Notify.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notify.swift; sourceTree = "<group>"; }; |
27 | 29 | /* End PBXFileReference section */ |
28 | 30 |
|
29 | 31 | /* Begin PBXFrameworksBuildPhase section */ |
|
59 | 61 | B50BEE992737DB5000413764 /* AppDelegate.swift */, |
60 | 62 | B50BEE9B2737DB5000413764 /* SceneDelegate.swift */, |
61 | 63 | B50BEE9D2737DB5000413764 /* ViewController.swift */, |
| 64 | + B50BEEAF2737DCF800413764 /* Notify */, |
62 | 65 | B50BEE9F2737DB5000413764 /* Main.storyboard */, |
63 | 66 | B50BEEA22737DB5100413764 /* Assets.xcassets */, |
64 | 67 | B50BEEA42737DB5100413764 /* LaunchScreen.storyboard */, |
|
67 | 70 | path = Notify; |
68 | 71 | sourceTree = "<group>"; |
69 | 72 | }; |
| 73 | + B50BEEAF2737DCF800413764 /* Notify */ = { |
| 74 | + isa = PBXGroup; |
| 75 | + children = ( |
| 76 | + B50BEEAD2737DCDE00413764 /* Notify.swift */, |
| 77 | + ); |
| 78 | + path = Notify; |
| 79 | + sourceTree = "<group>"; |
| 80 | + }; |
70 | 81 | /* End PBXGroup section */ |
71 | 82 |
|
72 | 83 | /* Begin PBXNativeTarget section */ |
|
137 | 148 | isa = PBXSourcesBuildPhase; |
138 | 149 | buildActionMask = 2147483647; |
139 | 150 | files = ( |
| 151 | + B50BEEAE2737DCDE00413764 /* Notify.swift in Sources */, |
140 | 152 | B50BEE9E2737DB5000413764 /* ViewController.swift in Sources */, |
141 | 153 | B50BEE9A2737DB5000413764 /* AppDelegate.swift in Sources */, |
142 | 154 | B50BEE9C2737DB5000413764 /* SceneDelegate.swift in Sources */, |
|
289 | 301 | CODE_SIGN_STYLE = Automatic; |
290 | 302 | DEVELOPMENT_TEAM = 95D67VXK3X; |
291 | 303 | INFOPLIST_FILE = Notify/Info.plist; |
| 304 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
292 | 305 | LD_RUNPATH_SEARCH_PATHS = ( |
293 | 306 | "$(inherited)", |
294 | 307 | "@executable_path/Frameworks", |
|
308 | 321 | CODE_SIGN_STYLE = Automatic; |
309 | 322 | DEVELOPMENT_TEAM = 95D67VXK3X; |
310 | 323 | INFOPLIST_FILE = Notify/Info.plist; |
| 324 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
311 | 325 | LD_RUNPATH_SEARCH_PATHS = ( |
312 | 326 | "$(inherited)", |
313 | 327 | "@executable_path/Frameworks", |
|
0 commit comments