返回 CodeWhale
project.yml
根目录 / pet / ios / project.yml
1 name: CodewhalePet
2 options:
3 deploymentTarget:
4 iOS: "17.0"
5 settings:
6 base:
7 SWIFT_VERSION: "5.0"
8 CODE_SIGNING_ALLOWED: NO
9 ENABLE_USER_SCRIPT_SANDBOXING: YES
10 targets:
11 CodewhalePet:
12 type: application
13 platform: iOS
14 sources:
15 - path: CodewhalePetApp.swift
16 - path: ../swift/PetSim.swift
17 - path: ../swift/PetNativeCore.swift
18 - path: ../swift/PetHabitatStore.swift
19 - path: ../swift/PetAudioOutput.swift
20 - path: ../swift/PetHost.swift
21 - path: ../swift/PetShared.swift
22 - path: ../swift/CodewhalePetView.swift
23 - path: ../swift/PetHabitatView.swift
24 - path: ../macos/WhalePoints.swift
25 - path: Resources
26 buildPhase: resources
27 info:
28 path: build/GeneratedInfo.plist
29 properties:
30 NSAppTransportSecurity:
31 NSAllowsLocalNetworking: true
32 settings:
33 base:
34 PRODUCT_BUNDLE_IDENTIFIER: dev.shannonlabs.CodewhalePet.mobile
35 GENERATE_INFOPLIST_FILE: YES
36 INFOPLIST_KEY_CFBundleDisplayName: Codewhale
37 INFOPLIST_KEY_UILaunchScreen_Generation: YES
38 INFOPLIST_KEY_UIFileSharingEnabled: YES
39 INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace: YES
40 INFOPLIST_KEY_UISupportedInterfaceOrientations: UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight
41 TARGETED_DEVICE_FAMILY: "1,2"
42
42 lines YAML