Skip to content

Commit

Permalink
Merge pull request Health-Food-Me#251 from L-j-h-c/feature/Health-Foo…
Browse files Browse the repository at this point in the history
…d-Me#250

[Hotfix] Health-Food-Me#250 - 애플로그인 버튼 문구 apple로 변경
  • Loading branch information
L-j-h-c authored Sep 8, 2022
2 parents 6fc1f6f + c1bb127 commit 41b8127
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions HealthFoodMe/HealthFoodMe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2524,7 +2524,7 @@
CODE_SIGN_ENTITLEMENTS = HealthFoodMe/HealthFoodMe.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2022.0905.0021;
CURRENT_PROJECT_VERSION = 202209071;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = FY8N9XTH66;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -2565,7 +2565,7 @@
CODE_SIGN_ENTITLEMENTS = HealthFoodMe/HealthFoodMe.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2022.0905.0021;
CURRENT_PROJECT_VERSION = 202209071;
DEVELOPMENT_TEAM = FY8N9XTH66;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = HealthFoodMe/Info.plist;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"images" : [
{
"filename" : "btn_login_apple.png",
"filename" : "btn_loginAlert_apple.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "btn_login_apple@2x.png",
"filename" : "btn_loginAlert_apple@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "btn_login_apple@3x.png",
"filename" : "btn_loginAlert_apple@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion HealthFoodMe/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ default_platform(:ios)
platform :ios do
desc "Push a new beta build to TestFlight"
lane :beta do
increment_build_number(xcodeproj: "HealthFoodMe.xcodeproj")
build_app(workspace: "HealthFoodMe.xcworkspace", scheme: "HealthFoodMe")
upload_to_testflight
end
Expand Down
8 changes: 8 additions & 0 deletions HealthFoodMe/fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ Push a new beta build to TestFlight



### ios release

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



----

This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
Expand Down

0 comments on commit 41b8127

Please sign in to comment.