Skip to content

Commit

Permalink
Merge pull request #674 from hyun99999/release-1.0.4/#673
Browse files Browse the repository at this point in the history
[Chore] #673 - 이미지 에셋 변경 및 fastlane fastfile 수정
  • Loading branch information
hyun99999 authored Nov 1, 2022
2 parents 3b25b40 + cf6d126 commit 94b9c18
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Spark-iOS/Spark-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,7 @@
CODE_SIGN_ENTITLEMENTS = "Spark-iOS/Spark-iOS.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 49;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Spark-iOS/Resource/Info.plist";
Expand Down Expand Up @@ -2067,7 +2067,7 @@
CODE_SIGN_ENTITLEMENTS = "Spark-iOS/Spark-iOS.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 49;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Spark-iOS/Resource/Info.plist";
Expand Down Expand Up @@ -2166,7 +2166,7 @@
CODE_SIGN_ENTITLEMENTS = "Spark-iOS/Spark-iOS.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 49;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Spark-iOS/Resource/Info.plist";
Expand Down
11 changes: 5 additions & 6 deletions Spark-iOS/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ platform :ios do
api_key_path: "fastlane/key.json",
distribute_external: true,
groups: ["SparkBetaTestGroup"],
changelog: "- 수출 규정 문서 추가
- fastlane 에서 테스트 세부사항 작성"
changelog: "- 개발자 QA 중 Level 1 의 spark flake 이미지가 보이지 않아서 수정하였습니다."
)
version = get_version_number(
xcodeproj: "Spark-iOS.xcodeproj",
Expand All @@ -48,7 +47,7 @@ platform :ios do
username: "항상건강해야한다콩이",
icon_url: "https://user-images.githubusercontent.com/69136340/194049016-4b1f747f-99ed-4a14-a28d-2ed9a26fe0e3.png",
message: "성공적으로 TestFlight 에 등록되었습니다!🔥",
slack_url: "https://hooks.slack.com/services/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",
slack_url: "https://hooks.slack.com/services/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",
payload: {
"Version": version + "(" + build + ")"
}
Expand All @@ -67,7 +66,7 @@ platform :ios do
skip_metadata: false,
skip_screenshots: true,
submit_for_review: true,
automatic_release: true,
automatic_release: false,
force: true
)
version = get_version_number(
Expand All @@ -79,7 +78,7 @@ platform :ios do
username: "항상건강해야한다콩이",
icon_url: "https://user-images.githubusercontent.com/69136340/194049016-4b1f747f-99ed-4a14-a28d-2ed9a26fe0e3.png",
message: "성공적으로 앱을 등록했습니다!💫",
slack_url: "https://hooks.slack.com/services/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",
slack_url: "https://hooks.slack.com/services/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",
payload: {
"Version": version + "(" + build + ")"
}
Expand All @@ -98,7 +97,7 @@ platform :ios do
icon_url: "https://user-images.githubusercontent.com/69136340/194049016-4b1f747f-99ed-4a14-a28d-2ed9a26fe0e3.png",
message: "에러 발생!!! 발생!!🚨 : #{exception}",
success: false,
slack_url: "https://hooks.slack.com/services/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",
slack_url: "https://hooks.slack.com/services/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",
payload: {
"Version": version + "(" + build + ")"
}
Expand Down

0 comments on commit 94b9c18

Please sign in to comment.