Skip to content

Commit

Permalink
Adds case sensitive and journaled checkboxes (#24)
Browse files Browse the repository at this point in the history
* Adds case sensitive and journaled checkboxes
* Update about window and localization
Fixes #22
  • Loading branch information
imothee authored Jan 29, 2023
1 parent 140102f commit a4f2b57
Show file tree
Hide file tree
Showing 13 changed files with 614 additions and 95 deletions.
16 changes: 10 additions & 6 deletions TmpDisk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
2264C5EE2765C34000C45CB8 /* NewTmpDiskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2264C5ED2765C34000C45CB8 /* NewTmpDiskViewController.swift */; };
228DD7192772F23D00D6CAC3 /* PreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 228DD7182772F23D00D6CAC3 /* PreferencesViewController.swift */; };
228DD724277426B000D6CAC3 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 228DD723277426B000D6CAC3 /* Sparkle */; };
229EFA552985EAEE001EADB2 /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229EFA542985EAEE001EADB2 /* AboutViewController.swift */; };
22A69350276FCDCD0040FDEF /* TmpDiskMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22A6934F276FCDCD0040FDEF /* TmpDiskMenuItem.swift */; };
22A693572770014B0040FDEF /* ServiceManagement.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22A693562770014B0040FDEF /* ServiceManagement.framework */; platformFilter = maccatalyst; };
22A6935F277004E80040FDEF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22A6935E277004E80040FDEF /* AppDelegate.swift */; };
Expand Down Expand Up @@ -81,8 +82,9 @@
2264C5E92765667700C45CB8 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
2264C5EB27657AAC00C45CB8 /* TmpDiskManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TmpDiskManager.swift; sourceTree = "<group>"; };
2264C5ED2765C34000C45CB8 /* NewTmpDiskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewTmpDiskViewController.swift; sourceTree = "<group>"; };
228DD717277181D600D6CAC3 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
228DD7182772F23D00D6CAC3 /* PreferencesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesViewController.swift; sourceTree = "<group>"; };
229EFA542985EAEE001EADB2 /* AboutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutViewController.swift; sourceTree = "<group>"; };
229EFA572985FEB9001EADB2 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
22A6934F276FCDCD0040FDEF /* TmpDiskMenuItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TmpDiskMenuItem.swift; sourceTree = "<group>"; };
22A693562770014B0040FDEF /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; };
22A6935C277004E80040FDEF /* TmpDiskLauncher.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TmpDiskLauncher.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -192,6 +194,7 @@
2264C5EA27657A7E00C45CB8 /* Views */ = {
isa = PBXGroup;
children = (
229EFA542985EAEE001EADB2 /* AboutViewController.swift */,
22A6938A27700B4B0040FDEF /* AutoCreateManagerViewController.swift */,
22A6938C27702BDF0040FDEF /* CheckBoxTableCellView.swift */,
2264C5ED2765C34000C45CB8 /* NewTmpDiskViewController.swift */,
Expand Down Expand Up @@ -393,6 +396,7 @@
files = (
22A69350276FCDCD0040FDEF /* TmpDiskMenuItem.swift in Sources */,
228DD7192772F23D00D6CAC3 /* PreferencesViewController.swift in Sources */,
229EFA552985EAEE001EADB2 /* AboutViewController.swift in Sources */,
22A6938B27700B4B0040FDEF /* AutoCreateManagerViewController.swift in Sources */,
2264C5EE2765C34000C45CB8 /* NewTmpDiskViewController.swift in Sources */,
2264C5EC27657AAC00C45CB8 /* TmpDiskManager.swift in Sources */,
Expand Down Expand Up @@ -449,7 +453,7 @@
isa = PBXVariantGroup;
children = (
2200824A2765505100A8524B /* Base */,
228DD717277181D600D6CAC3 /* zh-Hans */,
229EFA572985FEB9001EADB2 /* zh-Hans */,
);
name = Main.storyboard;
sourceTree = "<group>";
Expand Down Expand Up @@ -527,7 +531,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -584,7 +588,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
Expand All @@ -602,7 +606,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1007;
CURRENT_PROJECT_VERSION = 1009;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = AGZ3AP53DM;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -635,7 +639,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1007;
CURRENT_PROJECT_VERSION = 1009;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = AGZ3AP53DM;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down
98 changes: 98 additions & 0 deletions TmpDisk.xcodeproj/xcshareddata/xcschemes/TmpDisk.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1410"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2200823F2765504E00A8524B"
BuildableName = "TmpDisk.app"
BlueprintName = "TmpDisk"
ReferencedContainer = "container:TmpDisk.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "220082502765505100A8524B"
BuildableName = "TmpDiskTests.xctest"
BlueprintName = "TmpDiskTests"
ReferencedContainer = "container:TmpDisk.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2200825A2765505100A8524B"
BuildableName = "TmpDiskUITests.xctest"
BlueprintName = "TmpDiskUITests"
ReferencedContainer = "container:TmpDisk.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2200823F2765504E00A8524B"
BuildableName = "TmpDisk.app"
BlueprintName = "TmpDisk"
ReferencedContainer = "container:TmpDisk.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2200823F2765504E00A8524B"
BuildableName = "TmpDisk.app"
BlueprintName = "TmpDisk"
ReferencedContainer = "container:TmpDisk.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading

0 comments on commit a4f2b57

Please sign in to comment.