Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add macOS support (rebuild/repackage from blank Xcode template) #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 0 additions & 63 deletions App/Info.plist

This file was deleted.

18 changes: 0 additions & 18 deletions App/SceneDelegate.swift

This file was deleted.

6 changes: 0 additions & 6 deletions Assets/AppIcon.svg

This file was deleted.

Binary file removed Assets/AppStore/ipad-12.9in-1.png
Binary file not shown.
Binary file removed Assets/AppStore/ipad-12.9in-2.png
Binary file not shown.
Binary file removed Assets/AppStore/ipad-pro2-1.png
Binary file not shown.
Binary file removed Assets/AppStore/ipad-pro2-2.png
Binary file not shown.
Binary file removed Assets/AppStore/iphone-5.5in-1.png
Binary file not shown.
Binary file removed Assets/AppStore/iphone-5.5in-2.png
Binary file not shown.
Binary file removed Assets/AppStore/iphone-6.7in-1.png
Binary file not shown.
Binary file removed Assets/AppStore/iphone-6.7in-2.png
Binary file not shown.
38 changes: 0 additions & 38 deletions Assets/Rules/generate_rules.py

This file was deleted.

31 changes: 0 additions & 31 deletions Assets/Rules/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions Assets/Rules/refresh_tlds.sh

This file was deleted.

1 change: 0 additions & 1 deletion Assets/Rules/supported_domains.txt

This file was deleted.

31 changes: 0 additions & 31 deletions Extension/Info.plist

This file was deleted.

Binary file removed Extension/Resources/images/icon-128.png
Binary file not shown.
Binary file removed Extension/Resources/images/icon-144.png
Binary file not shown.
Binary file removed Extension/Resources/images/icon-192.png
Binary file not shown.
Binary file removed Extension/Resources/images/icon-256.png
Binary file not shown.
Binary file removed Extension/Resources/images/icon-48.png
Binary file not shown.
Binary file removed Extension/Resources/images/icon-512.png
Binary file not shown.
Binary file removed Extension/Resources/images/icon-64.png
Binary file not shown.
Binary file removed Extension/Resources/images/icon-96.png
Binary file not shown.
31 changes: 0 additions & 31 deletions Extension/Resources/manifest.json

This file was deleted.

53 changes: 0 additions & 53 deletions Extension/Resources/redirect-rules.json

This file was deleted.

7 changes: 0 additions & 7 deletions Extension/SafariWebExtensionHandler.swift

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"idiom" : "universal"
}
],
"info" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,51 +7,61 @@
"size" : "1024x1024"
},
{
"filename" : "icon_16x16.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "16x16"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
},
{
"filename" : "icon_32x32.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "32x32"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "2x",
"size" : "32x32"
},
{
"filename" : "icon_128x128.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "128x128"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "2x",
"size" : "128x128"
},
{
"filename" : "icon_256x256.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "256x256"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "2x",
"size" : "256x256"
},
{
"filename" : "icon_512x512.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "512x512"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "2x",
"size" : "512x512"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions Shared (App)/Assets.xcassets/LargeIcon.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "AppIcon 2.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "AppIcon 1.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "AppIcon.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading