|
11 | 11 | D30235DB2CDC7AA80033D599 /* BlurView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D30235DA2CDC7AA80033D599 /* BlurView.swift */; }; |
12 | 12 | D307A8812C76039D00BB00FB /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = D307A8802C76039D00BB00FB /* GoogleService-Info.plist */; }; |
13 | 13 | D307A8932C760F8E00BB00FB /* AppearanceSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D307A8922C760F8E00BB00FB /* AppearanceSettingsView.swift */; }; |
| 14 | + D334ABD22E5F3ECB00E2B1E8 /* OrderedCollections in Frameworks */ = {isa = PBXBuildFile; productRef = D334ABD12E5F3ECB00E2B1E8 /* OrderedCollections */; }; |
| 15 | + D334ABD52E5F443B00E2B1E8 /* Algorithms in Frameworks */ = {isa = PBXBuildFile; productRef = D334ABD42E5F443B00E2B1E8 /* Algorithms */; }; |
14 | 16 | D34BEECB2C723BC6008F9A4C /* OPassApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = D34BEECA2C723BC6008F9A4C /* OPassApp.swift */; }; |
15 | 17 | D34BEECD2C723BC6008F9A4C /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D34BEECC2C723BC6008F9A4C /* ContentView.swift */; }; |
16 | 18 | D34BEECF2C723BC7008F9A4C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D34BEECE2C723BC7008F9A4C /* Assets.xcassets */; }; |
|
22 | 24 | D35A64FF2CDB0C9F0085D41F /* RobotoCondensed-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D35A64F32CDB0C9F0085D41F /* RobotoCondensed-Bold.ttf */; }; |
23 | 25 | D35A65002CDB0C9F0085D41F /* LICENSE.txt in Resources */ = {isa = PBXBuildFile; fileRef = D35A64F22CDB0C9F0085D41F /* LICENSE.txt */; }; |
24 | 26 | D35A65012CDB0C9F0085D41F /* RobotoCondensed-BoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D35A64F42CDB0C9F0085D41F /* RobotoCondensed-BoldItalic.ttf */; }; |
| 27 | + D3883CD22E61BC540085DA75 /* ScheduleModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3883CD12E61BC500085DA75 /* ScheduleModel.swift */; }; |
25 | 28 | D39AC9DC2C7B395D00084689 /* SelectEventView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D39AC9DB2C7B395D00084689 /* SelectEventView.swift */; }; |
26 | 29 | D39AC9DE2C7B398E00084689 /* SelectEventViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D39AC9DD2C7B398E00084689 /* SelectEventViewModel.swift */; }; |
27 | 30 | D3B1E7802C774623002DBA07 /* SafariView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3B1E77F2C774623002DBA07 /* SafariView.swift */; }; |
|
92 | 95 | D35A64F62CDB0C9F0085D41F /* RobotoCondensed-Light.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "RobotoCondensed-Light.ttf"; sourceTree = "<group>"; }; |
93 | 96 | D35A64F72CDB0C9F0085D41F /* RobotoCondensed-LightItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "RobotoCondensed-LightItalic.ttf"; sourceTree = "<group>"; }; |
94 | 97 | D35A64F82CDB0C9F0085D41F /* RobotoCondensed-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "RobotoCondensed-Regular.ttf"; sourceTree = "<group>"; }; |
| 98 | + D3883CD12E61BC500085DA75 /* ScheduleModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScheduleModel.swift; sourceTree = "<group>"; }; |
95 | 99 | D39AC9DB2C7B395D00084689 /* SelectEventView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectEventView.swift; sourceTree = "<group>"; }; |
96 | 100 | D39AC9DD2C7B398E00084689 /* SelectEventViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectEventViewModel.swift; sourceTree = "<group>"; }; |
97 | 101 | D3B1E77F2C774623002DBA07 /* SafariView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafariView.swift; sourceTree = "<group>"; }; |
|
119 | 123 | isa = PBXFrameworksBuildPhase; |
120 | 124 | buildActionMask = 2147483647; |
121 | 125 | files = ( |
| 126 | + D334ABD52E5F443B00E2B1E8 /* Algorithms in Frameworks */, |
| 127 | + D334ABD22E5F3ECB00E2B1E8 /* OrderedCollections in Frameworks */, |
122 | 128 | D3BE9CFA2E5F20AF0003666A /* FirebasePerformance in Frameworks */, |
123 | 129 | D3C398182C73A327002FFD42 /* OneSignalInAppMessages in Frameworks */, |
124 | 130 | D3BE9CF02E5F20AF0003666A /* FirebaseAnalytics in Frameworks */, |
|
243 | 249 | isa = PBXGroup; |
244 | 250 | children = ( |
245 | 251 | D3BE9CE42E5DAA2B0003666A /* View */, |
| 252 | + D3883CD12E61BC500085DA75 /* ScheduleModel.swift */, |
246 | 253 | D3BE9CE22E5CB1B60003666A /* ScheduleViewModel.swift */, |
247 | 254 | ); |
248 | 255 | path = Schedule; |
|
320 | 327 | D3BE9CF52E5F20AF0003666A /* FirebaseCrashlytics */, |
321 | 328 | D3BE9CF72E5F20AF0003666A /* FirebaseFirestore */, |
322 | 329 | D3BE9CF92E5F20AF0003666A /* FirebasePerformance */, |
| 330 | + D334ABD12E5F3ECB00E2B1E8 /* OrderedCollections */, |
| 331 | + D334ABD42E5F443B00E2B1E8 /* Algorithms */, |
323 | 332 | ); |
324 | 333 | productName = OPass; |
325 | 334 | productReference = D34BEEC72C723BC6008F9A4C /* OPass.app */; |
|
371 | 380 | en, |
372 | 381 | Base, |
373 | 382 | "zh-Hant", |
| 383 | + ja, |
| 384 | + nan, |
374 | 385 | ); |
375 | 386 | mainGroup = D34BEEBE2C723BC6008F9A4C; |
376 | 387 | packageReferences = ( |
377 | 388 | D3C398122C73A327002FFD42 /* XCRemoteSwiftPackageReference "OneSignal-XCFramework" */, |
378 | 389 | D3BE9CE92E5DFBA20003666A /* XCRemoteSwiftPackageReference "SwiftDate" */, |
379 | 390 | D3BE9CEC2E5F20AF0003666A /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */, |
| 391 | + D334ABD02E5F3ECB00E2B1E8 /* XCRemoteSwiftPackageReference "swift-collections" */, |
| 392 | + D334ABD32E5F443B00E2B1E8 /* XCRemoteSwiftPackageReference "swift-algorithms" */, |
380 | 393 | ); |
381 | 394 | productRefGroup = D34BEEC82C723BC6008F9A4C /* Products */; |
382 | 395 | projectDirPath = ""; |
|
476 | 489 | D39AC9DE2C7B398E00084689 /* SelectEventViewModel.swift in Sources */, |
477 | 490 | D3BE9CE62E5DAAC70003666A /* SessionDetailView.swift in Sources */, |
478 | 491 | D3BE9CE82E5DFA780003666A /* Session.swift in Sources */, |
| 492 | + D3883CD22E61BC540085DA75 /* ScheduleModel.swift in Sources */, |
479 | 493 | D34BEECB2C723BC6008F9A4C /* OPassApp.swift in Sources */, |
480 | 494 | D307A8932C760F8E00BB00FB /* AppearanceSettingsView.swift in Sources */, |
481 | 495 | D39AC9DC2C7B395D00084689 /* SelectEventView.swift in Sources */, |
|
789 | 803 | /* End XCConfigurationList section */ |
790 | 804 |
|
791 | 805 | /* Begin XCRemoteSwiftPackageReference section */ |
| 806 | + D334ABD02E5F3ECB00E2B1E8 /* XCRemoteSwiftPackageReference "swift-collections" */ = { |
| 807 | + isa = XCRemoteSwiftPackageReference; |
| 808 | + repositoryURL = "https://github.com/apple/swift-collections.git"; |
| 809 | + requirement = { |
| 810 | + kind = upToNextMajorVersion; |
| 811 | + minimumVersion = 1.2.1; |
| 812 | + }; |
| 813 | + }; |
| 814 | + D334ABD32E5F443B00E2B1E8 /* XCRemoteSwiftPackageReference "swift-algorithms" */ = { |
| 815 | + isa = XCRemoteSwiftPackageReference; |
| 816 | + repositoryURL = "https://github.com/apple/swift-algorithms.git"; |
| 817 | + requirement = { |
| 818 | + kind = upToNextMajorVersion; |
| 819 | + minimumVersion = 1.2.1; |
| 820 | + }; |
| 821 | + }; |
792 | 822 | D3BE9CE92E5DFBA20003666A /* XCRemoteSwiftPackageReference "SwiftDate" */ = { |
793 | 823 | isa = XCRemoteSwiftPackageReference; |
794 | 824 | repositoryURL = "https://github.com/malcommac/SwiftDate"; |
|
816 | 846 | /* End XCRemoteSwiftPackageReference section */ |
817 | 847 |
|
818 | 848 | /* Begin XCSwiftPackageProductDependency section */ |
| 849 | + D334ABD12E5F3ECB00E2B1E8 /* OrderedCollections */ = { |
| 850 | + isa = XCSwiftPackageProductDependency; |
| 851 | + package = D334ABD02E5F3ECB00E2B1E8 /* XCRemoteSwiftPackageReference "swift-collections" */; |
| 852 | + productName = OrderedCollections; |
| 853 | + }; |
| 854 | + D334ABD42E5F443B00E2B1E8 /* Algorithms */ = { |
| 855 | + isa = XCSwiftPackageProductDependency; |
| 856 | + package = D334ABD32E5F443B00E2B1E8 /* XCRemoteSwiftPackageReference "swift-algorithms" */; |
| 857 | + productName = Algorithms; |
| 858 | + }; |
819 | 859 | D3BE9CEA2E5DFBA20003666A /* SwiftDate */ = { |
820 | 860 | isa = XCSwiftPackageProductDependency; |
821 | 861 | package = D3BE9CE92E5DFBA20003666A /* XCRemoteSwiftPackageReference "SwiftDate" */; |
|
0 commit comments