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