-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathproject.yml
78 lines (78 loc) · 2.87 KB
/
project.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md
name: Flame
options:
bundleIdPrefix: org.jerakeen
packages:
aiReachability:
url: https://github.com/aiFigueiredo/aiReachability.git
revision: 4e33ca7bd44f01743eb7aab3437d96c1614e24af
targets:
Flame:
name: Flame
type: application
platform: iOS
deploymentTarget: "14.0"
scheme: {}
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: org.jerakeen.flametouch
SUPPORTS_MACCATALYST: YES
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER: NO
DEVELOPMENT_TEAM: 76AFK3W7M9
CODE_SIGN_STYLE: Manual
PROVISIONING_PROFILE_SPECIFIER: Flametouch dev (with multicast)
PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]: Flametouch Mac Dev
debug:
release:
sources:
- path: "flametouch"
name: "Code"
compilerFlags: "-Xfrontend -warn-concurrency -Xfrontend -enable-actor-data-race-checks"
- path: "README.md"
buildPhase: none
- path: "CHANGELOG.md"
buildPhase: none
- path: "project.yml"
buildPhase: none
dependencies:
- package: aiReachability
info:
path: Info.plist
properties:
NSLocalNetworkUsageDescription: Flame lists the local network services to let you browse them
LSApplicationCategoryType: public.app-category.developer-tools
UILaunchScreen:
UIColorName: LaunchBackground
UIImageName: LaunchIcon
CFBundleShortVersionString: "79"
CFBundleVersion: "3.0.0"
ITSAppUsesNonExemptEncryption: false
UIStatusBarStyle: UIStatusBarStyleLightContent
UIViewControllerBasedStatusBarAppearance: true
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
UISupportedInterfaceOrientations~ipad:
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: true
UISceneConfigurations:
UIWindowSceneSessionRoleApplication:
- UISceneConfigurationName: Main
UISceneDelegateClassName: $(PRODUCT_MODULE_NAME).SceneDelegate
- UISceneConfigurationName: About
UISceneDelegateClassName: $(PRODUCT_MODULE_NAME).AboutSceneDelegate
entitlements:
path: Flame.entitlements
properties:
com.apple.developer.networking.multicast: true
com.apple.security.files.user-selected.read-write: true
com.apple.security.network.client: true
com.apple.security.app-sandbox: true
postCompileScripts:
- script: /opt/homebrew/bin/swiftlint
name: Run SwiftLint