Skip to content

Commit 66fe2b6

Browse files
committed
[Fix] #259 - 수출 관리 경고 제거
1 parent 32956c9 commit 66fe2b6

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@
17031703
CODE_SIGN_IDENTITY = "Apple Development";
17041704
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
17051705
CODE_SIGN_STYLE = Manual;
1706-
CURRENT_PROJECT_VERSION = 2024.0208.0315;
1706+
CURRENT_PROJECT_VERSION = 2024.0311.1813;
17071707
DEVELOPMENT_TEAM = "";
17081708
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8Q4H7X3Q58;
17091709
GENERATE_INFOPLIST_FILE = NO;
@@ -1726,7 +1726,7 @@
17261726
PRODUCT_BUNDLE_IDENTIFIER = "com.runnect.Runnect-iOS";
17271727
PRODUCT_NAME = "$(TARGET_NAME)";
17281728
PROVISIONING_PROFILE_SPECIFIER = "";
1729-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.runnect.Runnect-iOS";
1729+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.runnect-Runnect-iOS";
17301730
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
17311731
SUPPORTS_MACCATALYST = NO;
17321732
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
@@ -1747,7 +1747,7 @@
17471747
CODE_SIGN_IDENTITY = "Apple Development";
17481748
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
17491749
CODE_SIGN_STYLE = Manual;
1750-
CURRENT_PROJECT_VERSION = 2024.0208.0315;
1750+
CURRENT_PROJECT_VERSION = 2024.0311.1813;
17511751
DEVELOPMENT_TEAM = "";
17521752
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8Q4H7X3Q58;
17531753
GENERATE_INFOPLIST_FILE = NO;
@@ -1770,7 +1770,7 @@
17701770
PRODUCT_BUNDLE_IDENTIFIER = "com.runnect.Runnect-iOS";
17711771
PRODUCT_NAME = "$(TARGET_NAME)";
17721772
PROVISIONING_PROFILE_SPECIFIER = "";
1773-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.runnect.Runnect-iOS";
1773+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.runnect-Runnect-iOS";
17741774
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
17751775
SUPPORTS_MACCATALYST = NO;
17761776
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;

Runnect-iOS/Runnect-iOS/Info.plist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.0.0</string>
22+
<string>2.0.1</string>
23+
<key>ITSAppUsesNonExemptEncryption</key>
24+
<false/>
2325
<key>CFBundleURLTypes</key>
2426
<array>
2527
<dict>
@@ -44,7 +46,7 @@
4446
</dict>
4547
</array>
4648
<key>CFBundleVersion</key>
47-
<string>2024.0208.0315</string>
49+
<string>2024.0311.1813</string>
4850
<key>LSApplicationQueriesSchemes</key>
4951
<array>
5052
<string>kakaokompassauth</string>

Runnect-iOS/fastlane/Matchfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
git_url("https://github.com/thingineeer/fastlane-match-runnect")
2-
# git_branch("Runnect") 수정 금지
2+
git_branch("master")
33
storage_mode("git")
44

55
type("development") # The default type, can be: appstore, adhoc, enterprise or development
66

7-
# app_identifier("com.runnect.Runnect-iOS")
7+
app_identifier("com.runnect.Runnect-iOS")
88
# username("user@fastlane.tools") # Your Apple Developer Portal username
99

1010
# For all available options run `fastlane match --help`

0 commit comments

Comments
 (0)