Skip to content

Commit

Permalink
update deployment targets for Observable
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Dec 12, 2024
1 parent 56fe6fc commit 764564b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ let package = Package(
name: "SwiftOCA",
platforms: [
.macOS(.v14),
.iOS(.v16),
.iOS(.v17),
],
products: CommonProducts + PlatformProducts,
dependencies: CommonPackageDependencies + PlatformPackageDependencies,
Expand Down
4 changes: 2 additions & 2 deletions SwiftOCA.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2269,7 +2269,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 12.6;
MACOSX_DEPLOYMENT_TARGET = 14.6;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -2325,7 +2325,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 12.6;
MACOSX_DEPLOYMENT_TARGET = 14.6;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "-package-name swiftoca";
Expand Down

0 comments on commit 764564b

Please sign in to comment.