Skip to content

Commit

Permalink
[Setting] Runnect#248 - fastlane 테스트 플라이트 재설정
Browse files Browse the repository at this point in the history
  • Loading branch information
thingineeer committed Jan 22, 2024
1 parent 6ab6e41 commit 6cfc62e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
18 changes: 12 additions & 6 deletions Runnect-iOS/Runnect-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1709,9 +1709,11 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "Runnect-iOS/Runnect-iOSDebug.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2024.0122.0337;
DEVELOPMENT_TEAM = 8Q4H7X3Q58;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2024.0122.1629;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8Q4H7X3Q58;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = "Runnect-iOS/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = Runnect;
Expand All @@ -1732,6 +1734,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.runnect.Runnect-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.runnect.Runnect-iOS";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
Expand All @@ -1750,9 +1753,11 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "Runnect-iOS/Runnect-iOS.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2024.0122.0337;
DEVELOPMENT_TEAM = 8Q4H7X3Q58;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2024.0122.1629;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8Q4H7X3Q58;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = "Runnect-iOS/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = Runnect;
Expand All @@ -1773,6 +1778,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.runnect.Runnect-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.runnect.Runnect-iOS";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
Expand Down
4 changes: 2 additions & 2 deletions Runnect-iOS/Runnect-iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.9</string>
<string>1.0.10</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -44,7 +44,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2024.0122.0337</string>
<string>2024.0122.1629</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>kakaokompassauth</string>
Expand Down
2 changes: 1 addition & 1 deletion Runnect-iOS/fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app_identifier(ENV["APP_IDENTIFIER"]) # The bundle identifier of your app
apple_id(ENV["APPLE_ID"]) # Your Apple Developer Portal username

itc_team_id("126815662") # App Store Connect Team ID
itc_team_id(ENV["ITC_TEAM_ID"]) # App Store Connect Team ID
team_id(ENV["TEAM_ID"]) # Developer Portal Team ID

# For more information about the Appfile, see:
Expand Down
5 changes: 1 addition & 4 deletions Runnect-iOS/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ platform :ios do
)
end

build_app(
output_directory:"./BuildOutputs",
scheme: "Runnect-iOS"
)
build_app(workspace: "Runnect-iOS.xcworkspace", scheme: "Runnect-iOS")

upload_to_testflight(skip_waiting_for_build_processing: true)
end
Expand Down
2 changes: 1 addition & 1 deletion Runnect-iOS/fastlane/Matchfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git_url("https://github.com/thingineeer/fastlane-match")
git_branch("main")
git_branch("master")

storage_mode("git")

Expand Down

0 comments on commit 6cfc62e

Please sign in to comment.