File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 309309 IPHONEOS_DEPLOYMENT_TARGET = 17.2;
310310 LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
311311 "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
312- MACOSX_DEPLOYMENT_TARGET = 14 .0;
312+ MACOSX_DEPLOYMENT_TARGET = 12 .0;
313313 MARKETING_VERSION = 1.0;
314314 PRODUCT_BUNDLE_IDENTIFIER = "com.airbnb.epoxy.Example-macOS";
315315 PRODUCT_NAME = "$(TARGET_NAME)";
348348 IPHONEOS_DEPLOYMENT_TARGET = 17.2;
349349 LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
350350 "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
351- MACOSX_DEPLOYMENT_TARGET = 14 .0;
351+ MACOSX_DEPLOYMENT_TARGET = 12 .0;
352352 MARKETING_VERSION = 1.0;
353353 PRODUCT_BUNDLE_IDENTIFIER = "com.airbnb.epoxy.Example-macOS";
354354 PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ struct LayoutDemoView: View {
4242
4343extension NSImage {
4444 static var example : NSImage {
45- NSImage ( resource : ImageResource ( name : " ExampleImage " , bundle : . main ) )
45+ NSImage ( named : " ExampleImage " ) !
4646 }
4747}
You can’t perform that action at this time.
0 commit comments