Skip to content

Commit

Permalink
[FEAT] TeamDooRiBon#152 - App Store 세팅 및 번들아이디 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyejinL committed Jul 16, 2021
1 parent 608b0ea commit a8d88e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions DooRiBon/DooRiBon.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1541,17 +1541,20 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 4QG3GC35LA;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2021.07.16.1931;
DEVELOPMENT_TEAM = Y6J9HAPEME;
INFOPLIST_FILE = DooRiBon/Application/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.codershigh.dooribon;
PRODUCT_BUNDLE_IDENTIFIER = com.dooriboncorp.dooribon;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = Dooribon_Develop;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
Expand All @@ -1561,17 +1564,20 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 4QG3GC35LA;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2021.07.16.1931;
DEVELOPMENT_TEAM = Y6J9HAPEME;
INFOPLIST_FILE = DooRiBon/Application/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.codershigh.dooribon;
PRODUCT_BUNDLE_IDENTIFIER = com.dooriboncorp.dooribon;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = Dooribon_Develop;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion DooRiBon/DooRiBon/Application/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit a8d88e3

Please sign in to comment.