We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d6031 commit 396f41bCopy full SHA for 396f41b
.github/workflows/upload_product.yml
@@ -35,6 +35,15 @@ jobs:
35
cat Release.xcconfig
36
mv Release.xcconfig EATSSU_MVC/EATSSU_MVC/Resources
37
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
+
47
- name: Tuist Build
48
run: |
49
tuist install
0 commit comments