Преглед изворни кода

ios: switch back to the "legacy" build system in Xcode

Xcode 10 introduced a new build system. Alas, it breaks a number of important
flows, such as creating an archive for the framework (ie SDK) target.

In order to "fix" this, switch back to the former (Xcode 9) build system for the
time being.
j8
Saúl Ibarra Corretgé пре 6 година
родитељ
комит
47830dfc3d
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8
    0
      ios/jitsi-meet.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

+ 8
- 0
ios/jitsi-meet.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings Прегледај датотеку

@@ -0,0 +1,8 @@
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>BuildSystemType</key>
6
+	<string>Original</string>
7
+</dict>
8
+</plist>

Loading…
Откажи
Сачувај