Skip to content

Commit a4f2b57

Browse files
authored
Adds case sensitive and journaled checkboxes (#24)
* Adds case sensitive and journaled checkboxes * Update about window and localization Fixes #22
1 parent 140102f commit a4f2b57

File tree

13 files changed

+614
-95
lines changed

13 files changed

+614
-95
lines changed

TmpDisk.xcodeproj/project.pbxproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
2264C5EE2765C34000C45CB8 /* NewTmpDiskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2264C5ED2765C34000C45CB8 /* NewTmpDiskViewController.swift */; };
2222
228DD7192772F23D00D6CAC3 /* PreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 228DD7182772F23D00D6CAC3 /* PreferencesViewController.swift */; };
2323
228DD724277426B000D6CAC3 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 228DD723277426B000D6CAC3 /* Sparkle */; };
24+
229EFA552985EAEE001EADB2 /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229EFA542985EAEE001EADB2 /* AboutViewController.swift */; };
2425
22A69350276FCDCD0040FDEF /* TmpDiskMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22A6934F276FCDCD0040FDEF /* TmpDiskMenuItem.swift */; };
2526
22A693572770014B0040FDEF /* ServiceManagement.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22A693562770014B0040FDEF /* ServiceManagement.framework */; platformFilter = maccatalyst; };
2627
22A6935F277004E80040FDEF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22A6935E277004E80040FDEF /* AppDelegate.swift */; };
@@ -81,8 +82,9 @@
8182
2264C5E92765667700C45CB8 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
8283
2264C5EB27657AAC00C45CB8 /* TmpDiskManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TmpDiskManager.swift; sourceTree = "<group>"; };
8384
2264C5ED2765C34000C45CB8 /* NewTmpDiskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewTmpDiskViewController.swift; sourceTree = "<group>"; };
84-
228DD717277181D600D6CAC3 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
8585
228DD7182772F23D00D6CAC3 /* PreferencesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesViewController.swift; sourceTree = "<group>"; };
86+
229EFA542985EAEE001EADB2 /* AboutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutViewController.swift; sourceTree = "<group>"; };
87+
229EFA572985FEB9001EADB2 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
8688
22A6934F276FCDCD0040FDEF /* TmpDiskMenuItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TmpDiskMenuItem.swift; sourceTree = "<group>"; };
8789
22A693562770014B0040FDEF /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; };
8890
22A6935C277004E80040FDEF /* TmpDiskLauncher.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TmpDiskLauncher.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -192,6 +194,7 @@
192194
2264C5EA27657A7E00C45CB8 /* Views */ = {
193195
isa = PBXGroup;
194196
children = (
197+
229EFA542985EAEE001EADB2 /* AboutViewController.swift */,
195198
22A6938A27700B4B0040FDEF /* AutoCreateManagerViewController.swift */,
196199
22A6938C27702BDF0040FDEF /* CheckBoxTableCellView.swift */,
197200
2264C5ED2765C34000C45CB8 /* NewTmpDiskViewController.swift */,
@@ -393,6 +396,7 @@
393396
files = (
394397
22A69350276FCDCD0040FDEF /* TmpDiskMenuItem.swift in Sources */,
395398
228DD7192772F23D00D6CAC3 /* PreferencesViewController.swift in Sources */,
399+
229EFA552985EAEE001EADB2 /* AboutViewController.swift in Sources */,
396400
22A6938B27700B4B0040FDEF /* AutoCreateManagerViewController.swift in Sources */,
397401
2264C5EE2765C34000C45CB8 /* NewTmpDiskViewController.swift in Sources */,
398402
2264C5EC27657AAC00C45CB8 /* TmpDiskManager.swift in Sources */,
@@ -449,7 +453,7 @@
449453
isa = PBXVariantGroup;
450454
children = (
451455
2200824A2765505100A8524B /* Base */,
452-
228DD717277181D600D6CAC3 /* zh-Hans */,
456+
229EFA572985FEB9001EADB2 /* zh-Hans */,
453457
);
454458
name = Main.storyboard;
455459
sourceTree = "<group>";
@@ -527,7 +531,7 @@
527531
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
528532
GCC_WARN_UNUSED_FUNCTION = YES;
529533
GCC_WARN_UNUSED_VARIABLE = YES;
530-
MACOSX_DEPLOYMENT_TARGET = 10.11;
534+
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
531535
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
532536
MTL_FAST_MATH = YES;
533537
ONLY_ACTIVE_ARCH = YES;
@@ -584,7 +588,7 @@
584588
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
585589
GCC_WARN_UNUSED_FUNCTION = YES;
586590
GCC_WARN_UNUSED_VARIABLE = YES;
587-
MACOSX_DEPLOYMENT_TARGET = 10.11;
591+
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
588592
MTL_ENABLE_DEBUG_INFO = NO;
589593
MTL_FAST_MATH = YES;
590594
SDKROOT = macosx;
@@ -602,7 +606,7 @@
602606
CODE_SIGN_IDENTITY = "Apple Development";
603607
CODE_SIGN_STYLE = Automatic;
604608
COMBINE_HIDPI_IMAGES = YES;
605-
CURRENT_PROJECT_VERSION = 1007;
609+
CURRENT_PROJECT_VERSION = 1009;
606610
DEAD_CODE_STRIPPING = YES;
607611
DEVELOPMENT_TEAM = AGZ3AP53DM;
608612
ENABLE_HARDENED_RUNTIME = YES;
@@ -635,7 +639,7 @@
635639
CODE_SIGN_IDENTITY = "Apple Development";
636640
CODE_SIGN_STYLE = Automatic;
637641
COMBINE_HIDPI_IMAGES = YES;
638-
CURRENT_PROJECT_VERSION = 1007;
642+
CURRENT_PROJECT_VERSION = 1009;
639643
DEAD_CODE_STRIPPING = YES;
640644
DEVELOPMENT_TEAM = AGZ3AP53DM;
641645
ENABLE_HARDENED_RUNTIME = YES;
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1410"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "2200823F2765504E00A8524B"
18+
BuildableName = "TmpDisk.app"
19+
BlueprintName = "TmpDisk"
20+
ReferencedContainer = "container:TmpDisk.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "220082502765505100A8524B"
36+
BuildableName = "TmpDiskTests.xctest"
37+
BlueprintName = "TmpDiskTests"
38+
ReferencedContainer = "container:TmpDisk.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
<TestableReference
42+
skipped = "NO">
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "2200825A2765505100A8524B"
46+
BuildableName = "TmpDiskUITests.xctest"
47+
BlueprintName = "TmpDiskUITests"
48+
ReferencedContainer = "container:TmpDisk.xcodeproj">
49+
</BuildableReference>
50+
</TestableReference>
51+
</Testables>
52+
</TestAction>
53+
<LaunchAction
54+
buildConfiguration = "Debug"
55+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
56+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
57+
launchStyle = "0"
58+
useCustomWorkingDirectory = "NO"
59+
ignoresPersistentStateOnLaunch = "NO"
60+
debugDocumentVersioning = "YES"
61+
debugServiceExtension = "internal"
62+
allowLocationSimulation = "YES">
63+
<BuildableProductRunnable
64+
runnableDebuggingMode = "0">
65+
<BuildableReference
66+
BuildableIdentifier = "primary"
67+
BlueprintIdentifier = "2200823F2765504E00A8524B"
68+
BuildableName = "TmpDisk.app"
69+
BlueprintName = "TmpDisk"
70+
ReferencedContainer = "container:TmpDisk.xcodeproj">
71+
</BuildableReference>
72+
</BuildableProductRunnable>
73+
</LaunchAction>
74+
<ProfileAction
75+
buildConfiguration = "Release"
76+
shouldUseLaunchSchemeArgsEnv = "YES"
77+
savedToolIdentifier = ""
78+
useCustomWorkingDirectory = "NO"
79+
debugDocumentVersioning = "YES">
80+
<BuildableProductRunnable
81+
runnableDebuggingMode = "0">
82+
<BuildableReference
83+
BuildableIdentifier = "primary"
84+
BlueprintIdentifier = "2200823F2765504E00A8524B"
85+
BuildableName = "TmpDisk.app"
86+
BlueprintName = "TmpDisk"
87+
ReferencedContainer = "container:TmpDisk.xcodeproj">
88+
</BuildableReference>
89+
</BuildableProductRunnable>
90+
</ProfileAction>
91+
<AnalyzeAction
92+
buildConfiguration = "Debug">
93+
</AnalyzeAction>
94+
<ArchiveAction
95+
buildConfiguration = "Release"
96+
revealArchiveInOrganizer = "YES">
97+
</ArchiveAction>
98+
</Scheme>

0 commit comments

Comments
 (0)