-
-
Notifications
You must be signed in to change notification settings - Fork 690
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
458 changed files
with
42,768 additions
and
7,434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#include "Build.xcconfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#include "Build.xcconfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#include "Build.xcconfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
// Configuration settings file format documentation can be found at: | ||
// https://help.apple.com/xcode/#/dev745c5c974 | ||
|
||
MARKETING_VERSION = 2.1.0 | ||
CURRENT_PROJECT_VERSION = 2780 | ||
|
||
// Vars to be overwritten by `CodeSigning.xcconfig` if exists | ||
DEVELOPMENT_TEAM = S32Z3HMYVQ | ||
ORG_IDENTIFIER = org.provenance-emu | ||
|
||
// Codesigning settings defined optionally, see `CodeSigning.xcconfig.example` | ||
#include? "CodeSigning.xcconfig" | ||
|
||
ORG_PREFIX = $(ORG_IDENTIFIER) | ||
|
||
PRODUCT_NAME = Provenance | ||
//PRODUCT_NAME[configuration=Debug] = Prov Debug | ||
|
||
PRODUCT_BUNDLE_IDENTIFIER = $(ORG_PREFIX).$(PROJECT_NAME:lower) | ||
//PRODUCT_BUNDLE_IDENTIFIER[configuration=Debug] = $(ORG_PREFIX).$(PROJECT_NAME:lower)-debug | ||
|
||
APP_GROUP_IDENTIFIER = group.$(ORG_PREFIX).$(PROJECT_NAME:lower) | ||
ICLOUD_CONTAINER_IDENTIFIER = iCloud.$(ORG_PREFIX).$(PROJECT_NAME:lower) | ||
|
||
|
||
// CODE_SIGN_ENTITLEMENTS = $(TARGET_NAME)/$(TARGET_NAME)$(ENTITLEMENTS_TYPE).entitlements | ||
|
||
|
||
// Entitlements based off of CodeSigning settings | ||
IOS_CODE_SIGN_ENTITLEMENTS_YES = Provenance/Provenance.entitlements | ||
IOS_CODE_SIGN_ENTITLEMENTS_NO = | ||
//IOS_CODE_SIGN_ENTITLEMENTS = $(IOS_CODE_SIGN_ENTITLEMENTS_$(DEVELOPER_ACCOUNT_PAID:default=NO)) | ||
|
||
TVOS_CODE_SIGN_ENTITLEMENTS_YES = ProvenanceTV/Provenance.entitlements | ||
TVOS_CODE_SIGN_ENTITLEMENTS_NO = | ||
//TVOS_CODE_SIGN_ENTITLEMENTS = $(TVOS_CODE_SIGN_ENTITLEMENTS_$(DEVELOPER_ACCOUNT_PAID:default=NO)) | ||
|
||
TOPSHELF_PRODUCT_BUNDLE_IDENTIFIER = $(ORG_PREFIX).$(PROJECT_NAME:lower).topshelf | ||
SPOTLIGHT_PRODUCT_BUNDLE_IDENTIFIER = $(ORG_PREFIX).$(PROJECT_NAME:lower).spotlight | ||
|
||
WATCH_PRODUCT_BUNDLE_IDENTIFIER = $(ORG_PREFIX).$(PROJECT_NAME:lower)-watch | ||
WATCH_APP_PRODUCT_BUNDLE_IDENTIFIER = $(WATCH_PRODUCT_BUNDLE_IDENTIFIER).watchkitapp | ||
WATCH_APP_EXTENSION_PRODUCT_BUNDLE_IDENTIFIER = $(WATCH_APP_PRODUCT_BUNDLE_IDENTIFIER).watchkitextension | ||
|
||
PVSUPPORT_PRODUCT_BUNDLE_IDENTIFIER = $(ORG_PREFIX).$(PROJECT_NAME:lower).PVSupport | ||
PVLIBRARY_PRODUCT_BUNDLE_IDENTIFIER = $(ORG_PREFIX).$(PROJECT_NAME:lower).PVLibrary | ||
|
||
// MAC_CODE_SIGN_ENTITLEMENTS_YES = Platform/macOS/macOS.entitlements | ||
// MAC_CODE_SIGN_ENTITLEMENTS_NO = Platform/macOS/macOS-unsigned.entitlements | ||
// MAC_CODE_SIGN_ENTITLEMENTS = $(MAC_CODE_SIGN_ENTITLEMENTS_$(DEVELOPER_ACCOUNT_VM_ACCESS:default=NO)) | ||
|
||
// Fixes XCode 13.2.1 issues | ||
OTHER_LDFLAGS = $(inherited) -Wl,-weak-lswift_Concurrency -Wl,-rpath,/usr/lib/swift -ObjC | ||
|
||
//OTHER_LDFLAGS = $(inherited) | ||
ENABLE_BITCODE = NO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
// Your Team ID. | ||
// If you have a paid Apple Developer account, you can find your Team ID at | ||
// https://developer.apple.com/account/#/membership | ||
DEVELOPMENT_TEAM = XYZ0123456 | ||
|
||
// Prefix of unique bundle IDs registered to you in Apple Developer Portal. | ||
// You need to register: | ||
// - com.myuniquename.provenance | ||
// - com.myuniquename.provenance.spotlight | ||
// - com.myuniquename.provenance.topshelf | ||
ORG_IDENTIFIER = com.myuniquename | ||
|
||
// Set to YES if you have a valid paid Apple Developer account | ||
DEVELOPER_ACCOUNT_PAID = NO | ||
|
||
// Name of the iOS development signing certificate, you probably do not need | ||
// to change this. | ||
CODE_SIGN_IDENTITY_IOS = Apple Development | ||
|
||
// Name of the iOS development signing certificate, you probably do not need | ||
// to change this. | ||
CODE_SIGN_IDENTITY_TVOS = Apple Development | ||
|
||
// The values below are specific to macOS development. If you do not define | ||
// these keys, the build will default to ad-hoc signing. You will need to | ||
// follow `Documentation/MacDevelopment.md` to disable library verification and | ||
// remove unsupported entitlements. | ||
|
||
// Name of the macOS development signing certificate. Comment out this line to | ||
// use ad-hoc signing. | ||
CODE_SIGN_IDENTITY_MAC = Apple Development | ||
|
||
// Create a Mac provisioning profile for com.myuniquename.UTM with the | ||
// Hypervisor entitlements and get its UUID. If you do not have access to these | ||
// entitlements, comment out the line and delete the following entitlements | ||
// - com.apple.vm.device-access | ||
// from the following file | ||
// - Provenance/macOS.entitlements | ||
PROVISIONING_PROFILE_SPECIFIER_MAC = 00000000-1111-2222-3333-444444444444 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.