Skip to content

Commit ca435a6

Browse files
committed
Support macOS Monterey.
1 parent ba83284 commit ca435a6

37 files changed

+203
-239
lines changed

OpenTerminal.xcodeproj/project.pbxproj

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
B19FD9F91FD581CA00A0864A /* FinderFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = B19FD9F81FD581CA00A0864A /* FinderFile.swift */; };
2525
B19FD9FE1FD5A14700A0864A /* FinderWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B19FD9FD1FD5A14700A0864A /* FinderWindow.swift */; };
2626
B19FDA001FD5A16400A0864A /* FinderFinderWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B19FD9FF1FD5A16400A0864A /* FinderFinderWindow.swift */; };
27+
B1AED4B028369EA3004B2A19 /* Icon.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1AED4AF28369C94004B2A19 /* Icon.swift */; };
2728
B1FF6E1E210948E30056E3C0 /* AppleScript.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1FF6E1D210948E30056E3C0 /* AppleScript.swift */; };
2829
/* End PBXBuildFile section */
2930

@@ -52,6 +53,7 @@
5253
B19FD9F81FD581CA00A0864A /* FinderFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FinderFile.swift; sourceTree = "<group>"; };
5354
B19FD9FD1FD5A14700A0864A /* FinderWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FinderWindow.swift; sourceTree = "<group>"; };
5455
B19FD9FF1FD5A16400A0864A /* FinderFinderWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FinderFinderWindow.swift; sourceTree = "<group>"; };
56+
B1AED4AF28369C94004B2A19 /* Icon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Icon.swift; sourceTree = "<group>"; };
5557
B1FF6E1D210948E30056E3C0 /* AppleScript.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleScript.swift; sourceTree = "<group>"; };
5658
/* End PBXFileReference section */
5759

@@ -107,6 +109,7 @@
107109
isa = PBXGroup;
108110
children = (
109111
B19FD9A91FD51BE800A0864A /* main.swift */,
112+
B1AED4AF28369C94004B2A19 /* Icon.swift */,
110113
B108F89720EE3F230020BA08 /* Alert.swift */,
111114
B108F88A20EE33F90020BA08 /* URL.swift */,
112115
B108F88C20EE37240020BA08 /* Settings.swift */,
@@ -173,12 +176,12 @@
173176
isa = PBXProject;
174177
attributes = {
175178
LastSwiftUpdateCheck = 0910;
176-
LastUpgradeCheck = 0940;
179+
LastUpgradeCheck = 1330;
177180
ORGANIZATIONNAME = "EasyStyle G.K.";
178181
TargetAttributes = {
179182
B19FD9C71FD5389100A0864A = {
180183
CreatedOnToolsVersion = 9.1;
181-
LastSwiftMigration = 0940;
184+
LastSwiftMigration = 1330;
182185
ProvisioningStyle = Manual;
183186
SystemCapabilities = {
184187
com.apple.Sandbox = {
@@ -234,6 +237,7 @@
234237
B14779D81FD6C72C008A53C1 /* SBElementArray.swift in Sources */,
235238
B19FD9EB1FD5552800A0864A /* FinderApplication.swift in Sources */,
236239
B108F89020EE398C0020BA08 /* AppleTerminal.swift in Sources */,
240+
B1AED4B028369EA3004B2A19 /* Icon.swift in Sources */,
237241
B108F89420EE3A390020BA08 /* iTerm2.swift in Sources */,
238242
B19FD9F11FD5552800A0864A /* TerminalApplication.swift in Sources */,
239243
B19FD9D61FD538B000A0864A /* main.swift in Sources */,
@@ -270,6 +274,7 @@
270274
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
271275
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
272276
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
277+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
273278
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
274279
CLANG_WARN_STRICT_PROTOTYPES = YES;
275280
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -329,6 +334,7 @@
329334
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
330335
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
331336
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
337+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
332338
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
333339
CLANG_WARN_STRICT_PROTOTYPES = YES;
334340
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -360,7 +366,7 @@
360366
buildSettings = {
361367
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
362368
CLANG_ENABLE_MODULES = YES;
363-
CODE_SIGN_IDENTITY = "";
369+
CODE_SIGN_IDENTITY = "-";
364370
CODE_SIGN_STYLE = Manual;
365371
COMBINE_HIDPI_IMAGES = YES;
366372
DEVELOPMENT_TEAM = "";
@@ -371,7 +377,7 @@
371377
PRODUCT_NAME = "$(TARGET_NAME)";
372378
PROVISIONING_PROFILE_SPECIFIER = "";
373379
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
374-
SWIFT_VERSION = 4.0;
380+
SWIFT_VERSION = 5.0;
375381
};
376382
name = Debug;
377383
};
@@ -380,7 +386,7 @@
380386
buildSettings = {
381387
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
382388
CLANG_ENABLE_MODULES = YES;
383-
CODE_SIGN_IDENTITY = "";
389+
CODE_SIGN_IDENTITY = "-";
384390
CODE_SIGN_STYLE = Manual;
385391
COMBINE_HIDPI_IMAGES = YES;
386392
COPY_PHASE_STRIP = YES;
@@ -391,7 +397,7 @@
391397
PRODUCT_BUNDLE_IDENTIFIER = "jp.ez-style.appid.OpenTerminal";
392398
PRODUCT_NAME = "$(TARGET_NAME)";
393399
PROVISIONING_PROFILE_SPECIFIER = "";
394-
SWIFT_VERSION = 4.0;
400+
SWIFT_VERSION = 5.0;
395401
};
396402
name = Release;
397403
};

OpenTerminal.xcodeproj/xcshareddata/xcschemes/OpenTerminal.xcscheme

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0940"
3+
LastUpgradeVersion = "1330"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,8 +27,6 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<Testables>
31-
</Testables>
3230
<MacroExpansion>
3331
<BuildableReference
3432
BuildableIdentifier = "primary"
@@ -38,8 +36,8 @@
3836
ReferencedContainer = "container:OpenTerminal.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
39+
<Testables>
40+
</Testables>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Debug"
@@ -61,8 +59,6 @@
6159
ReferencedContainer = "container:OpenTerminal.xcodeproj">
6260
</BuildableReference>
6361
</BuildableProductRunnable>
64-
<AdditionalOptions>
65-
</AdditionalOptions>
6662
</LaunchAction>
6763
<ProfileAction
6864
buildConfiguration = "Release"
Lines changed: 14 additions & 0 deletions
Loading
Lines changed: 14 additions & 0 deletions
Loading
13 KB
Binary file not shown.

Resources/OpenTerminal.afdesign

25.4 KB
Binary file not shown.

Resources/OpenTerminal.png

3.59 KB
Loading

Resources/OpenTerminal.svg

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)