Skip to content

Commit dcca879

Browse files
add ExportOptions
1 parent 232a6d9 commit dcca879

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ExportOptions.plist

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>method</key>
6+
<string>development</string>
7+
<key>compileBitcode</key>
8+
<false/>
9+
</dict>
10+
</plist>

0 commit comments

Comments
 (0)