From b71d375b8af763cd2c8df544942991dde4d5a855 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Mon, 11 Dec 2023 13:19:12 +0800 Subject: [PATCH] :bug: application-identifier --- .github/workflows/Release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index ed6ebb6..8bfd28e 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -233,7 +233,6 @@ jobs: --class-name Native cargo build --manifest-path native/Cargo.toml --features= --lib --release --target=aarch64-apple-ios cp native/target/aarch64-apple-ios/release/libnative.a ios/Runner/ - /usr/libexec/PlistBuddy -c 'Add :application-identifier string opensource.kobi' ios/Runner/Info.plist flutter build ios --no-simulator --no-codesign --release cd build rm -rf Payload