Skip to content

Commit 2feef83

Browse files
SeiRyuJoeMatt
authored andcommitted
compile: build workflow
1 parent e42891b commit 2feef83

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ jobs:
9898
# p12-file-base64: ${{ secrets.CERT_P12 }}
9999
# p12-password: ${{ secrets.P12_PASS }}
100100

101-
- name: Import Codesign Certificates
102-
uses: apple-actions/import-codesign-certs@v2
103-
with:
104-
p12-file-base64: ${{ secrets.CERT_P12 }}
105-
p12-password: ${{ secrets.P12_PASS }}
101+
#- name: Import Codesign Certificates
102+
# uses: apple-actions/import-codesign-certs@v2
103+
# with:
104+
# p12-file-base64: ${{ secrets.CERT_P12 }}
105+
# p12-password: ${{ secrets.P12_PASS }}
106106

107107
- name: Build Provenance
108108
run: |

Provenance.xcodeproj/project.pbxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8451,6 +8451,7 @@
84518451
);
84528452
MTL_ENABLE_DEBUG_INFO = NO;
84538453
MTL_FAST_MATH = YES;
8454+
ONLY_ACTIVE_ARCH = YES;
84548455
PRODUCT_NAME = Provenance;
84558456
PROVISIONING_PROFILE_SPECIFIER = "";
84568457
SDKROOT = appletvos;
@@ -12041,7 +12042,7 @@
1204112042
repositoryURL = "https://github.com/siteline/SwiftUI-Introspect";
1204212043
requirement = {
1204312044
kind = revision;
12044-
revision = d3cbf32788250741d397cfb5bcd532c37aa1096d;
12045+
revision = 121c146fe591b1320238d054ae35c81ffa45f45a;
1204512046
};
1204612047
};
1204712048
930498C62A93073800BF257F /* XCRemoteSwiftPackageReference "AltKit" */ = {

Provenance/JIT/DOLJitManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#import "DOLJitManager.h"
66

7-
#define _USE_ALTKIT (TARGET_OS_TV && !TARGET_OS_WATCH && !TARGET_OS_MACCATALYST)
7+
#define _USE_ALTKIT (!TARGET_OS_TV && !TARGET_OS_WATCH && !TARGET_OS_MACCATALYST)
88

99
#if _USE_ALTKIT
1010
@import AltKit;

0 commit comments

Comments
 (0)