add astra draft
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
APC_BUNDLE_PREFIX = de.felixfoertsch.parentalcontrols
|
||||
APC_APP_GROUP = group.$(APC_BUNDLE_PREFIX)
|
||||
APC_DEVELOPMENT_TEAM =
|
||||
#include? "Local.xcconfig"
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0"><dict>
|
||||
<key>com.apple.developer.family-controls</key><true/>
|
||||
<key>com.apple.security.application-groups</key><array><string>$(APC_APP_GROUP)</string></array>
|
||||
</dict></plist>
|
||||
@@ -0,0 +1,4 @@
|
||||
// Copy to Local.xcconfig (ignored by git). Supply your own identifiers and signing.
|
||||
APC_DEVELOPMENT_TEAM = YOURTEAMID
|
||||
APC_BUNDLE_PREFIX = de.felixfoertsch.parentalcontrols
|
||||
APC_APP_GROUP = group.$(APC_BUNDLE_PREFIX)
|
||||
Reference in New Issue
Block a user