Skip to content

Commit 3d9719c

Browse files
committed
[Setting] #272 - v2.2.0 앱스토어 배포 성공
1 parent f3ab0e3 commit 3d9719c

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

Runnect-iOS/Runnect-iOS.xcodeproj/project.pbxproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,10 +1387,14 @@
13871387
inputFileListPaths = (
13881388
"${PODS_ROOT}/Target Support Files/Pods-Runnect-iOS/Pods-Runnect-iOS-frameworks-${CONFIGURATION}-input-files.xcfilelist",
13891389
);
1390+
inputPaths = (
1391+
);
13901392
name = "[CP] Embed Pods Frameworks";
13911393
outputFileListPaths = (
13921394
"${PODS_ROOT}/Target Support Files/Pods-Runnect-iOS/Pods-Runnect-iOS-frameworks-${CONFIGURATION}-output-files.xcfilelist",
13931395
);
1396+
outputPaths = (
1397+
);
13941398
runOnlyForDeploymentPostprocessing = 0;
13951399
shellPath = /bin/sh;
13961400
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runnect-iOS/Pods-Runnect-iOS-frameworks.sh\"\n";
@@ -1700,7 +1704,7 @@
17001704
CODE_SIGN_ENTITLEMENTS = "Runnect-iOS/Runnect-iOSDebug.entitlements";
17011705
CODE_SIGN_IDENTITY = "Apple Development";
17021706
CODE_SIGN_STYLE = Automatic;
1703-
CURRENT_PROJECT_VERSION = 2024.1128.0304;
1707+
CURRENT_PROJECT_VERSION = 2025.0513.2138;
17041708
DEVELOPMENT_TEAM = 8Q4H7X3Q58;
17051709
GENERATE_INFOPLIST_FILE = NO;
17061710
INFOPLIST_FILE = "Runnect-iOS/Info.plist";
@@ -1718,7 +1722,7 @@
17181722
"$(inherited)",
17191723
"@executable_path/Frameworks",
17201724
);
1721-
MARKETING_VERSION = 2.1.0;
1725+
MARKETING_VERSION = 2.2.0;
17221726
PRODUCT_BUNDLE_IDENTIFIER = "com.runnect.Runnect-iOS";
17231727
PRODUCT_NAME = "$(TARGET_NAME)";
17241728
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1741,7 +1745,7 @@
17411745
CODE_SIGN_ENTITLEMENTS = "Runnect-iOS/Runnect-iOS.entitlements";
17421746
CODE_SIGN_IDENTITY = "Apple Development";
17431747
CODE_SIGN_STYLE = Automatic;
1744-
CURRENT_PROJECT_VERSION = 2024.1128.0304;
1748+
CURRENT_PROJECT_VERSION = 2025.0513.2138;
17451749
DEVELOPMENT_TEAM = 8Q4H7X3Q58;
17461750
GENERATE_INFOPLIST_FILE = NO;
17471751
INFOPLIST_FILE = "Runnect-iOS/Info.plist";
@@ -1759,7 +1763,7 @@
17591763
"$(inherited)",
17601764
"@executable_path/Frameworks",
17611765
);
1762-
MARKETING_VERSION = 2.1.0;
1766+
MARKETING_VERSION = 2.2.0;
17631767
PRODUCT_BUNDLE_IDENTIFIER = "com.runnect.Runnect-iOS";
17641768
PRODUCT_NAME = "$(TARGET_NAME)";
17651769
PROVISIONING_PROFILE_SPECIFIER = "";

Runnect-iOS/Runnect-iOS/Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>ITSAppUsesNonExemptEncryption</key>
6-
<false/>
7-
<key>CFBundleIconName</key>
8-
<string>AppIcon</string>
95
<key>CFBundleDevelopmentRegion</key>
106
<string>$(DEVELOPMENT_LANGUAGE)</string>
117
<key>CFBundleDisplayName</key>
128
<string>Runnect</string>
139
<key>CFBundleExecutable</key>
1410
<string>$(EXECUTABLE_NAME)</string>
11+
<key>CFBundleIconName</key>
12+
<string>AppIcon</string>
1513
<key>CFBundleIdentifier</key>
1614
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1715
<key>CFBundleInfoDictionaryVersion</key>
@@ -21,7 +19,7 @@
2119
<key>CFBundlePackageType</key>
2220
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2321
<key>CFBundleShortVersionString</key>
24-
<string>2.1.0</string>
22+
<string>2.2.0</string>
2523
<key>CFBundleURLTypes</key>
2624
<array>
2725
<dict>
@@ -46,7 +44,9 @@
4644
</dict>
4745
</array>
4846
<key>CFBundleVersion</key>
49-
<string>2024.1128.0304</string>
47+
<string>2025.0513.2138</string>
48+
<key>ITSAppUsesNonExemptEncryption</key>
49+
<false/>
5050
<key>LSApplicationQueriesSchemes</key>
5151
<array>
5252
<string>kakaokompassauth</string>

0 commit comments

Comments
 (0)