mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-08-04 20:26:42 +00:00
changed code signing identity
This commit is contained in:
parent
03ddcfeca0
commit
ed5ce4a909
2 changed files with 12 additions and 13 deletions
23
.github/workflows/build_ipa.yml
vendored
23
.github/workflows/build_ipa.yml
vendored
|
@ -140,19 +140,18 @@ jobs:
|
|||
|
||||
- name: Build .ipa
|
||||
run: |
|
||||
echo "$(cat ios/Runner/ExportOptions.plist)"
|
||||
# flutter build ipa \
|
||||
# --release \
|
||||
# --flavor $FLAVOR \
|
||||
# --target lib/main_$FLAVOR.dart \
|
||||
# --export-options-plist=ios/Runner/ExportOptions.plist
|
||||
flutter build ipa \
|
||||
--release \
|
||||
--flavor $FLAVOR \
|
||||
--target lib/main_$FLAVOR.dart \
|
||||
--export-options-plist=ios/Runner/ExportOptions.plist
|
||||
|
||||
# - name: Upload artifact
|
||||
# if: ${{ inputs.upload-artifact }}
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: m3_lightmeter_ipa
|
||||
# path: build/ios/ipa/lightmeter.ipa
|
||||
- name: Upload artifact
|
||||
if: ${{ inputs.upload-artifact }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: m3_lightmeter_ipa
|
||||
path: build/ios/ipa/lightmeter.ipa
|
||||
|
||||
- name: Clean up keychain and provisioning profile
|
||||
if: ${{ always() }}
|
||||
|
|
|
@ -620,7 +620,7 @@
|
|||
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Distribution";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||
DEVELOPMENT_TEAM = "";
|
||||
|
|
Loading…
Reference in a new issue