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

Is it possibile to change the bundle id? #951

Open
buttifabio opened this issue May 9, 2018 · 0 comments
Open

Is it possibile to change the bundle id? #951

buttifabio opened this issue May 9, 2018 · 0 comments

Comments

@buttifabio
Copy link

If I change the bundle-id I get Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier error because com.alfresco.mobile.AlfrescoDocumentPicker is not compatible with the new bundle id.

I fixed by substituting every occurence of com.alfresco.mobile with the new bundle id and it builds.
The problem is that I'm not sure that all will work because doing like that i substituted:

  • ExportOptions.plist
  • AlfrescoApp Tests/Config/AlfrescoConfigServiceTest.m (kAlfrescoTestApplicationId)
  • AlfrescoApp Tests/Config/valid-config-test.bundle/Info.plist
  • AlfrescoApp.xcodeproj/project.pbxproj
  • AlfrescoApp/Constants/Constants.m (kQuickofficeApplicationDocumentUTI, kMobileIronManagedConfigurationKey)
  • AlfrescoApp/Constants/SharedConstants.m (kSharedAppGroupIdentifier, kAlfrescoMobileGroup)
  • AlfrescoApp/Supporting Files/AlfrescoApp-Info.plist
  • AlfrescoApp/Supporting Files/AlfrescoApp.entitlements
  • AlfrescoDocumentPicker/AlfrescoDocumentPicker.entitlements
  • AlfrescoDocumentPickerFileProvider/AlfrescoDocumentPickerFileProvider.entitlements
  • AlfrescoDocumentPickerFileProvider/Info.plist

For example: will Google QuickOffice still work?

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

No branches or pull requests

1 participant