File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
build :
9
9
name : Xcode Build
10
- runs-on : macos-12
10
+ runs-on : macos-13
11
11
steps :
12
12
- name : Select Xcode Version
13
- run : sudo xcrun xcode-select -s /Applications/Xcode_14.2 .app
13
+ run : sudo xcrun xcode-select -s /Applications/Xcode_14.3 .app
14
14
15
15
- name : Set Environment Variables
16
16
run : |
Original file line number Diff line number Diff line change 6
6
jobs :
7
7
release :
8
8
name : Xcode Build (Release)
9
- runs-on : macos-12
9
+ runs-on : macos-13
10
10
steps :
11
11
- name : Select Xcode Version
12
- run : sudo xcrun xcode-select -s /Applications/Xcode_14.2 .app
12
+ run : sudo xcrun xcode-select -s /Applications/Xcode_14.3 .app
13
13
14
14
- name : Set Environment Variables
15
15
run : |
33
33
- name : Install Developer ID Certificate
34
34
run : |
35
35
# import build certificate from secrets
36
- echo -n "${{ secrets.BUILD_CERTIFICATE_BASE64 }}" | base64 --decode --output "$BUILD_CERTIFICATE_PATH"
36
+ echo -n "${{ secrets.BUILD_CERTIFICATE_BASE64 }}" | base64 --decode --output= "$BUILD_CERTIFICATE_PATH"
37
37
38
38
# create temporary keychain
39
39
security create-keychain -p "${{ secrets.KEYCHAIN_PASSWORD }}" "$KEYCHAIN_PATH"
52
52
- name : Notarize App
53
53
run : |
54
54
# Save Notarization Credentials to Keychain
55
- echo -n "${{ secrets.NOTARIZATION_KEY_BASE64 }}" | base64 --decode --output "$NOTARIZATION_KEY_PATH"
55
+ echo -n "${{ secrets.NOTARIZATION_KEY_BASE64 }}" | base64 --decode --output= "$NOTARIZATION_KEY_PATH"
56
56
xcrun notarytool store-credentials "AppNotarization" \
57
57
-k "$NOTARIZATION_KEY_PATH" \
58
58
-d "${{ secrets.NOTARIZATION_KEY_ID }}" \
Original file line number Diff line number Diff line change 162
162
attributes = {
163
163
BuildIndependentTargetsInParallel = 1;
164
164
LastSwiftUpdateCheck = 1320;
165
- LastUpgradeCheck = 1320 ;
165
+ LastUpgradeCheck = 1430 ;
166
166
TargetAttributes = {
167
167
96C2A1DD27C5632D00768B18 = {
168
168
CreatedOnToolsVersion = 13.2.1;
257
257
CLANG_WARN_UNREACHABLE_CODE = YES;
258
258
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
259
259
COPY_PHASE_STRIP = NO;
260
+ DEAD_CODE_STRIPPING = YES;
260
261
DEBUG_INFORMATION_FORMAT = dwarf;
261
262
ENABLE_STRICT_OBJC_MSGSEND = YES;
262
263
ENABLE_TESTABILITY = YES;
318
319
CLANG_WARN_UNREACHABLE_CODE = YES;
319
320
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
320
321
COPY_PHASE_STRIP = NO;
322
+ DEAD_CODE_STRIPPING = YES;
321
323
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
322
324
ENABLE_NS_ASSERTIONS = NO;
323
325
ENABLE_STRICT_OBJC_MSGSEND = YES;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <document type =" com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version =" 3.0" toolsVersion =" 21507 " targetRuntime =" MacOSX.Cocoa" propertyAccessControl =" none" useAutolayout =" YES" >
2
+ <document type =" com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version =" 3.0" toolsVersion =" 21701 " targetRuntime =" MacOSX.Cocoa" propertyAccessControl =" none" useAutolayout =" YES" >
3
3
<dependencies >
4
4
<deployment identifier =" macosx" />
5
- <plugIn identifier =" com.apple.InterfaceBuilder.CocoaPlugin" version =" 21507 " />
5
+ <plugIn identifier =" com.apple.InterfaceBuilder.CocoaPlugin" version =" 21701 " />
6
6
</dependencies >
7
7
<scenes >
8
8
<!-- Application-->
You can’t perform that action at this time.
0 commit comments