|
52 | 52 | 94E9196C28353E0100F30170 /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F216283531A200CDE4DD /* Log.swift */; }; |
53 | 53 | E27008102AF0F64B006E33BA /* SubscriptionsObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E270080F2AF0F64B006E33BA /* SubscriptionsObservable.swift */; }; |
54 | 54 | E27008122AF1030A006E33BA /* NotificationsObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E27008112AF1030A006E33BA /* NotificationsObservable.swift */; }; |
55 | | - E278CB332AECECCA004B9143 /* QRScannerUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E278CB322AECECCA004B9143 /* QRScannerUIView.swift */; }; |
56 | 55 | /* End PBXBuildFile section */ |
57 | 56 |
|
58 | 57 | /* Begin PBXContainerItemProxy section */ |
|
116 | 115 | 94CD1969283E666900973B93 /* EmojiManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EmojiManager.swift; sourceTree = "<group>"; }; |
117 | 116 | E270080F2AF0F64B006E33BA /* SubscriptionsObservable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscriptionsObservable.swift; sourceTree = "<group>"; }; |
118 | 117 | E27008112AF1030A006E33BA /* NotificationsObservable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationsObservable.swift; sourceTree = "<group>"; }; |
119 | | - E278CB322AECECCA004B9143 /* QRScannerUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QRScannerUIView.swift; sourceTree = "<group>"; }; |
120 | 118 | /* End PBXFileReference section */ |
121 | 119 |
|
122 | 120 | /* Begin PBXFrameworksBuildPhase section */ |
|
206 | 204 | 94B736D4284AF9B2003D69FB /* SettingsView.swift */, |
207 | 205 | 94B736D6284AF9BE003D69FB /* MainView.swift */, |
208 | 206 | 9474F20728331F3900CDE4DD /* NotificationListView.swift */, |
209 | | - E278CB322AECECCA004B9143 /* QRScannerUIView.swift */, |
210 | 207 | ); |
211 | 208 | path = Views; |
212 | 209 | sourceTree = "<group>"; |
|
218 | 215 | 9474F1FE28316ACE00CDE4DD /* Subscription.swift */, |
219 | 216 | 9474F1F82830835400CDE4DD /* Store.swift */, |
220 | 217 | 9474F20B283321C300CDE4DD /* Notification.swift */, |
| 218 | + E27008112AF1030A006E33BA /* NotificationsObservable.swift */, |
221 | 219 | 94A3F7C7283734D900C48E79 /* SubscriptionManager.swift */, |
222 | | - 9407EDD9284ADE1F00C1C334 /* User.swift */, |
223 | 220 | E270080F2AF0F64B006E33BA /* SubscriptionsObservable.swift */, |
224 | | - E27008112AF1030A006E33BA /* NotificationsObservable.swift */, |
| 221 | + 9407EDD9284ADE1F00C1C334 /* User.swift */, |
225 | 222 | ); |
226 | 223 | path = Persistence; |
227 | 224 | sourceTree = "<group>"; |
|
386 | 383 | E27008122AF1030A006E33BA /* NotificationsObservable.swift in Sources */, |
387 | 384 | 9486714A2841D0CE0093C7A4 /* ActionExecutor.swift in Sources */, |
388 | 385 | 9474F1FD2831311A00CDE4DD /* SubscriptionAddView.swift in Sources */, |
389 | | - E278CB332AECECCA004B9143 /* QRScannerUIView.swift in Sources */, |
390 | 386 | 9474F1FF28316ACE00CDE4DD /* Subscription.swift in Sources */, |
391 | 387 | 94CD196A283E666900973B93 /* EmojiManager.swift in Sources */, |
392 | 388 | 9474F1C1282F2AA700CDE4DD /* AppMain.swift in Sources */, |
|
561 | 557 | GENERATE_INFOPLIST_FILE = YES; |
562 | 558 | INFOPLIST_FILE = ntfy/Info.plist; |
563 | 559 | INFOPLIST_KEY_CFBundleDisplayName = ntfy; |
564 | | - INFOPLIST_KEY_NSCameraUsageDescription = "We need access to the camera to scan QR codes."; |
565 | 560 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
566 | 561 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
567 | 562 | INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
596 | 591 | GENERATE_INFOPLIST_FILE = YES; |
597 | 592 | INFOPLIST_FILE = ntfy/Info.plist; |
598 | 593 | INFOPLIST_KEY_CFBundleDisplayName = ntfy; |
599 | | - INFOPLIST_KEY_NSCameraUsageDescription = "We need access to the camera to scan QR codes."; |
600 | 594 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
601 | 595 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
602 | 596 | INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
0 commit comments