generated from dannaward/create-ios-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release] #270 - 버전 수정
- Loading branch information
Showing
4 changed files
with
249 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/bin/sh | ||
|
||
# ci_post_clone.sh | ||
# pophory-iOS | ||
# | ||
# Created by 강윤서 on 3/4/24. | ||
# | ||
|
||
# *.xconfig 파일이 생성될 폴더 경로 | ||
FOLDER_PATH="/Volumes/workspace/repository/pophory-iOS" | ||
|
||
# PARTS 배열의 두 번째 요소가 "Scheme Name"에 해당 | ||
IFS='-' read -ra PARTS <<< "$CI_XCODE_SCHEME" | ||
|
||
# *.xconfig 파일 이름 | ||
CONFIG_FILENAME="${PARTS[1]}.xcconfig" | ||
|
||
# *.xconfig 파일의 전체 경로 계산 | ||
CONFIG_FILE_PATH="$FOLDER_PATH/$CONFIG_FILENAME" | ||
|
||
# 환경 변수에서 값을 가져와서 *.xconfig 파일에 추가하기 | ||
echo "BASE_URL = $BASE_URL" >> "$CONFIG_FILE_PATH" | ||
echo "UNIT_AD_ID = $UNIT_AD_ID" >> "$CONFIG_FILE_PATH" | ||
echo "SENTRY_DSN = $SENTRY_DSN" >> "$CONFIG_FILE_PATH" | ||
echo "ADMOB_APP_ID = $ADMOB_APP_ID" >> "$CONFIG_FILE_PATH" | ||
|
||
# 생성된 *.xconfig 파일 내용 출력 | ||
cat "$CONFIG_FILE_PATH" | ||
|
||
echo "${PARTS[1]}.xcconfig 파일이 성공적으로 생성되었고, 환경변수 값이 확인되었습니다." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
203 changes: 203 additions & 0 deletions
203
pophory-iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,203 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "abseil-cpp-binary", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/abseil-cpp-binary.git", | ||
"state" : { | ||
"revision" : "bfc0b6f81adc06ce5121eb23f628473638d67c5c", | ||
"version" : "1.2022062300.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "alamofire", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/Alamofire/Alamofire.git", | ||
"state" : { | ||
"revision" : "b2fa556e4e48cbf06cf8c63def138c98f4b811fa", | ||
"version" : "5.8.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "firebase-ios-sdk", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/firebase/firebase-ios-sdk.git", | ||
"state" : { | ||
"revision" : "8a8ec57a272e0d31480fb0893dda0cf4f769b57e", | ||
"version" : "10.15.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "googleappmeasurement", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/GoogleAppMeasurement.git", | ||
"state" : { | ||
"revision" : "03b9beee1a61f62d32c521e172e192a1663a5e8b", | ||
"version" : "10.13.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "googledatatransport", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/GoogleDataTransport.git", | ||
"state" : { | ||
"revision" : "aae45a320fd0d11811820335b1eabc8753902a40", | ||
"version" : "9.2.5" | ||
} | ||
}, | ||
{ | ||
"identity" : "googleutilities", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/GoogleUtilities.git", | ||
"state" : { | ||
"revision" : "c38ce365d77b04a9a300c31061c5227589e5597b", | ||
"version" : "7.11.5" | ||
} | ||
}, | ||
{ | ||
"identity" : "grpc-binary", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/grpc-binary.git", | ||
"state" : { | ||
"revision" : "f1b366129d1125be7db83247e003fc333104b569", | ||
"version" : "1.50.2" | ||
} | ||
}, | ||
{ | ||
"identity" : "gtm-session-fetcher", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/gtm-session-fetcher.git", | ||
"state" : { | ||
"revision" : "d415594121c9e8a4f9d79cecee0965cf35e74dbd", | ||
"version" : "3.1.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "interop-ios-for-google-sdks", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/interop-ios-for-google-sdks.git", | ||
"state" : { | ||
"revision" : "2d12673670417654f08f5f90fdd62926dc3a2648", | ||
"version" : "100.0.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "kingfisher", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/onevcat/Kingfisher.git", | ||
"state" : { | ||
"revision" : "b6f62758f21a8c03cd64f4009c037cfa580a256e", | ||
"version" : "7.9.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "leveldb", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/firebase/leveldb.git", | ||
"state" : { | ||
"revision" : "0706abcc6b0bd9cedfbb015ba840e4a780b5159b", | ||
"version" : "1.22.2" | ||
} | ||
}, | ||
{ | ||
"identity" : "moya", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/Moya/Moya", | ||
"state" : { | ||
"revision" : "c263811c1f3dbf002be9bd83107f7cdc38992b26", | ||
"version" : "15.0.3" | ||
} | ||
}, | ||
{ | ||
"identity" : "nanopb", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/firebase/nanopb.git", | ||
"state" : { | ||
"revision" : "819d0a2173aff699fb8c364b6fb906f7cdb1a692", | ||
"version" : "2.30909.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "promises", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/promises.git", | ||
"state" : { | ||
"revision" : "e70e889c0196c76d22759eb50d6a0270ca9f1d9e", | ||
"version" : "2.3.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "reactiveswift", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/ReactiveCocoa/ReactiveSwift.git", | ||
"state" : { | ||
"revision" : "c43bae3dac73fdd3cb906bd5a1914686ca71ed3c", | ||
"version" : "6.7.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "rxswift", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/ReactiveX/RxSwift.git", | ||
"state" : { | ||
"revision" : "9dcaa4b333db437b0fbfaf453fad29069044a8b4", | ||
"version" : "6.6.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "sentry-cocoa", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/getsentry/sentry-cocoa.git", | ||
"state" : { | ||
"revision" : "0a915b93ff3abee1a9752448e47808334d306980", | ||
"version" : "8.13.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "skeletonview", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/Juanpe/SkeletonView.git", | ||
"state" : { | ||
"revision" : "739a4f5d78731bebc48811c75fa9e1f4c4cef23e", | ||
"version" : "1.30.4" | ||
} | ||
}, | ||
{ | ||
"identity" : "snapkit", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/SnapKit/SnapKit.git", | ||
"state" : { | ||
"revision" : "f222cbdf325885926566172f6f5f06af95473158", | ||
"version" : "5.6.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-package-manager-google-mobile-ads", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/googleads/swift-package-manager-google-mobile-ads.git", | ||
"state" : { | ||
"revision" : "7e0376baab6255cede3cfeb9d2ca47ffa69a6a06", | ||
"version" : "10.11.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-package-manager-google-user-messaging-platform", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/googleads/swift-package-manager-google-user-messaging-platform.git", | ||
"state" : { | ||
"revision" : "129fa838520cd02174f890ae0cfe0242e60714ae", | ||
"version" : "2.1.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-protobuf", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-protobuf.git", | ||
"state" : { | ||
"revision" : "3c54ab05249f59f2c6641dd2920b8358ea9ed127", | ||
"version" : "1.24.0" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |