Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

PSalant726
Copy link

For the folks who want to conserve limited app ID's.

Copy link
Author

@PSalant726 PSalant726 left a 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.

Comment on lines +148 to +201
"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."
}
]
}
Copy link
Author

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.

@Balackburn
Copy link
Owner

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.

@PSalant726
Copy link
Author

Hm yea, it looks like the Info.plist file includes the same CFBundleIdentifier value for both versions. I don't suppose we have any control over that? Ideally these are two separate apps exposed by the same AltStore source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants