File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Demo-iOS/Gutenberg.xcodeproj
Sources/GutenbergKit/Sources Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- // swift-tools-version: 6.1
1
+ // swift-tools-version: 5.9
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
Original file line number Diff line number Diff line change 309
309
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
310
310
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
311
311
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
312
+ IPHONEOS_DEPLOYMENT_TARGET = 17.0;
312
313
LD_RUNPATH_SEARCH_PATHS = (
313
314
"$(inherited)",
314
315
"@executable_path/Frameworks",
340
341
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
341
342
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
342
343
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
344
+ IPHONEOS_DEPLOYMENT_TARGET = 17.0;
343
345
LD_RUNPATH_SEARCH_PATHS = (
344
346
"$(inherited)",
345
347
"@executable_path/Frameworks",
Original file line number Diff line number Diff line change 1
1
import Foundation
2
2
3
- public struct EditorConfiguration {
3
+ public struct EditorConfiguration : Sendable {
4
4
/// Initial title for populating the editor
5
5
public let title : String
6
6
/// Initial content for populating the editor
You can’t perform that action at this time.
0 commit comments