File tree
Expand file treeCollapse file tree2 files changed
+2
-2
lines changed Expand file treeCollapse file tree2 files changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -1054,7 +1054,7 @@ public static bool PodfileStaticLinkFrameworks {
|
1054 | 1054 | /// </summary>
|
1055 | 1055 | public static bool SwiftFrameworkSupportWorkaroundEnabled {
|
1056 | 1056 | get { return settings.GetBool(PREFERENCE_SWIFT_FRAMEWORK_SUPPORT_WORKAROUND,
|
1057 |
| -defaultValue: false); } |
| 1057 | +defaultValue: true); } |
1058 | 1058 | set {
|
1059 | 1059 | settings.SetBool(PREFERENCE_SWIFT_FRAMEWORK_SUPPORT_WORKAROUND, value);
|
1060 | 1060 | }
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -264,7 +264,7 @@ public void OnGUI() {
|
264 | 264 |
|
265 | 265 | if (settings.podfileAddUseFrameworks) {
|
266 | 266 | GUILayout.BeginHorizontal();
|
267 |
| -GUILayout.Label("Enable Swift Framework Support Workaround", |
| 267 | +GUILayout.Label("(Recommended) Enable Swift Framework Support Workaround", |
268 | 268 | EditorStyles.boldLabel);
|
269 | 269 | settings.swiftFrameworkSupportWorkaroundEnabled =
|
270 | 270 | EditorGUILayout.Toggle(settings.swiftFrameworkSupportWorkaroundEnabled);
|
|
You can’t perform that action at this time.
0 commit comments