mirror of
https://github.com/defold/extension-iap
synced 2025-06-27 02:17:51 +02:00
Update assets to latest Defold version. Remove armv7-ios from manifest as unsupported platform.
11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
name: IAPExt
|
|
|
|
platforms:
|
|
arm64-ios:
|
|
context:
|
|
weakFrameworks: ['StoreKit', 'UIKit', 'Foundation']
|
|
|
|
x86_64-ios:
|
|
context:
|
|
weakFrameworks: ['StoreKit', 'UIKit', 'Foundation']
|
|
|