mirror of
https://github.com/defold/extension-iap
synced 2025-11-26 18:00:51 +01:00
Initial commit
This commit is contained in:
15
extension-iap/ext.manifest
Normal file
15
extension-iap/ext.manifest
Normal file
@@ -0,0 +1,15 @@
|
||||
name: IAPExt
|
||||
|
||||
platforms:
|
||||
armv7-ios:
|
||||
context:
|
||||
weakFrameworks: ['StoreKit', 'UIKit', 'Foundation']
|
||||
|
||||
arm64-ios:
|
||||
context:
|
||||
weakFrameworks: ['StoreKit', 'UIKit', 'Foundation']
|
||||
|
||||
x86_64-ios:
|
||||
context:
|
||||
weakFrameworks: ['StoreKit', 'UIKit', 'Foundation']
|
||||
|
||||
Reference in New Issue
Block a user