Skip to content

Commit

Permalink
Migrate to swift, add tmpfs and multiple code overhauls, update versi…
Browse files Browse the repository at this point in the history
…on to 2.0 (#15)

* Migrate to Swift

* Fixes some bugs, adds translations, adds copyright headers

* Add loading spinner and quick size selector

* Add warn flag and preferences

* Add more ram size options

* Adds sparkle for updating
  • Loading branch information
imothee authored Dec 26, 2021
1 parent 86fd2a6 commit be89db7
Show file tree
Hide file tree
Showing 92 changed files with 4,870 additions and 4,177 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build
design
Pods/
TmpDisk.app
TmpDisk*.dmg
.DS_Store

# User settings
xcuserdata/
File renamed without changes.
12 changes: 12 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
TmpDisk is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

TmpDisk is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with TmpDisk. If not, see <http://www.gnu.org/licenses/>.
13 changes: 0 additions & 13 deletions Podfile

This file was deleted.

10 changes: 0 additions & 10 deletions Podfile.lock

This file was deleted.

973 changes: 568 additions & 405 deletions TmpDisk.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PreviewsEnabled</key>
<false/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "Sparkle",
"repositoryURL": "https://github.com/sparkle-project/Sparkle",
"state": {
"branch": null,
"revision": "2195ee0883efc92828a0cf33b830f43f9bd7e01b",
"version": "2.0.0-rc.1"
}
}
]
},
"version": 1
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildLocationStyle</key>
<string>UseAppPreferences</string>
<key>CustomBuildLocationType</key>
<string>RelativeToDerivedData</string>
<key>DerivedDataLocationStyle</key>
<string>Default</string>
<key>IssueFilterStyle</key>
<string>ShowActiveSchemeOnly</string>
<key>LiveSourceIssuesEnabled</key>
<true/>
<key>ShowSharedSchemesAutomaticallyEnabled</key>
<true/>
</dict>
</plist>

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
uuid = "1283C59F-0F3A-4666-8983-6E2B915C8BC1"
type = "1"
version = "2.0">
</Bucket>
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,15 @@
<dict>
<key>SchemeUserState</key>
<dict>
<key>TmpDisk.xcscheme</key>
<key>TmpDisk.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>1</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>418A288F144299DE00D4BCB0</key>
<key>TmpDiskLauncher.xcscheme_^#shared#^_</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>418A28B0144299DF00D4BCB0</key>
<dict>
<key>primary</key>
<true/>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
Expand Down
10 changes: 0 additions & 10 deletions TmpDisk.xcworkspace/contents.xcworkspacedata

This file was deleted.

Binary file not shown.
40 changes: 0 additions & 40 deletions TmpDisk/AppDelegate.h

This file was deleted.

Loading

0 comments on commit be89db7

Please sign in to comment.