Skip to content

Commit

Permalink
[Setting] Runnect#248 - 테플 테스트 완료
Browse files Browse the repository at this point in the history
  • Loading branch information
thingineeer committed Jan 22, 2024
1 parent 030c4d7 commit 6ab6e41
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Runnect-iOS/Runnect-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@
CODE_SIGN_ENTITLEMENTS = "Runnect-iOS/Runnect-iOSDebug.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.0.8;
CURRENT_PROJECT_VERSION = 2024.0122.0337;
DEVELOPMENT_TEAM = 8Q4H7X3Q58;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = "Runnect-iOS/Info.plist";
Expand Down Expand Up @@ -1751,7 +1751,7 @@
CODE_SIGN_ENTITLEMENTS = "Runnect-iOS/Runnect-iOS.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.0.8;
CURRENT_PROJECT_VERSION = 2024.0122.0337;
DEVELOPMENT_TEAM = 8Q4H7X3Q58;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = "Runnect-iOS/Info.plist";
Expand Down
6 changes: 4 additions & 2 deletions Runnect-iOS/Runnect-iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
Expand All @@ -17,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.8</string>
<string>1.0.9</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -42,7 +44,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2023.0712.2207</string>
<string>2024.0122.0337</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>kakaokompassauth</string>
Expand Down
2 changes: 1 addition & 1 deletion Runnect-iOS/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default_platform(:ios)
platform :ios do


############# Release #############
############# version #############


desc "Set Marketing and Build version"
Expand Down
4 changes: 2 additions & 2 deletions Runnect-iOS/fastlane/Matchfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
git_url("https://github.com/thingineeer/fastlane-match")
git_branch("Runnect")
git_branch("main")

storage_mode("git")

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

app_identifier(ENV["APP_IDENTIFIER"])
# username("user@fastlane.tools") # Your Apple Developer Portal username
Expand Down
14 changes: 11 additions & 3 deletions Runnect-iOS/fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,21 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do

Set Marketing and Build version

### ios upload_testflight
### ios beta

```sh
[bundle exec] fastlane ios upload_testflight
[bundle exec] fastlane ios beta
```

Testflight Upload
Push a new beta build to TestFlight

### ios register_new_device

```sh
[bundle exec] fastlane ios register_new_device
```

Register Devices

### ios match_read_only

Expand Down

0 comments on commit 6ab6e41

Please sign in to comment.