Skip to content

Commit

Permalink
Append application-identifier befor ci build ios
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Jun 5, 2022
1 parent 83739fb commit 6eea276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6eea276

Please sign in to comment.