Skip to content

Commit

Permalink
Merge pull request #398 from OMZigak/fix/#397-xcodeCloud
Browse files Browse the repository at this point in the history
fix 빌드 스크립트 테스트
  • Loading branch information
hooni0918 authored Oct 2, 2024
2 parents 8b991e0 + 7b87c6c commit 7cb61c0
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 3 deletions.
16 changes: 14 additions & 2 deletions KkuMulKum.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
782B407D2C3E3984008B0CA7 /* WelcomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 782B407C2C3E3984008B0CA7 /* WelcomeViewController.swift */; };
782B407F2C3E44B7008B0CA7 /* WelcomeViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 782B407E2C3E44B7008B0CA7 /* WelcomeViewModel.swift */; };
782B40822C3E4925008B0CA7 /* NicknameViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 782B40812C3E4925008B0CA7 /* NicknameViewModel.swift */; };
783C04402CAD2AE300965F90 /* ci_post_clone.sh in Resources */ = {isa = PBXBuildFile; fileRef = 783C043F2CAD2AE300965F90 /* ci_post_clone.sh */; };
784824F72C6E1C9900FE07A0 /* AuthServiceProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 784824F62C6E1C9900FE07A0 /* AuthServiceProtocol.swift */; };
784824FC2C75BF7900FE07A0 /* MyPageViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 784824FB2C75BF7900FE07A0 /* MyPageViewModel.swift */; };
784824FE2C75F25900FE07A0 /* MyPageEditViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 784824FD2C75F25900FE07A0 /* MyPageEditViewController.swift */; };
Expand Down Expand Up @@ -274,6 +275,7 @@
782B407C2C3E3984008B0CA7 /* WelcomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeViewController.swift; sourceTree = "<group>"; };
782B407E2C3E44B7008B0CA7 /* WelcomeViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeViewModel.swift; sourceTree = "<group>"; };
782B40812C3E4925008B0CA7 /* NicknameViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NicknameViewModel.swift; sourceTree = "<group>"; };
783C043F2CAD2AE300965F90 /* ci_post_clone.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = ci_post_clone.sh; sourceTree = "<group>"; };
784824F62C6E1C9900FE07A0 /* AuthServiceProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthServiceProtocol.swift; sourceTree = "<group>"; };
784824FB2C75BF7900FE07A0 /* MyPageViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyPageViewModel.swift; sourceTree = "<group>"; };
784824FD2C75F25900FE07A0 /* MyPageEditViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyPageEditViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -586,6 +588,14 @@
path = ViewModel;
sourceTree = "<group>";
};
783C043E2CAD2AD200965F90 /* ci_scripts */ = {
isa = PBXGroup;
children = (
783C043F2CAD2AE300965F90 /* ci_post_clone.sh */,
);
path = ci_scripts;
sourceTree = "<group>";
};
784824F52C6E1C6800FE07A0 /* ServiceProtocol */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -705,6 +715,7 @@
78B9286A2C29402C006D9942 /* KkuMulKum */ = {
isa = PBXGroup;
children = (
783C043E2CAD2AD200965F90 /* ci_scripts */,
789D73B02C46DACD00C7077D /* KkuMulKum.entitlements */,
DE254AA12C31106700A4015E /* Application */,
DE254AA22C31107700A4015E /* Source */,
Expand Down Expand Up @@ -1859,6 +1870,7 @@
DE254AC52C311DC200A4015E /* Pretendard-Regular.otf in Resources */,
DE254AC92C311DC200A4015E /* Pretendard-SemiBold.otf in Resources */,
DE254AC42C311DC200A4015E /* Pretendard-ExtraBold.otf in Resources */,
783C04402CAD2AE300965F90 /* ci_post_clone.sh in Resources */,
789D73AF2C46D99B00C7077D /* GoogleService-Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -2225,7 +2237,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = KkuMulKum.yizihn;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2267,7 +2279,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = KkuMulKum.yizihn;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion KkuMulKum/Source/MyPage/View/MyPageEtcSettingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MyPageEtcSettingView: BaseView {
}

private func setupRows() {
setupRow(versionInfoRow, title: "버전정보", subtitle: "1.0.1")
setupRow(versionInfoRow, title: "버전정보", subtitle: "1.0.2")
setupRow(termsOfServiceRow, title: "이용약관")
setupRow(inquiryRow, title: "문의하기")
setupRow(logoutRow, title: "로그아웃")
Expand Down
37 changes: 37 additions & 0 deletions KkuMulKum/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/bin/sh

# privacyInfo.plist 파일이 생성될 폴더 경로
FOLDER_PATH="/Volumes/workspace/repository/KkuMulKum"

# privacyInfo.plist 파일 이름
PLIST_FILENAME="privacyInfo.plist"

# privacyInfo.plist 파일의 전체 경로 계산
PLIST_FILE_PATH="$FOLDER_PATH/$PLIST_FILENAME"

# privacyInfo.plist 파일 생성
cat << EOF > "$PLIST_FILE_PATH"
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ServiceName</key>
<string>$CI_APP_ID_PREFIX.KkuMulKum.yizihn</string>
<key>BASE_URL_DEBUG</key>
<string>$BASE_URL_DEBUG</string>
<key>BASE_URL_RELEASE</key>
<string>$BASE_URL_RELEASE</string>
<key>NATIVE_APP_KEY</key>
<string>$NATIVE_APP_KEY</string>
<key>KeychainAccessGroups</key>
<array>
<string>$CI_APP_ID_PREFIX.KkuMulKum.yizihn</string>
</array>
<key>TEST_ACCESS_TOKEN</key>
<string>$TEST_ACCESS_TOKEN</string>
</dict>
</plist>
EOF

echo "privacyInfo.plist 파일이 성공적으로 생성되었습니다."
cat "$PLIST_FILE_PATH"

0 comments on commit 7cb61c0

Please sign in to comment.