Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hotfix] #250 - 애플로그인 버튼 문구 apple로 변경 #251

Merged
merged 2 commits into from
Sep 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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