-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
42 lines (40 loc) · 1.37 KB
/
Copy pathproject.yml
File metadata and controls
42 lines (40 loc) · 1.37 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
name: Brainrotter3D
options:
bundleIdPrefix: com.brainrotter
createIntermediateGroups: true
deploymentTarget:
visionOS: "2.0"
settings:
base:
SWIFT_VERSION: "5.0"
SWIFT_STRICT_CONCURRENCY: minimal
MARKETING_VERSION: "1.0"
CURRENT_PROJECT_VERSION: "1"
TARGETED_DEVICE_FAMILY: "7" # 7 = visionOS
targets:
Brainrotter3D:
type: application
platform: visionOS
sources:
- path: Brainrotter3D
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.brainrotter.reels
GENERATE_INFOPLIST_FILE: NO
ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS: NO
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
# Device signing — automatic, using the connected Mac's Apple Development identity.
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: 6PPS68Y9RP
info:
path: Brainrotter3D/Info.plist
properties:
CFBundleDisplayName: Brainrotter
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: true
# Allow the app to reach the local Flask reels server over plain HTTP.
NSAppTransportSecurity:
NSAllowsArbitraryLoads: true
# visionOS asks the user before talking to devices on the LAN (your Mac).
NSLocalNetworkUsageDescription: >-
Brainrotter connects to the Reels server running on your Mac to stream your feed.