|
1 | 1 | name: PowerSnek |
2 | 2 | options: |
3 | | - bundleIdPrefix: com.powersnek |
4 | | - deploymentTarget: |
5 | | - macOS: "14.0" |
6 | | - createIntermediateGroups: true |
| 3 | + bundleIdPrefix: com.powersnek |
| 4 | + deploymentTarget: |
| 5 | + macOS: "14.0" |
| 6 | + createIntermediateGroups: true |
7 | 7 | settings: |
8 | | - base: |
9 | | - SWIFT_VERSION: "6.0" |
10 | | - MARKETING_VERSION: "0.1.0" |
11 | | - CURRENT_PROJECT_VERSION: "1" |
| 8 | + base: |
| 9 | + SWIFT_VERSION: "6.0" |
| 10 | + MARKETING_VERSION: "0.1.0" |
| 11 | + CURRENT_PROJECT_VERSION: "1" |
12 | 12 | targets: |
13 | | - PowerSnekKit: |
14 | | - type: framework |
15 | | - platform: macOS |
16 | | - sources: |
17 | | - - Sources/PowerSnekKit |
18 | | - settings: |
19 | | - base: |
20 | | - PRODUCT_BUNDLE_IDENTIFIER: com.powersnek.kit |
21 | | - INFOPLIST_FILE: Sources/PowerSnekKit/Resources/Info.plist |
22 | | - PowerSnek: |
23 | | - type: application |
24 | | - platform: macOS |
25 | | - sources: |
26 | | - - Sources/PowerSnek |
27 | | - dependencies: |
28 | | - - target: PowerSnekKit |
29 | | - embed: true |
30 | | - settings: |
31 | | - base: |
32 | | - PRODUCT_BUNDLE_IDENTIFIER: com.powersnek.app |
33 | | - INFOPLIST_FILE: Sources/PowerSnek/Resources/Info.plist |
34 | | - ENABLE_HARDENED_RUNTIME: YES |
35 | | - CODE_SIGN_ENTITLEMENTS: Sources/PowerSnek/Resources/PowerSnek.entitlements |
36 | | - ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon |
37 | | - PowerSnekKitTests: |
38 | | - type: bundle.unit-test |
39 | | - platform: macOS |
40 | | - sources: |
41 | | - - Tests/PowerSnekKitTests |
42 | | - dependencies: |
43 | | - - target: PowerSnekKit |
44 | | - settings: |
45 | | - base: |
46 | | - GENERATE_INFOPLIST_FILE: YES |
47 | | - PRODUCT_BUNDLE_IDENTIFIER: com.powersnek.kit.tests |
| 13 | + PowerSnekKit: |
| 14 | + type: framework |
| 15 | + platform: macOS |
| 16 | + sources: |
| 17 | + - Sources/PowerSnekKit |
| 18 | + settings: |
| 19 | + base: |
| 20 | + PRODUCT_BUNDLE_IDENTIFIER: com.powersnek.kit |
| 21 | + INFOPLIST_FILE: Sources/PowerSnekKit/Resources/Info.plist |
| 22 | + PowerSnek: |
| 23 | + type: application |
| 24 | + platform: macOS |
| 25 | + sources: |
| 26 | + - Sources/PowerSnek |
| 27 | + dependencies: |
| 28 | + - target: PowerSnekKit |
| 29 | + embed: true |
| 30 | + settings: |
| 31 | + base: |
| 32 | + PRODUCT_BUNDLE_IDENTIFIER: com.powersnek.app |
| 33 | + INFOPLIST_FILE: Sources/PowerSnek/Resources/Info.plist |
| 34 | + ENABLE_HARDENED_RUNTIME: YES |
| 35 | + CODE_SIGN_ENTITLEMENTS: Sources/PowerSnek/Resources/PowerSnek.entitlements |
| 36 | + ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon |
| 37 | + PowerSnekKitTests: |
| 38 | + type: bundle.unit-test |
| 39 | + platform: macOS |
| 40 | + sources: |
| 41 | + - Tests/PowerSnekKitTests |
| 42 | + dependencies: |
| 43 | + - target: PowerSnekKit |
| 44 | + settings: |
| 45 | + base: |
| 46 | + GENERATE_INFOPLIST_FILE: YES |
| 47 | + PRODUCT_BUNDLE_IDENTIFIER: com.powersnek.kit.tests |
48 | 48 | schemes: |
49 | | - PowerSnek: |
50 | | - build: |
51 | | - targets: |
52 | | - PowerSnek: all |
53 | | - PowerSnekKit: all |
54 | | - run: |
55 | | - config: Debug |
56 | | - test: |
57 | | - config: Debug |
58 | | - targets: |
59 | | - - PowerSnekKitTests |
| 49 | + PowerSnek: |
| 50 | + build: |
| 51 | + targets: |
| 52 | + PowerSnek: all |
| 53 | + PowerSnekKit: all |
| 54 | + run: |
| 55 | + config: Debug |
| 56 | + test: |
| 57 | + config: Debug |
| 58 | + targets: |
| 59 | + - PowerSnekKitTests |
0 commit comments