Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ jobs:
# p12-file-base64: ${{ secrets.CERT_P12 }}
# p12-password: ${{ secrets.P12_PASS }}

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

- name: Build Provenance
run: |
Expand Down
3 changes: 2 additions & 1 deletion Provenance.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8451,6 +8451,7 @@
);
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = Provenance;
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = appletvos;
Expand Down Expand Up @@ -12041,7 +12042,7 @@
repositoryURL = "https://github.com/siteline/SwiftUI-Introspect";
requirement = {
kind = revision;
revision = d3cbf32788250741d397cfb5bcd532c37aa1096d;
revision = 121c146fe591b1320238d054ae35c81ffa45f45a;
};
};
930498C62A93073800BF257F /* XCRemoteSwiftPackageReference "AltKit" */ = {
Expand Down
2 changes: 1 addition & 1 deletion Provenance/JIT/DOLJitManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#import "DOLJitManager.h"

#define _USE_ALTKIT (TARGET_OS_TV && !TARGET_OS_WATCH && !TARGET_OS_MACCATALYST)
#define _USE_ALTKIT (!TARGET_OS_TV && !TARGET_OS_WATCH && !TARGET_OS_MACCATALYST)

#if _USE_ALTKIT
@import AltKit;
Expand Down