-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include the NO EXTENSIONS app version in the AltStore source #39
base: main
Are you sure you want to change the base?
Include the NO EXTENSIONS app version in the AltStore source #39
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The JSON is copy/pasted from the full version. I only updated the name, download URL, and asset size.
"appPermissions": { | ||
"entitlements": [ | ||
{ | ||
"name": "com.apple.security.application-groups" | ||
}, | ||
{ | ||
"name": "com.apple.developer.associated-domains" | ||
}, | ||
{ | ||
"name": "com.apple.developer.group-session" | ||
}, | ||
{ | ||
"name": "com.apple.developer.icloud-container-identifiers" | ||
}, | ||
{ | ||
"name": "com.apple.developer.ubiquity-kvstore-identifier" | ||
}, | ||
{ | ||
"name": "keychain-access-groups" | ||
}, | ||
{ | ||
"name": "aps-environment" | ||
}, | ||
{ | ||
"name": "com.apple.developer.weatherkit" | ||
} | ||
], | ||
"privacy": [ | ||
{ | ||
"name": "Camera", | ||
"usageDescription": "App needs camera access." | ||
}, | ||
{ | ||
"name": "FaceID", | ||
"usageDescription": "App uses Face ID." | ||
}, | ||
{ | ||
"name": "LocationWhenInUse", | ||
"usageDescription": "App needs location when in use." | ||
}, | ||
{ | ||
"name": "Motion", | ||
"usageDescription": "App uses motion sensors." | ||
}, | ||
{ | ||
"name": "PhotoLibraryAdd", | ||
"usageDescription": "App adds photos." | ||
}, | ||
{ | ||
"name": "PhotoLibrary", | ||
"usageDescription": "App accesses photo library." | ||
} | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's unclear to me if the NO EXTENSIONS version requires all of the same permissions as the full version.
I think they can't be 2 apps with the same bundle id on Alstore, it would be a better to do 2 sources and to change the update script. |
Hm yea, it looks like the |
For the folks who want to conserve limited app ID's.