Skip to content

Commit

Permalink
Fis code sign
Browse files Browse the repository at this point in the history
  • Loading branch information
利辺羅エルネスト committed Sep 25, 2013
1 parent 55e549d commit 9eb4812
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Demo/NBUCoreDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,6 @@
attributes = {
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = "CyberAgent Inc.";
TargetAttributes = {
E5E5DFDD1730EA18004985B1 = {
DevelopmentTeam = G7FH63PE76;
};
};
};
buildConfigurationList = E5E5DFD91730EA18004985B1 /* Build configuration list for PBXProject "NBUCoreDemo" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -395,6 +390,7 @@
baseConfigurationReference = 0812F44A168849ABB2B939D2 /* Pods.xcconfig */;
buildSettings = {
BUNDLEID = "jp.co.cyberagent.nbu.${PRODUCT_NAME:rfc1034identifier}-dev";
CODE_SIGN_IDENTITY = "iPhone Developer";
DISPLAYNAME = NBUCoreDev;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "NBUCoreDemo/NBUCoreDemo-Prefix.pch";
Expand All @@ -411,6 +407,8 @@
baseConfigurationReference = 0812F44A168849ABB2B939D2 /* Pods.xcconfig */;
buildSettings = {
BUNDLEID = "jp.co.cyberagent.nbu.${PRODUCT_NAME:rfc1034identifier}-ota";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
DISPLAYNAME = NBUCore;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "NBUCoreDemo/NBUCoreDemo-Prefix.pch";
Expand Down

0 comments on commit 9eb4812

Please sign in to comment.