This commit is contained in:
xuhang-x 2024-07-26 11:22:39 +08:00
parent eae3a872db
commit b2d30ff4bd
3 changed files with 5 additions and 5 deletions

View File

@ -328,7 +328,7 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin\n";
}; };
3DDFD1B7D11C1E2D1782DB68 /* [CP] Copy Pods Resources */ = { 3DDFD1B7D11C1E2D1782DB68 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;
@ -502,7 +502,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.translate.text.fast; PRODUCT_BUNDLE_IDENTIFIER = com.translate.text.fast;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = trans_globe; "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = trans_globe_release;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO; SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
@ -711,7 +711,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.translate.text.fast; PRODUCT_BUNDLE_IDENTIFIER = com.translate.text.fast;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = trans_globe; "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = trans_globe_release;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO; SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
@ -745,7 +745,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.translate.text.fast; PRODUCT_BUNDLE_IDENTIFIER = com.translate.text.fast;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = trans_globe; "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = trans_globe_release;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO; SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 KiB

After

Width:  |  Height:  |  Size: 273 KiB

View File

@ -2,7 +2,7 @@ name: trans_lark
description: "A new Flutter project." description: "A new Flutter project."
publish_to: 'none' publish_to: 'none'
version: 1.0.0+1 version: 1.0.0+3
environment: environment:
sdk: '>=3.3.1 <4.0.0' sdk: '>=3.3.1 <4.0.0'