Skip to content

Commit ed6eaf3

Browse files
committed
✨[feat]: 앱 배포 준비 완료 !
1 parent 564ee8f commit ed6eaf3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+35
-139
lines changed

MarketApp/MarketApp.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@
13271327
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
13281328
CODE_SIGN_IDENTITY = "Apple Development";
13291329
CODE_SIGN_STYLE = Automatic;
1330-
CURRENT_PROJECT_VERSION = 53;
1330+
CURRENT_PROJECT_VERSION = 54;
13311331
DEBUG_INFORMATION_FORMAT = dwarf;
13321332
DEVELOPMENT_TEAM = N94CS4N6VR;
13331333
GENERATE_INFOPLIST_FILE = YES;
@@ -1354,7 +1354,7 @@
13541354
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
13551355
CODE_SIGN_IDENTITY = "Apple Development";
13561356
CODE_SIGN_STYLE = Automatic;
1357-
CURRENT_PROJECT_VERSION = 53;
1357+
CURRENT_PROJECT_VERSION = 54;
13581358
DEVELOPMENT_TEAM = N94CS4N6VR;
13591359
GENERATE_INFOPLIST_FILE = YES;
13601360
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
@@ -1379,7 +1379,7 @@
13791379
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
13801380
CODE_SIGN_IDENTITY = "Apple Development";
13811381
CODE_SIGN_STYLE = Automatic;
1382-
CURRENT_PROJECT_VERSION = 53;
1382+
CURRENT_PROJECT_VERSION = 54;
13831383
DEBUG_INFORMATION_FORMAT = dwarf;
13841384
DEVELOPMENT_TEAM = N94CS4N6VR;
13851385
GENERATE_INFOPLIST_FILE = YES;
@@ -1405,7 +1405,7 @@
14051405
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
14061406
CODE_SIGN_IDENTITY = "Apple Development";
14071407
CODE_SIGN_STYLE = Automatic;
1408-
CURRENT_PROJECT_VERSION = 53;
1408+
CURRENT_PROJECT_VERSION = 54;
14091409
DEVELOPMENT_TEAM = N94CS4N6VR;
14101410
GENERATE_INFOPLIST_FILE = YES;
14111411
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
@@ -1550,7 +1550,7 @@
15501550
CODE_SIGN_ENTITLEMENTS = MarketApp/MarketApp.entitlements;
15511551
CODE_SIGN_IDENTITY = "Apple Development";
15521552
CODE_SIGN_STYLE = Automatic;
1553-
CURRENT_PROJECT_VERSION = 53;
1553+
CURRENT_PROJECT_VERSION = 54;
15541554
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
15551555
DEVELOPMENT_ASSET_PATHS = "\"MarketApp/Preview Content\"";
15561556
DEVELOPMENT_TEAM = N94CS4N6VR;
@@ -1594,7 +1594,7 @@
15941594
CODE_SIGN_ENTITLEMENTS = MarketApp/MarketApp.entitlements;
15951595
CODE_SIGN_IDENTITY = "Apple Development";
15961596
CODE_SIGN_STYLE = Automatic;
1597-
CURRENT_PROJECT_VERSION = 53;
1597+
CURRENT_PROJECT_VERSION = 54;
15981598
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
15991599
DEVELOPMENT_ASSET_PATHS = "\"MarketApp/Preview Content\"";
16001600
DEVELOPMENT_TEAM = N94CS4N6VR;

MarketApp/MarketApp/View/ProductDetail/DetailImageView.swift

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@ struct DetailImageView: View {
2929
if selectedPicker == .info {
3030
productImageInfo(transName: transName)
3131

32-
} else if selectedPicker == .community {
33-
ScrollView(showsIndicators: false) {
34-
ForEach(0..<7) { _ in
35-
CommunityView(nickName: "Zero",
36-
comment: "요즘 매종 키츠네 신발 유행인가요? 알려주세요 :)")
37-
}
38-
}
3932
}
33+
// else if selectedPicker == .community {
34+
// ScrollView(showsIndicators: false) {
35+
// ForEach(0..<7) { _ in
36+
// CommunityView(nickName: "Zero",
37+
// comment: "요즘 매종 키츠네 신발 유행인가요? 알려주세요 :)")
38+
// }
39+
// }
40+
// }
4041
}
4142
.animation(nil)
4243
}

MarketApp/fastlane/Appfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app_identifier(ENV["APP_IDENTIFIER"])
22
apple_id(ENV["APPLE_ID"])
3-
itc_team_idd("12357287")
3+
itc_team_id("123572872")
44

55
# For more information about the Appfile, see:
66
# https://docs.fastlane.tools/advanced/#appfile

MarketApp/fastlane/Deliverfile

Lines changed: 0 additions & 22 deletions
This file was deleted.

MarketApp/fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ error do |lane, exception, options|
235235
team_id: "N94CS4N6VR",
236236
api_key_path: "fastlane/apikey.json",
237237
skip_metadata: false,
238-
metadat_path: "./metadata",
239-
skip_screenshots: false,
238+
metadata_path: "./metadata",
239+
skip_screenshots: true,
240240
force: true,
241241
submit_for_review: true,
242242
automatic_release: true,

MarketApp/fastlane/metadata/copyright.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

MarketApp/fastlane/metadata/ko/apple_tv_privacy_policy.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

MarketApp/fastlane/metadata/ko/description.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

MarketApp/fastlane/metadata/ko/keywords.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

MarketApp/fastlane/metadata/ko/marketing_url.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)