|
15 | 15 | ); |
16 | 16 | dependencies = ( |
17 | 17 | ); |
| 18 | + name = "Flutter Assemble"; |
18 | 19 | productName = FLX; |
19 | 20 | }; |
20 | 21 | /* End PBXAggregateTarget section */ |
|
39 | 40 | 5C13992E2B0EB5F3006DCE54 /* AuthAPISignupMethodHandlerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C1399122B0EB5F3006DCE54 /* AuthAPISignupMethodHandlerTests.swift */; }; |
40 | 41 | 5C13992F2B0EB5F3006DCE54 /* AuthAPIRenewMethodHandlerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C1399132B0EB5F3006DCE54 /* AuthAPIRenewMethodHandlerTests.swift */; }; |
41 | 42 | 5C1399302B0EB5F3006DCE54 /* AuthAPILoginWithOTPMethodHandlerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C1399142B0EB5F3006DCE54 /* AuthAPILoginWithOTPMethodHandlerTests.swift */; }; |
| 43 | + 5C1399312B0EB5F3006DCE54 /* AuthAPILoginUsernameOrEmailMethodHandlerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C1399152B0EB5F3006DCE54 /* AuthAPILoginUsernameOrEmailMethodHandlerTests.swift */; }; |
42 | 44 | 5C1399322B0EB5F3006DCE54 /* AuthAPIHandlerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C1399162B0EB5F3006DCE54 /* AuthAPIHandlerTests.swift */; }; |
43 | 45 | 5C1399332B0EB5F3006DCE54 /* AuthAPIResetPasswordMethodHandlerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C1399172B0EB5F3006DCE54 /* AuthAPIResetPasswordMethodHandlerTests.swift */; }; |
44 | 46 | 5C1399342B0EB5F3006DCE54 /* AuthAPISpies.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C1399182B0EB5F3006DCE54 /* AuthAPISpies.swift */; }; |
|
87 | 89 | dstSubfolderSpec = 10; |
88 | 90 | files = ( |
89 | 91 | ); |
| 92 | + name = "Bundle Framework"; |
90 | 93 | runOnlyForDeploymentPostprocessing = 0; |
91 | 94 | }; |
92 | 95 | /* End PBXCopyFilesBuildPhase section */ |
|
97 | 100 | 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; }; |
98 | 101 | 33CC10ED2044A3C60003C045 /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
99 | 102 | 33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 103 | + 33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; }; |
| 104 | + 33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; }; |
| 105 | + 33CC10F72044A3C60003C045 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Runner/Info.plist; sourceTree = "<group>"; }; |
100 | 106 | 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainFlutterWindow.swift; sourceTree = "<group>"; }; |
101 | 107 | 33CEB47222A05771004F2AC0 /* Flutter-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Flutter-Debug.xcconfig"; sourceTree = "<group>"; }; |
102 | 108 | 33CEB47422A05771004F2AC0 /* Flutter-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Flutter-Release.xcconfig"; sourceTree = "<group>"; }; |
| 109 | + 33CEB47722A0578A004F2AC0 /* Flutter-Generated.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "Flutter-Generated.xcconfig"; path = "ephemeral/Flutter-Generated.xcconfig"; sourceTree = "<group>"; }; |
103 | 110 | 33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = "<group>"; }; |
104 | 111 | 33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = "<group>"; }; |
105 | 112 | 5C1399032B0D3526006DCE54 /* RunnerDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RunnerDebug.entitlements; sourceTree = "<group>"; }; |
|
117 | 124 | 5C1399122B0EB5F3006DCE54 /* AuthAPISignupMethodHandlerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthAPISignupMethodHandlerTests.swift; sourceTree = "<group>"; }; |
118 | 125 | 5C1399132B0EB5F3006DCE54 /* AuthAPIRenewMethodHandlerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthAPIRenewMethodHandlerTests.swift; sourceTree = "<group>"; }; |
119 | 126 | 5C1399142B0EB5F3006DCE54 /* AuthAPILoginWithOTPMethodHandlerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthAPILoginWithOTPMethodHandlerTests.swift; sourceTree = "<group>"; }; |
| 127 | + 5C1399152B0EB5F3006DCE54 /* AuthAPILoginUsernameOrEmailMethodHandlerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthAPILoginUsernameOrEmailMethodHandlerTests.swift; sourceTree = "<group>"; }; |
120 | 128 | 5C1399162B0EB5F3006DCE54 /* AuthAPIHandlerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthAPIHandlerTests.swift; sourceTree = "<group>"; }; |
121 | 129 | 5C1399172B0EB5F3006DCE54 /* AuthAPIResetPasswordMethodHandlerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthAPIResetPasswordMethodHandlerTests.swift; sourceTree = "<group>"; }; |
122 | 130 | 5C1399182B0EB5F3006DCE54 /* AuthAPISpies.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthAPISpies.swift; sourceTree = "<group>"; }; |
|
161 | 169 | /* End PBXFrameworksBuildPhase section */ |
162 | 170 |
|
163 | 171 | /* Begin PBXGroup section */ |
164 | | - 0A83CD3842B42E7E66FE5235 /* Frameworks */ = { |
165 | | - isa = PBXGroup; |
166 | | - children = ( |
167 | | - ); |
168 | | - sourceTree = "<group>"; |
169 | | - }; |
170 | 172 | 33BA886A226E78AF003329D5 /* Configs */ = { |
171 | 173 | isa = PBXGroup; |
172 | 174 | children = ( |
|
186 | 188 | 5C1399042B0EB5F3006DCE54 /* Tests */, |
187 | 189 | 5CD8A5562B1179EE00313321 /* UITests */, |
188 | 190 | 33CC10EE2044A3C60003C045 /* Products */, |
189 | | - 0A83CD3842B42E7E66FE5235 /* Frameworks */, |
190 | 191 | ); |
191 | 192 | sourceTree = "<group>"; |
192 | 193 | }; |
|
197 | 198 | 331C80D5294CF71000263BE5 /* RunnerTests.xctest */, |
198 | 199 | 5CD8A5552B1179EE00313321 /* RunnerUITests.xctest */, |
199 | 200 | ); |
| 201 | + name = Products; |
200 | 202 | sourceTree = "<group>"; |
201 | 203 | }; |
202 | 204 | 33CC11242044D66E0003C045 /* Resources */ = { |
|
206 | 208 | 33CC10F42044A3C60003C045 /* MainMenu.xib */, |
207 | 209 | 33CC10F72044A3C60003C045 /* Info.plist */, |
208 | 210 | ); |
| 211 | + name = Resources; |
209 | 212 | path = ..; |
210 | 213 | sourceTree = "<group>"; |
211 | 214 | }; |
|
245 | 248 | 5C13991A2B0EB5F3006DCE54 /* SwiftAuth0FlutterPluginTests.swift */, |
246 | 249 | 5C13991B2B0EB5F3006DCE54 /* CredentialsManager */, |
247 | 250 | ); |
| 251 | + name = Tests; |
248 | 252 | path = ../ios/Tests; |
249 | 253 | sourceTree = "<group>"; |
250 | 254 | }; |
|
268 | 272 | 5C1399122B0EB5F3006DCE54 /* AuthAPISignupMethodHandlerTests.swift */, |
269 | 273 | 5C1399132B0EB5F3006DCE54 /* AuthAPIRenewMethodHandlerTests.swift */, |
270 | 274 | 5C1399142B0EB5F3006DCE54 /* AuthAPILoginWithOTPMethodHandlerTests.swift */, |
| 275 | + 5C1399152B0EB5F3006DCE54 /* AuthAPILoginUsernameOrEmailMethodHandlerTests.swift */, |
271 | 276 | 5C1399162B0EB5F3006DCE54 /* AuthAPIHandlerTests.swift */, |
272 | 277 | 5C1399172B0EB5F3006DCE54 /* AuthAPIResetPasswordMethodHandlerTests.swift */, |
273 | 278 | 5C1399182B0EB5F3006DCE54 /* AuthAPISpies.swift */, |
|
314 | 319 | dependencies = ( |
315 | 320 | 331C80DA294CF71000263BE5 /* PBXTargetDependency */, |
316 | 321 | ); |
| 322 | + name = RunnerTests; |
317 | 323 | productName = RunnerTests; |
318 | 324 | productReference = 331C80D5294CF71000263BE5 /* RunnerTests.xctest */; |
319 | 325 | productType = "com.apple.product-type.bundle.unit-test"; |
|
333 | 339 | dependencies = ( |
334 | 340 | 33CC11202044C79F0003C045 /* PBXTargetDependency */, |
335 | 341 | ); |
| 342 | + name = Runner; |
336 | 343 | packageProductDependencies = ( |
337 | 344 | 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */, |
338 | 345 | ); |
|
353 | 360 | dependencies = ( |
354 | 361 | 5CD8A55C2B1179EE00313321 /* PBXTargetDependency */, |
355 | 362 | ); |
| 363 | + name = RunnerUITests; |
356 | 364 | productName = RunnerUITests; |
357 | 365 | productReference = 5CD8A5552B1179EE00313321 /* RunnerUITests.xctest */; |
358 | 366 | productType = "com.apple.product-type.bundle.ui-testing"; |
|
457 | 465 | ); |
458 | 466 | runOnlyForDeploymentPostprocessing = 0; |
459 | 467 | shellPath = /bin/sh; |
| 468 | + shellScript = "echo \"$PRODUCT_NAME.app\" > \"$PROJECT_DIR\"/Flutter/ephemeral/.app_filename && \"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh embed\n"; |
460 | 469 | }; |
461 | 470 | 33CC111E2044C6BF0003C045 /* ShellScript */ = { |
462 | 471 | isa = PBXShellScriptBuildPhase; |
|
506 | 515 | 5C13992F2B0EB5F3006DCE54 /* AuthAPIRenewMethodHandlerTests.swift in Sources */, |
507 | 516 | 5C1399332B0EB5F3006DCE54 /* AuthAPIResetPasswordMethodHandlerTests.swift in Sources */, |
508 | 517 | 5C13993A2B0EB5F3006DCE54 /* CredentialsManagerExtensionsTests.swift in Sources */, |
| 518 | + 5C1399312B0EB5F3006DCE54 /* AuthAPILoginUsernameOrEmailMethodHandlerTests.swift in Sources */, |
509 | 519 | 5C1399382B0EB5F3006DCE54 /* CredentialsManagerSaveMethodHandlerTests.swift in Sources */, |
510 | 520 | 5C13992B2B0EB5F3006DCE54 /* Mocks.swift in Sources */, |
511 | 521 | 5C13993D2B0EB5F3006DCE54 /* CredentialsManagerHandlerTests.swift in Sources */, |
|
558 | 568 | children = ( |
559 | 569 | 33CC10F52044A3C60003C045 /* Base */, |
560 | 570 | ); |
| 571 | + name = MainMenu.xib; |
561 | 572 | path = Runner; |
562 | 573 | sourceTree = "<group>"; |
563 | 574 | }; |
|
576 | 587 | SWIFT_VERSION = 5.0; |
577 | 588 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/example"; |
578 | 589 | }; |
| 590 | + name = Debug; |
579 | 591 | }; |
580 | 592 | 331C80DC294CF71000263BE5 /* Release */ = { |
581 | 593 | isa = XCBuildConfiguration; |
|
589 | 601 | SWIFT_VERSION = 5.0; |
590 | 602 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/example"; |
591 | 603 | }; |
| 604 | + name = Release; |
592 | 605 | }; |
593 | 606 | 331C80DD294CF71000263BE5 /* Profile */ = { |
594 | 607 | isa = XCBuildConfiguration; |
|
602 | 615 | SWIFT_VERSION = 5.0; |
603 | 616 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/example"; |
604 | 617 | }; |
| 618 | + name = Profile; |
605 | 619 | }; |
606 | 620 | 338D0CE9231458BD00FA5F75 /* Profile */ = { |
607 | 621 | isa = XCBuildConfiguration; |
|
647 | 661 | SWIFT_COMPILATION_MODE = wholemodule; |
648 | 662 | SWIFT_OPTIMIZATION_LEVEL = "-O"; |
649 | 663 | }; |
| 664 | + name = Profile; |
650 | 665 | }; |
651 | 666 | 338D0CEA231458BD00FA5F75 /* Profile */ = { |
652 | 667 | isa = XCBuildConfiguration; |
|
666 | 681 | PROVISIONING_PROFILE_SPECIFIER = ""; |
667 | 682 | SWIFT_VERSION = 5.0; |
668 | 683 | }; |
| 684 | + name = Profile; |
669 | 685 | }; |
670 | 686 | 338D0CEB231458BD00FA5F75 /* Profile */ = { |
671 | 687 | isa = XCBuildConfiguration; |
672 | 688 | buildSettings = { |
673 | 689 | CODE_SIGN_STYLE = Manual; |
674 | 690 | PRODUCT_NAME = "$(TARGET_NAME)"; |
675 | 691 | }; |
| 692 | + name = Profile; |
676 | 693 | }; |
677 | 694 | 33CC10F92044A3C60003C045 /* Debug */ = { |
678 | 695 | isa = XCBuildConfiguration; |
|
725 | 742 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
726 | 743 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
727 | 744 | }; |
| 745 | + name = Debug; |
728 | 746 | }; |
729 | 747 | 33CC10FA2044A3C60003C045 /* Release */ = { |
730 | 748 | isa = XCBuildConfiguration; |
|
770 | 788 | SWIFT_COMPILATION_MODE = wholemodule; |
771 | 789 | SWIFT_OPTIMIZATION_LEVEL = "-O"; |
772 | 790 | }; |
| 791 | + name = Release; |
773 | 792 | }; |
774 | 793 | 33CC10FC2044A3C60003C045 /* Debug */ = { |
775 | 794 | isa = XCBuildConfiguration; |
|
791 | 810 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
792 | 811 | SWIFT_VERSION = 5.0; |
793 | 812 | }; |
| 813 | + name = Debug; |
794 | 814 | }; |
795 | 815 | 33CC10FD2044A3C60003C045 /* Release */ = { |
796 | 816 | isa = XCBuildConfiguration; |
|
810 | 830 | PROVISIONING_PROFILE_SPECIFIER = ""; |
811 | 831 | SWIFT_VERSION = 5.0; |
812 | 832 | }; |
| 833 | + name = Release; |
813 | 834 | }; |
814 | 835 | 33CC111C2044C6BA0003C045 /* Debug */ = { |
815 | 836 | isa = XCBuildConfiguration; |
816 | 837 | buildSettings = { |
817 | 838 | CODE_SIGN_STYLE = Manual; |
818 | 839 | PRODUCT_NAME = "$(TARGET_NAME)"; |
819 | 840 | }; |
| 841 | + name = Debug; |
820 | 842 | }; |
821 | 843 | 33CC111D2044C6BA0003C045 /* Release */ = { |
822 | 844 | isa = XCBuildConfiguration; |
823 | 845 | buildSettings = { |
824 | 846 | CODE_SIGN_STYLE = Automatic; |
825 | 847 | PRODUCT_NAME = "$(TARGET_NAME)"; |
826 | 848 | }; |
| 849 | + name = Release; |
827 | 850 | }; |
828 | 851 | 5CD8A55D2B1179EE00313321 /* Debug */ = { |
829 | 852 | isa = XCBuildConfiguration; |
|
856 | 879 | SWIFT_VERSION = 5.0; |
857 | 880 | TEST_TARGET_NAME = Runner; |
858 | 881 | }; |
| 882 | + name = Debug; |
859 | 883 | }; |
860 | 884 | 5CD8A55E2B1179EE00313321 /* Release */ = { |
861 | 885 | isa = XCBuildConfiguration; |
|
886 | 910 | SWIFT_VERSION = 5.0; |
887 | 911 | TEST_TARGET_NAME = Runner; |
888 | 912 | }; |
| 913 | + name = Release; |
889 | 914 | }; |
890 | 915 | 5CD8A55F2B1179EE00313321 /* Profile */ = { |
891 | 916 | isa = XCBuildConfiguration; |
|
916 | 941 | SWIFT_VERSION = 5.0; |
917 | 942 | TEST_TARGET_NAME = Runner; |
918 | 943 | }; |
| 944 | + name = Profile; |
919 | 945 | }; |
920 | 946 | /* End XCBuildConfiguration section */ |
921 | 947 |
|
|
0 commit comments