Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
자동 서명 활성화 스크립트 추가 
.xcconfig 파일 경로 설정 및 생성위치 통일
  • Loading branch information
iOS-Ruel authored Aug 26, 2024
1 parent dc7a44c commit 1e66cd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:

- name: Create API_KEY.xcconfig file
run: |
echo "API_KEY=${{ secrets.API_KEY }}" > CamPlace/CamPlace/API_KEY.xcconfig
mkdir -p CamPlace/CamPlace
echo "API_KEY=${{ secrets.API_KEY }}" > CamPlace/CamPlace/API_KEY.xcconfig
- name: Build Xcode
run: |
xcodebuild clean test -project CamPlace/CamPlace.xcodeproj \
-scheme CamPlace \
-destination 'platform=iOS Simulator,name=iPhone 13,OS=latest'
-allowProvisioningUpdates

0 comments on commit 1e66cd3

Please sign in to comment.