File tree 4 files changed +4
-4
lines changed
project.xcworkspace/xcuserdata/hekmatullahamin.xcuserdatad
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 89
89
desktop_package_name : ' cmp-desktop' # <-- Change Your Desktop Package Name
90
90
web_package_name : ' cmp-web' # <-- Change Your Web Package Name
91
91
ios_package_name : ' cmp-ios' # <-- Change Your iOS Package Name
92
- build_ios : false # <-- Change to 'false' if you don't want to build iOS
92
+ build_ios : true # <-- Change to 'false' if you don't want to build iOS
Original file line number Diff line number Diff line change 1
- TEAM_ID=
1
+ TEAM_ID=L432S2FZP5
2
2
BUNDLE_ID=cmp.ios
3
3
APP_NAME=iOSApp
Original file line number Diff line number Diff line change 321
321
CODE_SIGN_IDENTITY = "Apple Development";
322
322
CODE_SIGN_STYLE = Automatic;
323
323
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
324
- DEVELOPMENT_TEAM = L432S2FZP5 ;
324
+ DEVELOPMENT_TEAM = "${TEAM_ID}" ;
325
325
ENABLE_PREVIEWS = YES;
326
326
FRAMEWORK_SEARCH_PATHS = (
327
327
"$(inherited)",
351
351
CODE_SIGN_IDENTITY = "Apple Development";
352
352
CODE_SIGN_STYLE = Automatic;
353
353
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
354
- DEVELOPMENT_TEAM = L432S2FZP5 ;
354
+ DEVELOPMENT_TEAM = "${TEAM_ID}" ;
355
355
ENABLE_PREVIEWS = YES;
356
356
FRAMEWORK_SEARCH_PATHS = (
357
357
"$(inherited)",
You can’t perform that action at this time.
0 commit comments