Skip to content

Commit

Permalink
Merge pull request #70 from boostcampwm-2024/chore/gitHubAction
Browse files Browse the repository at this point in the history
[Chore] ExportOptions.plist 추가
  • Loading branch information
taipaise authored Nov 11, 2024
2 parents 31f13f1 + ee80eb5 commit b409f91
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ExportOptions.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>compileBitcode</key>
<false/>
<key>destination</key>
<string>export</string>
<key>method</key>
<string>debugging</string>
<key>signingStyle</key>
<string>automatic</string>
<key>stripSwiftSymbols</key>
<true/>
<key>teamID</key>
<string>B3PWYBKFUK</string>
<key>thinning</key>
<string>&lt;none&gt;</string>
</dict>
</plist>

0 comments on commit b409f91

Please sign in to comment.