|
869 | 869 | isa = PBXProject; |
870 | 870 | attributes = { |
871 | 871 | LastSwiftUpdateCheck = 0830; |
872 | | - LastUpgradeCheck = 0940; |
| 872 | + LastUpgradeCheck = 1020; |
873 | 873 | ORGANIZATIONNAME = "Apollo GraphQL"; |
874 | 874 | TargetAttributes = { |
875 | 875 | 9F8A95771EC0FC1200304A2D = { |
876 | 876 | CreatedOnToolsVersion = 8.3.2; |
877 | | - LastSwiftMigration = 0900; |
| 877 | + LastSwiftMigration = 1020; |
878 | 878 | ProvisioningStyle = Manual; |
879 | 879 | }; |
880 | 880 | 9FA6ABBB1EC0A988000017BE = { |
881 | 881 | CreatedOnToolsVersion = 8.3.2; |
882 | | - LastSwiftMigration = 0900; |
| 882 | + LastSwiftMigration = 1020; |
883 | 883 | ProvisioningStyle = Manual; |
884 | 884 | }; |
885 | 885 | 9FACA9B71F42E67200AE2DBD = { |
|
893 | 893 | 9FC750431D2A532C00458D91 = { |
894 | 894 | CreatedOnToolsVersion = 8.0; |
895 | 895 | DevelopmentTeamName = "Martijn Walraven"; |
896 | | - LastSwiftMigration = 0900; |
| 896 | + LastSwiftMigration = 1020; |
897 | 897 | ProvisioningStyle = Manual; |
898 | 898 | }; |
899 | 899 | 9FC7504D1D2A532D00458D91 = { |
900 | 900 | CreatedOnToolsVersion = 8.0; |
901 | 901 | DevelopmentTeamName = "Martijn Walraven"; |
902 | | - LastSwiftMigration = 0900; |
| 902 | + LastSwiftMigration = 1020; |
903 | 903 | ProvisioningStyle = Manual; |
904 | 904 | }; |
905 | 905 | 9FCE2CF91E6C213D00E34457 = { |
906 | 906 | CreatedOnToolsVersion = 8.2.1; |
907 | | - LastSwiftMigration = 0900; |
| 907 | + LastSwiftMigration = 1020; |
908 | 908 | ProvisioningStyle = Manual; |
909 | 909 | }; |
910 | 910 | 9FD637E01E6ACF88001EDBC8 = { |
|
915 | 915 | }; |
916 | 916 | buildConfigurationList = 9FC7503E1D2A532C00458D91 /* Build configuration list for PBXProject "Apollo" */; |
917 | 917 | compatibilityVersion = "Xcode 3.2"; |
918 | | - developmentRegion = English; |
| 918 | + developmentRegion = en; |
919 | 919 | hasScannedForEncodings = 0; |
920 | 920 | knownRegions = ( |
921 | | - English, |
922 | 921 | en, |
923 | 922 | Base, |
924 | 923 | ); |
|
1006 | 1005 | ); |
1007 | 1006 | runOnlyForDeploymentPostprocessing = 0; |
1008 | 1007 | shellPath = "/bin/sh -x"; |
1009 | | - shellScript = "APOLLO_FRAMEWORK_PATH=$(eval find $FRAMEWORK_SEARCH_PATHS -name \"Apollo.framework\" -maxdepth 1)\n\nif [ -z \"$APOLLO_FRAMEWORK_PATH\" ]; then\necho \"error: Couldn't find Apollo.framework in FRAMEWORK_SEARCH_PATHS; make sure to add the framework to your project.\"\nexit 1\nfi\n\ncd ${SRCROOT}/Tests/StarWarsAPI\n$(find $APOLLO_FRAMEWORK_PATH/ -name 'check-and-run-apollo-cli.sh') codegen:generate --queries=\"$(find . -name '*.graphql')\" --schema=schema.json --mergeInFieldsFromFragmentSpreads API.swift"; |
| 1008 | + shellScript = "APOLLO_FRAMEWORK_PATH=$(eval find $FRAMEWORK_SEARCH_PATHS -name \"Apollo.framework\" -maxdepth 1)\n\nif [ -z \"$APOLLO_FRAMEWORK_PATH\" ]; then\necho \"error: Couldn't find Apollo.framework in FRAMEWORK_SEARCH_PATHS; make sure to add the framework to your project.\"\nexit 1\nfi\n\ncd ${SRCROOT}/Tests/StarWarsAPI\n$(find $APOLLO_FRAMEWORK_PATH/ -name 'check-and-run-apollo-cli.sh') codegen:generate --queries=\"$(find . -name '*.graphql')\" --schema=schema.json --mergeInFieldsFromFragmentSpreads API.swift\n"; |
1010 | 1009 | }; |
1011 | 1010 | /* End PBXShellScriptBuildPhase section */ |
1012 | 1011 |
|
|
0 commit comments