rastrillo / native Public

Clone
git clone https://amadan.net/rastrillo/native

Plain git — no account needed to clone.

Download

Download this file

1name: Companion
2packages:
3 RastrilloNative:
4 path: ../..
5settings:
6 base:
7 SWIFT_VERSION: '5.9'
8 GENERATE_INFOPLIST_FILE: YES
9targets:
10 CompanionMac:
11 type: application
12 platform: macOS
13 deploymentTarget: '14.0'
14 sources: [Sources]
15 dependencies:
16 - package: RastrilloNative
17 settings:
18 base:
19 PRODUCT_BUNDLE_IDENTIFIER: org.rastrillo.companion.mac
20 CompanionIOS:
21 type: application
22 platform: iOS
23 deploymentTarget: '17.0'
24 sources: [Sources]
25 dependencies:
26 - package: RastrilloNative
27 settings:
28 base:
29 PRODUCT_BUNDLE_IDENTIFIER: org.rastrillo.companion.ios
30 INFOPLIST_KEY_UILaunchScreen_Generation: YES
31