File tree 5 files changed +9
-5
lines changed
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 83
83
APP_STORE_CONNECT_PRIVATE_KEY_B64 : ${{ secrets.APP_STORE_CONNECT_PRIVATE_KEY_B64 }}
84
84
run : echo $APP_STORE_CONNECT_PRIVATE_KEY_B64 | base64 --decode > /tmp/connect-key.p8
85
85
86
+ - name : Install Xcode
87
+ run : sudo xcodes install $(cat .xcode-version)
88
+
86
89
- name : Select Xcode version
87
- run : sudo xcode- select -s /Applications/Xcode_ $(cat .xcode-version).app/Contents/Developer
90
+ run : sudo xcodes select $(cat .xcode-version)
88
91
89
92
- name : Prepare files
90
93
if : ${{ matrix.distribution == 'app-store' }}
Original file line number Diff line number Diff line change 1
- 18.0
1
+ 18.1
Original file line number Diff line number Diff line change 1
- 16
1
+ 16.1
Original file line number Diff line number Diff line change 546
546
attributes = {
547
547
BuildIndependentTargetsInParallel = 1;
548
548
LastSwiftUpdateCheck = 1530;
549
- LastUpgradeCheck = 1600 ;
549
+ LastUpgradeCheck = 1610 ;
550
550
TargetAttributes = {
551
551
4D54C9272BF2608A001DE071 = {
552
552
CreatedOnToolsVersion = 15.3;
922
922
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
923
923
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
924
924
CODE_SIGN_ENTITLEMENTS = "${TARGET_NAME}/Config/Fyreplace.release.entitlements";
925
+ CODE_SIGN_IDENTITY = "Apple Distribution";
925
926
CODE_SIGN_STYLE = Manual;
926
927
DEAD_CODE_STRIPPING = YES;
927
928
DEVELOPMENT_ASSET_PATHS = "\"${TARGET_NAME}/Preview Content\"";
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 1600 "
3
+ LastUpgradeVersion = " 1610 "
4
4
version = " 1.7" >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
You can’t perform that action at this time.
0 commit comments