From 6eea276bf969de078a0444dc61f8c451172e16d4 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Sun, 5 Jun 2022 09:20:32 +0800 Subject: [PATCH] Append application-identifier befor ci build ios --- .github/workflows/Release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index fce6d9a..eb7d5c8 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -200,6 +200,7 @@ 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 niuhuan.coco' ios/Runner/Info.plist flutter build ios --no-simulator --no-codesign --release cd build rm -rf Payload