Skip to content

Commit

Permalink
[Feat] Debug.xcconfig 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jayn2u committed Sep 13, 2024
1 parent 96d6031 commit 396f41b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/upload_product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ jobs:
cat Release.xcconfig
mv Release.xcconfig EATSSU_MVC/EATSSU_MVC/Resources
echo "// Configuration settings file format documentation can be found at:" > Debug.xcconfig
echo "// https://help.apple.com/xcode/#/dev745c5c974" >> Debug.xcconfig
echo "// API 엔드 포인트 주소" >> Debug.xcconfig
echo "BASE_URL = $BASE_URL" >> Debug.xcconfig
echo "// 카카오 API 키" >> Debug.xcconfig
echo "KAKAO_API_KEY = $KAKAO_API_KEY" >> Debug.xcconfig
cat Debug.xcconfig
mv Debug.xcconfig EATSSU_MVC/EATSSU_MVC/Resources
- name: Tuist Build
run: |
tuist install
Expand Down

0 comments on commit 396f41b

Please sign in to comment.