Skip to content

Commit 70b4ba6

Browse files
committed
Use normal build system
Carthage fails to install SortedArray if it's configured to use the new build system by default.
1 parent 7543b76 commit 70b4ba6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict>
5-
<key>BuildSystemType</key>
6-
<string>Latest</string>
7-
</dict>
4+
<dict/>
85
</plist>

0 commit comments

Comments
 (0)