|
529 | 529 | 5C41F6E0244FA62200252548 /* Auth0.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Auth0.plist; path = ../Auth0.plist; sourceTree = "<group>"; };
|
530 | 530 | 5C41F6E2244FB15900252548 /* NSApplication+Shared.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSApplication+Shared.swift"; sourceTree = "<group>"; };
|
531 | 531 | 5C49EB3423EB5A80008D562F /* JWK+RSA.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "JWK+RSA.swift"; sourceTree = "<group>"; };
|
532 |
| - 5C4F550223C8FADE00C89615 /* A0SHA.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = A0SHA.m; sourceTree = "<group>"; }; |
533 |
| - 5C4F550323C8FADE00C89615 /* A0SHA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = A0SHA.h; sourceTree = "<group>"; }; |
| 532 | + 5C4F550223C8FADE00C89615 /* A0SHA.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = A0SHA.m; path = ObjectiveC/A0SHA.m; sourceTree = "<group>"; }; |
| 533 | + 5C4F550323C8FADE00C89615 /* A0SHA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = A0SHA.h; path = ObjectiveC/A0SHA.h; sourceTree = "<group>"; }; |
534 | 534 | 5C4F550423C8FADE00C89615 /* JWTAlgorithm.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JWTAlgorithm.swift; sourceTree = "<group>"; };
|
535 |
| - 5C4F550523C8FADF00C89615 /* A0RSA.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = A0RSA.m; sourceTree = "<group>"; }; |
536 |
| - 5C4F550623C8FADF00C89615 /* A0RSA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = A0RSA.h; sourceTree = "<group>"; }; |
| 535 | + 5C4F550523C8FADF00C89615 /* A0RSA.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = A0RSA.m; path = ObjectiveC/A0RSA.m; sourceTree = "<group>"; }; |
| 536 | + 5C4F550623C8FADF00C89615 /* A0RSA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = A0RSA.h; path = ObjectiveC/A0RSA.h; sourceTree = "<group>"; }; |
537 | 537 | 5C4F551823C8FB8E00C89615 /* String+URLSafe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+URLSafe.swift"; sourceTree = "<group>"; };
|
538 | 538 | 5C4F551923C8FB8E00C89615 /* Array+Encode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array+Encode.swift"; sourceTree = "<group>"; };
|
539 | 539 | 5C4F552223C8FBA100C89615 /* JWKS.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JWKS.swift; sourceTree = "<group>"; };
|
|
621 | 621 | 5FBBF0371CC964BC0024D2AF /* Matchers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Matchers.swift; path = Auth0Tests/Matchers.swift; sourceTree = SOURCE_ROOT; };
|
622 | 622 | 5FBBF03A1CC96AA70024D2AF /* Responses.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Responses.swift; path = Auth0Tests/Responses.swift; sourceTree = SOURCE_ROOT; };
|
623 | 623 | 5FBBF0421CCA90300024D2AF /* AuthenticationSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AuthenticationSpec.swift; path = Auth0Tests/AuthenticationSpec.swift; sourceTree = SOURCE_ROOT; };
|
624 |
| - 5FBEF3DD1D07A4B700D90941 /* A0WebAuthSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = A0WebAuthSpec.m; path = Auth0Tests/A0WebAuthSpec.m; sourceTree = SOURCE_ROOT; }; |
625 |
| - 5FC34AF51D0101BF000F28F5 /* A0ChallengeGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = A0ChallengeGenerator.h; path = Auth0/A0ChallengeGenerator.h; sourceTree = SOURCE_ROOT; }; |
626 |
| - 5FC34AF61D0101BF000F28F5 /* A0ChallengeGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = A0ChallengeGenerator.m; path = Auth0/A0ChallengeGenerator.m; sourceTree = SOURCE_ROOT; }; |
| 624 | + 5FBEF3DD1D07A4B700D90941 /* A0WebAuthSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = A0WebAuthSpec.m; path = Auth0Tests/ObjectiveC/A0WebAuthSpec.m; sourceTree = SOURCE_ROOT; }; |
| 625 | + 5FC34AF51D0101BF000F28F5 /* A0ChallengeGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = A0ChallengeGenerator.h; path = Auth0/ObjectiveC/A0ChallengeGenerator.h; sourceTree = SOURCE_ROOT; }; |
| 626 | + 5FC34AF61D0101BF000F28F5 /* A0ChallengeGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = A0ChallengeGenerator.m; path = Auth0/ObjectiveC/A0ChallengeGenerator.m; sourceTree = SOURCE_ROOT; }; |
627 | 627 | 5FCAB1701D09005A00331C84 /* NSURLComponents+OAuth2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSURLComponents+OAuth2.swift"; path = "Auth0/NSURLComponents+OAuth2.swift"; sourceTree = SOURCE_ROOT; };
|
628 | 628 | 5FCAB1721D09009600331C84 /* NSData+URLSafe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSData+URLSafe.swift"; path = "Auth0/NSData+URLSafe.swift"; sourceTree = SOURCE_ROOT; };
|
629 | 629 | 5FCAB1751D0900CF00331C84 /* TransactionStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TransactionStore.swift; path = Auth0/TransactionStore.swift; sourceTree = SOURCE_ROOT; };
|
630 | 630 | 5FCAB1781D09124D00331C84 /* NSURL+Auth0.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSURL+Auth0.swift"; path = "Auth0/NSURL+Auth0.swift"; sourceTree = SOURCE_ROOT; };
|
631 |
| - 5FCCC3101CF4D4FF00901E2E /* AuthenticationAPISpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AuthenticationAPISpec.m; path = Auth0Tests/AuthenticationAPISpec.m; sourceTree = SOURCE_ROOT; }; |
| 631 | + 5FCCC3101CF4D4FF00901E2E /* AuthenticationAPISpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AuthenticationAPISpec.m; path = Auth0Tests/ObjectiveC/AuthenticationAPISpec.m; sourceTree = SOURCE_ROOT; }; |
632 | 632 | 5FCCC31B1CF51DF300901E2E /* _ObjectiveManagementAPI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = _ObjectiveManagementAPI.swift; path = Auth0/_ObjectiveManagementAPI.swift; sourceTree = SOURCE_ROOT; };
|
633 | 633 | 5FD255B01D14A9E000387ECB /* AuthenticationErrorSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AuthenticationErrorSpec.swift; path = Auth0Tests/AuthenticationErrorSpec.swift; sourceTree = SOURCE_ROOT; };
|
634 | 634 | 5FD255B31D14DD2600387ECB /* ManagementError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ManagementError.swift; path = Auth0/ManagementError.swift; sourceTree = SOURCE_ROOT; };
|
|
2341 | 2341 | "$(PROJECT_DIR)/Carthage/Build/Mac",
|
2342 | 2342 | );
|
2343 | 2343 | GCC_C_LANGUAGE_STANDARD = gnu11;
|
| 2344 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 2345 | + "$(inherited)", |
| 2346 | + "WEB_AUTH_PLATFORM=1", |
| 2347 | + ); |
2344 | 2348 | INFOPLIST_FILE = OAuth2Mac/Info.plist;
|
2345 | 2349 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
2346 | 2350 | MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
2375 | 2379 | "$(PROJECT_DIR)/Carthage/Build/Mac",
|
2376 | 2380 | );
|
2377 | 2381 | GCC_C_LANGUAGE_STANDARD = gnu11;
|
| 2382 | + GCC_PREPROCESSOR_DEFINITIONS = "WEB_AUTH_PLATFORM=1"; |
2378 | 2383 | INFOPLIST_FILE = OAuth2Mac/Info.plist;
|
2379 | 2384 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
2380 | 2385 | MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
2518 | 2523 | "$(inherited)",
|
2519 | 2524 | "$(PROJECT_DIR)/Carthage/Build/iOS",
|
2520 | 2525 | );
|
| 2526 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 2527 | + "$(inherited)", |
| 2528 | + "WEB_AUTH_PLATFORM=1", |
| 2529 | + ); |
2521 | 2530 | INFOPLIST_FILE = Auth0/Info.plist;
|
2522 | 2531 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
2523 | 2532 | IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
2548 | 2557 | "$(inherited)",
|
2549 | 2558 | "$(PROJECT_DIR)/Carthage/Build/iOS",
|
2550 | 2559 | );
|
| 2560 | + GCC_PREPROCESSOR_DEFINITIONS = "WEB_AUTH_PLATFORM=1"; |
2551 | 2561 | INFOPLIST_FILE = Auth0/Info.plist;
|
2552 | 2562 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
2553 | 2563 | IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
2579 | 2589 | "$(PROJECT_DIR)/Carthage/Build/Mac",
|
2580 | 2590 | );
|
2581 | 2591 | FRAMEWORK_VERSION = A;
|
| 2592 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 2593 | + "$(inherited)", |
| 2594 | + "WEB_AUTH_PLATFORM=1", |
| 2595 | + ); |
2582 | 2596 | INFOPLIST_FILE = Auth0/Info.plist;
|
2583 | 2597 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
2584 | 2598 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
|
2613 | 2627 | "$(PROJECT_DIR)/Carthage/Build/Mac",
|
2614 | 2628 | );
|
2615 | 2629 | FRAMEWORK_VERSION = A;
|
| 2630 | + GCC_PREPROCESSOR_DEFINITIONS = "WEB_AUTH_PLATFORM=1"; |
2616 | 2631 | INFOPLIST_FILE = Auth0/Info.plist;
|
2617 | 2632 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
2618 | 2633 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
|
2639 | 2654 | "$(inherited)",
|
2640 | 2655 | "$(PROJECT_DIR)/Carthage/Build/iOS",
|
2641 | 2656 | );
|
| 2657 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 2658 | + "$(inherited)", |
| 2659 | + "WEB_AUTH_PLATFORM=1", |
| 2660 | + ); |
2642 | 2661 | INFOPLIST_FILE = Auth0Tests/Info.plist;
|
2643 |
| - IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 2662 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
2644 | 2663 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
2645 | 2664 | OTHER_SWIFT_FLAGS = "";
|
2646 | 2665 | PRODUCT_BUNDLE_IDENTIFIER = com.auth0.Auth0Tests;
|
|
2666 | 2685 | "$(inherited)",
|
2667 | 2686 | "$(PROJECT_DIR)/Carthage/Build/iOS",
|
2668 | 2687 | );
|
| 2688 | + GCC_PREPROCESSOR_DEFINITIONS = "WEB_AUTH_PLATFORM=1"; |
2669 | 2689 | INFOPLIST_FILE = Auth0Tests/Info.plist;
|
2670 |
| - IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 2690 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
2671 | 2691 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
2672 | 2692 | OTHER_SWIFT_FLAGS = "";
|
2673 | 2693 | PRODUCT_BUNDLE_IDENTIFIER = com.auth0.Auth0Tests;
|
|
2692 | 2712 | "$(inherited)",
|
2693 | 2713 | "$(PROJECT_DIR)/Carthage/Build/Mac",
|
2694 | 2714 | );
|
| 2715 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 2716 | + "$(inherited)", |
| 2717 | + "WEB_AUTH_PLATFORM=1", |
| 2718 | + ); |
2695 | 2719 | INFOPLIST_FILE = Auth0Tests/Info.plist;
|
2696 | 2720 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
2697 |
| - MACOSX_DEPLOYMENT_TARGET = 10.12; |
| 2721 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
2698 | 2722 | OTHER_SWIFT_FLAGS = "";
|
2699 | 2723 | PRODUCT_BUNDLE_IDENTIFIER = com.auth0.Auth0Tests;
|
2700 | 2724 | PRODUCT_NAME = Auth0Tests;
|
|
2720 | 2744 | "$(inherited)",
|
2721 | 2745 | "$(PROJECT_DIR)/Carthage/Build/Mac",
|
2722 | 2746 | );
|
| 2747 | + GCC_PREPROCESSOR_DEFINITIONS = "WEB_AUTH_PLATFORM=1"; |
2723 | 2748 | INFOPLIST_FILE = Auth0Tests/Info.plist;
|
2724 | 2749 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
2725 |
| - MACOSX_DEPLOYMENT_TARGET = 10.12; |
| 2750 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
2726 | 2751 | OTHER_SWIFT_FLAGS = "";
|
2727 | 2752 | PRODUCT_BUNDLE_IDENTIFIER = com.auth0.Auth0Tests;
|
2728 | 2753 | PRODUCT_NAME = Auth0Tests;
|
|
2868 | 2893 | SWIFT_VERSION = 5.0;
|
2869 | 2894 | TARGETED_DEVICE_FAMILY = "1,2,3";
|
2870 | 2895 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/OAuth2TV.app/OAuth2TV";
|
2871 |
| - TVOS_DEPLOYMENT_TARGET = 10.0; |
| 2896 | + TVOS_DEPLOYMENT_TARGET = 9.0; |
2872 | 2897 | };
|
2873 | 2898 | name = Debug;
|
2874 | 2899 | };
|
|
2892 | 2917 | SWIFT_VERSION = 5.0;
|
2893 | 2918 | TARGETED_DEVICE_FAMILY = "1,2,3";
|
2894 | 2919 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/OAuth2TV.app/OAuth2TV";
|
2895 |
| - TVOS_DEPLOYMENT_TARGET = 10.0; |
| 2920 | + TVOS_DEPLOYMENT_TARGET = 9.0; |
2896 | 2921 | };
|
2897 | 2922 | name = Release;
|
2898 | 2923 | };
|
|
2910 | 2935 | "$(inherited)",
|
2911 | 2936 | "$(PROJECT_DIR)/Carthage/Build/iOS",
|
2912 | 2937 | );
|
| 2938 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 2939 | + "$(inherited)", |
| 2940 | + "WEB_AUTH_PLATFORM=1", |
| 2941 | + ); |
2913 | 2942 | INFOPLIST_FILE = App/Info.plist;
|
2914 | 2943 | IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
2915 | 2944 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
2935 | 2964 | "$(inherited)",
|
2936 | 2965 | "$(PROJECT_DIR)/Carthage/Build/iOS",
|
2937 | 2966 | );
|
| 2967 | + GCC_PREPROCESSOR_DEFINITIONS = "WEB_AUTH_PLATFORM=1"; |
2938 | 2968 | INFOPLIST_FILE = App/Info.plist;
|
2939 | 2969 | IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
2940 | 2970 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
0 commit comments