Skip to content

Commit

Permalink
업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
ancalina authored Sep 26, 2024
1 parent fb13713 commit abe2408
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions exportOptions.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?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>method</key>
<string>ad-hoc</string> <!-- ad-hoc, app-store, development 중 선택 -->
<key>signingStyle</key>
<string>manual</string> <!-- 코드 서명을 수동으로 처리 -->
<key>stripSwiftSymbols</key>
<true/> <!-- Swift 심볼 제거 -->
<key>compileBitcode</key>
<false/> <!-- Bitcode를 컴파일하지 않음 -->
<key>signingCertificate</key>
<string></string> <!-- 빈 문자열로 설정하여 서명 미사용 -->
<key>provisioningProfiles</key>
<dict/>
</dict>
</plist>

0 comments on commit abe2408

Please sign in to comment.