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

[Chore] #664 - release-1.0.4 브랜치로 develop 브랜치 merge #667

Merged
merged 22 commits into from
Oct 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a9c0e97
[Chore] #654 - .gitignore 수정
hyun99999 Oct 5, 2022
dd02b27
[Chore] #654 - fastlane 기본 설정
hyun99999 Oct 5, 2022
5ca0c98
[Chore] #654 - beta scheme 를 위한 lane 작성
hyun99999 Oct 5, 2022
e1fa9f3
[Chore] #654 - pod update
hyun99999 Oct 5, 2022
5e0ddef
[Chore] #654 - .gitignore 수정
hyun99999 Oct 6, 2022
27274b0
[Chore] #654 - .gitignore 수정
hyun99999 Oct 6, 2022
6b6e25e
[Chore] #654 - .gitignore 수정
hyun99999 Oct 6, 2022
8ea84cf
[Chore] #654 - fastlane 기본 설정 파일 추가
hyun99999 Oct 6, 2022
cb27d70
[Chore] #654 - TestFlight 자동 배포를 위한 lane 작성
hyun99999 Oct 6, 2022
5660b10
[Chore] #654 - 수출 규정 문서관련 설정
hyun99999 Oct 6, 2022
872aee5
Merge branch 'develop' of https://github.com/TeamSparker/Spark-iOS in…
hyun99999 Oct 6, 2022
c37943f
[Chore] #654 - TestFlight 자동 배포를 위한 lane 작성
hyun99999 Oct 6, 2022
2fd761d
[Chore] #654 - TestFlight 자동 배포를 위한 lane 작성
hyun99999 Oct 6, 2022
3dca8df
[Chore] #654 - 자동 배포를 위한 lane 작성
hyun99999 Oct 6, 2022
bbd55dc
[Chore] #654 - 빌드번호 변경 및 버전 업데이트
hyun99999 Oct 6, 2022
4e4860f
[Chore] #654 - slack lane 수정
hyun99999 Oct 6, 2022
8afa35c
[Chore] #654 - slack lane 수정
hyun99999 Oct 6, 2022
eca3efe
[Chore] #654 - 빌드번호 변경
hyun99999 Oct 6, 2022
2599dd4
[Chore] #654 - slack lane 수정
hyun99999 Oct 8, 2022
88096ce
[Chore] slack lane url 변경 및 빌드번호 업데이트
hyun99999 Oct 9, 2022
9005530
[Chore] slack lane url, profile 변경 및 빌드번호 업데이트
hyun99999 Oct 9, 2022
fb39e7f
Merge pull request #659 from hyun99999/feature/#654
hyun99999 Oct 9, 2022
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
14 changes: 10 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,16 @@ Dependencies/
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
Spark-iOS/fastlane/report.xml
Spark-iOS/fastlane/Preview.html
Spark-iOS/fastlane/test_output

Spark-iOS/fastlane/metadata/
Spark-iOS/fastlane/screenshots/

Spark-iOS/fastlane/key.json
*.cer
*.mobileprovision

