-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.local.example.yml
More file actions
38 lines (36 loc) · 1.54 KB
/
project.local.example.yml
File metadata and controls
38 lines (36 loc) · 1.54 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
settings:
base:
# Copy this file to project.local.yml and replace with your local Apple team ID.
DEVELOPMENT_TEAM: YOUR_TEAM_ID
# OAuth app IDs for bundled Dropbox / OneDrive support.
MFDROPBOX_CLIENT_ID: YOUR_DROPBOX_APP_KEY
MFONEDRIVE_CLIENT_ID: YOUR_MICROSOFT_APP_ID
# If your local setup uses explicit provisioning profiles, keep the per-target
# overrides below in project.local.yml and replace the placeholder profile names.
targets:
MFuse:
settings:
configs:
Debug:
CODE_SIGN_STYLE: Manual
"CODE_SIGN_IDENTITY[sdk=macosx*]": Apple Development
"DEVELOPMENT_TEAM[sdk=macosx*]": YOUR_TEAM_ID
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]": MFuse App Dev Profile
Release:
CODE_SIGN_STYLE: Manual
"CODE_SIGN_IDENTITY[sdk=macosx*]": Developer ID Application
"DEVELOPMENT_TEAM[sdk=macosx*]": YOUR_TEAM_ID
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]": MFuse App Release Profile
MFuseProvider:
settings:
configs:
Debug:
CODE_SIGN_STYLE: Manual
"CODE_SIGN_IDENTITY[sdk=macosx*]": Apple Development
"DEVELOPMENT_TEAM[sdk=macosx*]": YOUR_TEAM_ID
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]": MFuse Provider Dev Profile
Release:
CODE_SIGN_STYLE: Manual
"CODE_SIGN_IDENTITY[sdk=macosx*]": Developer ID Application
"DEVELOPMENT_TEAM[sdk=macosx*]": YOUR_TEAM_ID
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]": MFuse Provider Release Profile