Skip to content

Commit f92dd73

Browse files
QuanNSExceptional
authored andcommitted
Add Surmagic surfile
1 parent 3ccf4b8 commit f92dd73

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

SM/Surfile

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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>output_path</key>
6+
<string>build</string>
7+
<key>framework</key>
8+
<string>FLEX</string>
9+
<key>targets</key>
10+
<array>
11+
<dict>
12+
<key>sdk</key>
13+
<string>iOS</string>
14+
<key>project</key>
15+
<string>FLEX.xcodeproj</string>
16+
<key>scheme</key>
17+
<string>FLEX</string>
18+
</dict>
19+
<dict>
20+
<key>sdk</key>
21+
<string>iOSSimulator</string>
22+
<key>project</key>
23+
<string>FLEX.xcodeproj</string>
24+
<key>scheme</key>
25+
<string>FLEX</string>
26+
</dict>
27+
<!--
28+
Remove this comment and add more targets for Simulators and the Devices.
29+
-->
30+
</array>
31+
<key>finalActions</key>
32+
<array>
33+
<string>openDirectory</string>
34+
</array>
35+
</dict>
36+
</plist>

0 commit comments

Comments
 (0)