-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathproject.yml
More file actions
80 lines (78 loc) · 2.91 KB
/
Copy pathproject.yml
File metadata and controls
80 lines (78 loc) · 2.91 KB
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
79
80
name: AtomicXCoreExample
options:
bundleIdPrefix: com.example
deploymentTarget:
iOS: "16.0"
xcodeVersion: "15.0"
generateEmptyDirectories: true
settings:
base:
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
CODE_SIGN_STYLE: Manual
targets:
AtomicXCoreExample:
type: application
platform: iOS
sources:
- path: App
- path: Scenes
- path: Components
- path: Resources
- path: Debug
settings:
base:
INFOPLIST_FILE: Resources/Info.plist
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
SWIFT_VERSION: "5.0"
TARGETED_DEVICE_FAMILY: "1,2"
CODE_SIGN_STYLE: Manual
ENABLE_USER_SCRIPT_SANDBOXING: "NO"
configs:
debug:
PRODUCT_BUNDLE_IDENTIFIER: com.example.atomicxcoreexample
CODE_SIGN_STYLE: Manual
CODE_SIGN_IDENTITY: ""
"CODE_SIGN_IDENTITY[sdk=iphoneos*]": "iPhone Developer"
DEVELOPMENT_TEAM: ""
"DEVELOPMENT_TEAM[sdk=iphoneos*]": F8A3GH6Q4W
PROVISIONING_PROFILE_SPECIFIER: ""
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]": abyWildcardDev
release:
PRODUCT_BUNDLE_IDENTIFIER: com.tencent.fx.livekit.demo
CODE_SIGN_STYLE: Manual
CODE_SIGN_IDENTITY: "Apple Development"
"CODE_SIGN_IDENTITY[sdk=iphoneos*]": "iPhone Distribution"
DEVELOPMENT_TEAM: ""
"DEVELOPMENT_TEAM[sdk=iphoneos*]": F8A3GH6Q4W
PROVISIONING_PROFILE_SPECIFIER: ""
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]": com.tencent.fx.livekit.demo_IOS_APP_STORE
info:
path: Resources/Info.plist
properties:
CFBundleName: AtomicXCoreExample
CFBundleDisplayName: API Example
CFBundleIdentifier: $(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleVersion: "1"
CFBundleShortVersionString: "1.0.0"
CFBundlePackageType: APPL
CFBundleExecutable: $(EXECUTABLE_NAME)
UILaunchStoryboardName: LaunchScreen
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: false
UISceneConfigurations:
UIWindowSceneSessionRoleApplication:
- UISceneConfigurationName: Default Configuration
UISceneDelegateClassName: $(PRODUCT_MODULE_NAME).SceneDelegate
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
UISupportedInterfaceOrientations~ipad:
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
NSCameraUsageDescription: 需要使用相机进行直播
NSMicrophoneUsageDescription: 需要使用麦克风进行直播
NSLocalNetworkUsageDescription: 需要访问本地网络进行直播