forked from quoid/userscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUserscripts-Release.xcconfig
More file actions
26 lines (23 loc) · 919 Bytes
/
Copy pathUserscripts-Release.xcconfig
File metadata and controls
26 lines (23 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#include "Userscripts-Base.xcconfig"
INFOPLIST_KEY_NSHumanReadableCopyright = Copyright © 2018–2025 Justin Wasack. All rights reserved.
CURRENT_PROJECT_VERSION = 1
MARKETING_VERSION = 1.0.0
// Distribution
CODE_SIGN_STYLE = Manual
CODE_SIGN_IDENTITY = Apple Distribution
// Developer Team ID
DEVELOPMENT_TEAM = J74Q8V8V8N
// Organization Identifier
ORG_IDENTIFIER = com.userscripts
// Application Identifier
APP_IDENTIFIER = $(ORG_IDENTIFIER).macos
// Safari Extension Identifier
EXT_IDENTIFIER = $(APP_IDENTIFIER).Userscripts-Extension
// App Groups and Group Containers
// https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_application-groups
IOS_SHARED_GID = group.$(ORG_IDENTIFIER).ios
MAC_SHARED_GID = $(DEVELOPMENT_TEAM).$(ORG_IDENTIFIER).macos
// App URL Scheme
APP_URL_SCHEME = userscriptsurlscheme
// Override this file
#include? "Userscripts-Release.dev.xcconfig"