Skip to content

Commit 5fdfe37

Browse files
committed
Fix deployment target
1 parent 429cec3 commit 5fdfe37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PinLayout.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,11 +1262,13 @@
12621262
DYLIB_INSTALL_NAME_BASE = "@rpath";
12631263
INFOPLIST_FILE = Sources/SupportingFiles/Info.plist;
12641264
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1265+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
12651266
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
12661267
PRODUCT_BUNDLE_IDENTIFIER = "com.mirego.PinLayout-iOS";
12671268
PRODUCT_NAME = PinLayout;
12681269
SKIP_INSTALL = YES;
12691270
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1271+
TVOS_DEPLOYMENT_TARGET = 9.0;
12701272
};
12711273
name = Debug;
12721274
};
@@ -1282,10 +1284,12 @@
12821284
DYLIB_INSTALL_NAME_BASE = "@rpath";
12831285
INFOPLIST_FILE = Sources/SupportingFiles/Info.plist;
12841286
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1287+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
12851288
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
12861289
PRODUCT_BUNDLE_IDENTIFIER = "com.mirego.PinLayout-iOS";
12871290
PRODUCT_NAME = PinLayout;
12881291
SKIP_INSTALL = YES;
1292+
TVOS_DEPLOYMENT_TARGET = 9.0;
12891293
};
12901294
name = Release;
12911295
};

0 commit comments

Comments
 (0)