Skip to content

Commit 396f41b

Browse files
committed
[Feat] Debug.xcconfig 파일 추가
1 parent 96d6031 commit 396f41b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/upload_product.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ jobs:
3535
cat Release.xcconfig
3636
mv Release.xcconfig EATSSU_MVC/EATSSU_MVC/Resources
3737
38+
echo "// Configuration settings file format documentation can be found at:" > Debug.xcconfig
39+
echo "// https://help.apple.com/xcode/#/dev745c5c974" >> Debug.xcconfig
40+
echo "// API 엔드 포인트 주소" >> Debug.xcconfig
41+
echo "BASE_URL = $BASE_URL" >> Debug.xcconfig
42+
echo "// 카카오 API 키" >> Debug.xcconfig
43+
echo "KAKAO_API_KEY = $KAKAO_API_KEY" >> Debug.xcconfig
44+
cat Debug.xcconfig
45+
mv Debug.xcconfig EATSSU_MVC/EATSSU_MVC/Resources
46+
3847
- name: Tuist Build
3948
run: |
4049
tuist install

0 commit comments

Comments
 (0)