# Code Injection
# After new code Injection tools there's a generated folder /iOSInjectionProject
Expand Down
3 changes: 3 additions & 0 deletions Spark-iOS/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem "fastlane"
218 changes: 218 additions & 0 deletions Spark-iOS/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,218 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.5)
rexml
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.642.0)
aws-sdk-core (3.158.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.58.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.114.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.5.2)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
claide (1.1.0)
colored (1.2)
colored2 (3.1.2)
commander (4.6.0)
highline (~> 2.0.0)
declarative (0.0.20)
digest-crc (0.6.4)
rake (>= 12.0.0, < 14.0.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
emoji_regex (3.2.3)
excon (0.93.0)
faraday (1.10.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-cookie_jar (0.0.7)
faraday (>= 0.8.0)
http-cookie (~> 1.0.0)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.6)
fastlane (2.210.1)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
aws-sdk-s3 (~> 1.0)
babosa (>= 1.0.3, < 2.0.0)
bundler (>= 1.12.0, < 3.0.0)
colored
commander (~> 4.6)
dotenv (>= 2.1.1, < 3.0.0)
emoji_regex (>= 0.1, < 4.0)
excon (>= 0.71.0, < 1.0.0)
faraday (~> 1.0)
faraday-cookie_jar (~> 0.0.6)
faraday_middleware (~> 1.0)
fastimage (>= 2.1.0, < 3.0.0)
gh_inspector (>= 1.1.2, < 2.0.0)
google-apis-androidpublisher_v3 (~> 0.3)
google-apis-playcustomapp_v1 (~> 0.1)
google-cloud-storage (~> 1.31)
highline (~> 2.0)
json (< 3.0.0)
jwt (>= 2.1.0, < 3)
mini_magick (>= 4.9.4, < 5.0.0)
multipart-post (~> 2.0.0)
naturally (~> 2.2)
optparse (~> 0.1.1)
plist (>= 3.1.0, < 4.0.0)
rubyzip (>= 2.0.0, < 3.0.0)
security (= 0.1.3)
simctl (~> 1.6.3)
terminal-notifier (>= 2.0.0, < 3.0.0)
terminal-table (>= 1.4.5, < 2.0.0)
tty-screen (>= 0.6.3, < 1.0.0)
tty-spinner (>= 0.8.0, < 1.0.0)
word_wrap (~> 1.0.0)
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.29.0)
google-apis-core (>= 0.9.0, < 2.a)
google-apis-core (0.9.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
mini_mime (~> 1.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-iamcredentials_v1 (0.15.0)
google-apis-core (>= 0.9.0, < 2.a)
google-apis-playcustomapp_v1 (0.11.0)
google-apis-core (>= 0.9.0, < 2.a)
google-apis-storage_v1 (0.19.0)
google-apis-core (>= 0.9.0, < 2.a)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.3.0)
google-cloud-storage (1.43.0)
addressable (~> 2.8)
digest-crc (~> 0.4)
google-apis-iamcredentials_v1 (~> 0.1)
google-apis-storage_v1 (~> 0.19.0)
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
googleauth (1.2.0)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
highline (2.0.3)
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
jmespath (1.6.1)
json (2.6.2)
jwt (2.5.0)
memoist (0.16.2)
mini_magick (4.11.0)
mini_mime (1.1.2)
multi_json (1.15.0)
multipart-post (2.0.0)
nanaimo (0.3.0)
naturally (2.2.1)
optparse (0.1.1)
os (1.1.4)
plist (3.6.0)
public_suffix (5.0.0)
rake (13.0.6)
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.5)
rouge (2.0.7)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
security (0.1.3)
signet (0.17.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simctl (1.6.8)
CFPropertyList
naturally
terminal-notifier (2.0.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
trailblazer-option (0.1.2)
tty-cursor (0.7.1)
tty-screen (0.8.1)
tty-spinner (0.9.3)
tty-cursor (~> 0.7)
uber (0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
webrick (1.7.0)
word_wrap (1.0.0)
xcodeproj (1.22.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
xcpretty (0.3.0)
rouge (~> 2.0.7)
xcpretty-travis-formatter (1.0.1)
xcpretty (~> 0.2, >= 0.0.7)

PLATFORMS
x86_64-darwin-21

DEPENDENCIES
fastlane

BUNDLED WITH
2.3.11
4 changes: 2 additions & 2 deletions Spark-iOS/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ PODS:
- KakaoSDKCommon/Common (= 2.11.3)
- KakaoSDKUser (2.11.3):
- KakaoSDKAuth (= 2.11.3)
- Kingfisher (7.3.2)
- Kingfisher (7.4.0)
- lottie-ios (3.4.3)
- Moya (15.0.0):
- Moya/Core (= 15.0.0)
Expand Down Expand Up @@ -198,7 +198,7 @@ SPEC CHECKSUMS:
KakaoSDKAuth: a64dde90516e18fdfc35b83bbad2677c3675c329
KakaoSDKCommon: b4235203f67a5b6ee2df75eaf9bbc863c6d92e09
KakaoSDKUser: 9a42e9b74855ce876b071c841418aa6726534010
Kingfisher: 0086ad83719761ba9b2cdaf6ef4d5b4878cbae23
Kingfisher: 596b207973051aae5e4c54a1c1cb39837ea10d36
lottie-ios: 9ae750cdc7820fecbd3c2f0cfc493038208fcdc4
Moya: 138f0573e53411fb3dc17016add0b748dfbd78ee
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
Expand Down
18 changes: 9 additions & 9 deletions Spark-iOS/Spark-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@
CODE_SIGN_ENTITLEMENTS = "Spark-iOS/Spark-iOS.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 49;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Spark-iOS/Resource/Info.plist";
Expand All @@ -2019,7 +2019,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.0.4;
PRODUCT_BUNDLE_IDENTIFIER = com.TeamSparker.Spark;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -2039,7 +2039,7 @@
CODE_SIGN_ENTITLEMENTS = "Spark-iOS/Spark-iOS.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 49;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Spark-iOS/Resource/Info.plist";
Expand All @@ -2057,7 +2057,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.0.4;
PRODUCT_BUNDLE_IDENTIFIER = com.TeamSparker.Spark;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2138,7 +2138,7 @@
CODE_SIGN_ENTITLEMENTS = "Spark-iOS/Spark-iOS.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 49;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Spark-iOS/Resource/Info.plist";
Expand All @@ -2156,7 +2156,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.0.4;
PRODUCT_BUNDLE_IDENTIFIER = com.TeamSparker.Spark;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -2171,7 +2171,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 49;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = SparkNotificationService/Info.plist;
Expand All @@ -2198,7 +2198,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 49;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = SparkNotificationService/Info.plist;
Expand All @@ -2225,7 +2225,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 49;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = SparkNotificationService/Info.plist;
Expand Down
2 changes: 2 additions & 0 deletions Spark-iOS/Spark-iOS/Resource/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
</array>
<key>FirebaseMessagingAutoInitEnabled</key>
<string>No</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>KakaoNativeAppKey</key>
<string>$(KAKAO_NATIVE_APP_KEY)</string>
<key>LSApplicationQueriesSchemes</key>
Expand Down
8 changes: 8 additions & 0 deletions Spark-iOS/fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
app_identifier("com.TeamSparker.Spark") # The bundle identifier of your app
apple_id("ypsophila97@icloud.com") # Your Apple Developer Portal username

itc_team_id("119044239") # App Store Connect Team ID
team_id("T8C9SSEX5G") # Developer Portal Team ID

# For more information about the Appfile, see:
# https://docs.fastlane.tools/advanced/#appfile
3 changes: 3 additions & 0 deletions Spark-iOS/fastlane/Deliverfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# The Deliverfile allows you to store various App Store Connect metadata
# For more information, check out the docs
# https://docs.fastlane.tools/actions/deliver/
Loading