|
|
|
|
510
|
buildSettings = {
|
510
|
buildSettings = {
|
511
|
ARCHS = "$(ARCHS_STANDARD)";
|
511
|
ARCHS = "$(ARCHS_STANDARD)";
|
512
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
512
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
513
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
513
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
514
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
515
|
+ CODE_SIGN_STYLE = Automatic;
|
514
|
DEVELOPMENT_TEAM = F599L375TZ;
|
516
|
DEVELOPMENT_TEAM = F599L375TZ;
|
515
|
INFOPLIST_FILE = "$(SRCROOT)/../Common/iOS/Info.plist";
|
517
|
INFOPLIST_FILE = "$(SRCROOT)/../Common/iOS/Info.plist";
|
516
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
518
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
|
|
527
|
buildSettings = {
|
529
|
buildSettings = {
|
528
|
ARCHS = "$(ARCHS_STANDARD)";
|
530
|
ARCHS = "$(ARCHS_STANDARD)";
|
529
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
531
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
532
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
530
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
533
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
534
|
+ CODE_SIGN_STYLE = Automatic;
|
531
|
DEVELOPMENT_TEAM = F599L375TZ;
|
535
|
DEVELOPMENT_TEAM = F599L375TZ;
|
532
|
INFOPLIST_FILE = "$(SRCROOT)/../Common/iOS/Info.plist";
|
536
|
INFOPLIST_FILE = "$(SRCROOT)/../Common/iOS/Info.plist";
|
533
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
537
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|