Skip to content

Commit 6c6465f

Browse files
committed
update deploy target
1 parent c8c00b7 commit 6c6465f

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

PlotDevice.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@
481481
);
482482
runOnlyForDeploymentPostprocessing = 0;
483483
shellPath = /bin/sh;
484-
shellScript = "examples=\"$CONFIGURATION_BUILD_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/examples\"\nditto Examples $examples";
484+
shellScript = "examples=\"$CONFIGURATION_BUILD_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/examples\"\nditto Examples $examples\n";
485485
showEnvVarsInLog = 0;
486486
};
487487
/* End PBXShellScriptBuildPhase section */
@@ -585,7 +585,7 @@
585585
INFOPLIST_FILE = app/info.plist;
586586
INSTALL_PATH = /Applications;
587587
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
588-
MACOSX_DEPLOYMENT_TARGET = 10.13;
588+
MACOSX_DEPLOYMENT_TARGET = 10.14;
589589
ONLY_ACTIVE_ARCH = NO;
590590
OTHER_LDFLAGS = "$(inherited)";
591591
PRODUCT_BUNDLE_IDENTIFIER = io.plotdevice.PlotDevice;
@@ -610,7 +610,7 @@
610610
INFOPLIST_FILE = app/info.plist;
611611
INSTALL_PATH = /Applications;
612612
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
613-
MACOSX_DEPLOYMENT_TARGET = 10.13;
613+
MACOSX_DEPLOYMENT_TARGET = 10.14;
614614
OTHER_LDFLAGS = "$(inherited)";
615615
PRODUCT_BUNDLE_IDENTIFIER = io.plotdevice.PlotDevice;
616616
PRODUCT_NAME = PlotDevice;

app/Resources/en.lproj/PlotDeviceScript.xib

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="20037" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
33
<dependencies>
4+
<deployment version="101304" identifier="macosx"/>
45
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="20037"/>
56
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
67
</dependencies>
@@ -481,7 +482,7 @@
481482
</textFieldCell>
482483
</textField>
483484
</subviews>
484-
<point key="canvasLocation" x="-863" y="-280"/>
485+
<point key="canvasLocation" x="-773" y="-270"/>
485486
</customView>
486487
<customView id="NES-Ui-JrE" userLabel="View">
487488
<rect key="frame" x="0.0" y="0.0" width="281" height="147"/>

app/info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
<key>LSMinimumSystemVersion</key>
7373
<string>10.14</string>
7474
<key>NSHumanReadableCopyright</key>
75-
<string>© 2014–15 Samizdat Drafting Co.</string>
75+
<string>© 2014–22 Samizdat Drafting Co.</string>
7676
<key>NSMainNibFile</key>
7777
<string>MainMenu</string>
78-
<key>NSSystemAdministrationUsageDescription</key>
79-
<string>PlotDevice would like to be able to write to your hard disk</string>
8078
<key>NSPrincipalClass</key>
8179
<string>NSApplication</string>
80+
<key>NSSystemAdministrationUsageDescription</key>
81+
<string>PlotDevice would like to be able to write to your hard disk</string>
8282
<key>UTExportedTypeDeclarations</key>
8383
<array>
8484
<dict>

0 commit comments

Comments
 (0)