Skip to content

Conversation

dkimitsa
Copy link
Contributor

  • base Plist was extracted from InfoPlist class for generic Plist parsing and value placeholder substitution(with values from property file);
  • Simulator launch will use entitlements if provided in robovm.xml
  • changed way how team ID is generated for simulator launch. Instead of random string for each launch it will now: checks for teamID key in properties. If not -- will generate MD5 from bundle id -- to keep it same each launch.
  • removed hardcoded sim entitlement keychain-access-groups as entitlements can now be specified by user
  • for entitlements for device target properties are used as well. this will allow to use placeholders if required
  • removed bundled Entitlement.plist as it useless (empty)

- base Plist was extracted from InfoPlist class for generic Plist parsing and value placeholder substitution(with values from property file);
- Simulator launch will use entitlements if provided in robovm.xml
- changed way how team ID is generated for simulator launch. Instead of random string for each launch it will now: checks for `teamID` key in properties. If not -- will generate MD5 from bundle id -- to keep it same each launch.
- removed hardcoded sim entitlement `keychain-access-groups` as entitlements can now be specified by user
- for entitlements for device target properties are used as well. this will allow to use placeholders if required
- removed bundled Entitlement.plist as it useless (empty)
@Tom-Ski Tom-Ski merged commit 7363740 into MobiVM:master Oct 22, 2020
@dkimitsa dkimitsa deleted the fix/simulator-entitlements branch November 24, 2020 07:50
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