| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Compared against a known-good Xcode-generated configuration
(hutch/SyncedProducts.storekit) and corrected the hand-authored file:
- version bumped 4.0 -> 5.0, the format Xcode 26 writes
- added the appPolicies block Xcode always emits
- added the missing settings keys (_askToBuyEnabled,
_billingGracePeriodEnabled, _billingIssuesEnabled, _disableDialogs,
_renewalBillingIssuesEnabled, _timeRate)
- _developerTeamID set to ZCNAX3VL9D, matching DEVELOPMENT_TEAM in the
project rather than being left empty
- _applicationInternalID cleared. It previously held 6763610682, which
is the Apple ID of the Pro+ (Annually) subscription, not the app's
internal ID. That value is now on the subscription's internalID where
it belongs; the app ID is left empty rather than wrong.
|