Skip to content

Commit

Permalink
Add README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
ffittschen committed Oct 29, 2018
1 parent 32a8f5a commit ef7558b
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 20 deletions.
6 changes: 3 additions & 3 deletions Browsing/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
Expand All @@ -21,7 +19,9 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>
Expand Down
34 changes: 17 additions & 17 deletions IsItPrivate/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
Expand All @@ -19,7 +17,23 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>FFBundleCompassIconCreatorWebsite</key>
<string>https://thenounproject.com/xinhstudio</string>
<key>FFBundleLicenseName</key>
<string>BSD</string>
<key>FFBundleMainDeveloperName</key>
<string>Florian Fittschen</string>
<key>FFBundleMainDeveloperWebsite</key>
<string>https://twitter.com/flofi</string>
<key>FFBundleMaskIconCreatorWebsite</key>
<string>https://thenounproject.com/bfarias</string>
<key>FFBundleRepositoryName</key>
<string>ffittschen/isitprivate</string>
<key>FFBundleRepositoryWebsite</key>
<string>https://github.com/ffittschen/isitprivate</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
Expand All @@ -30,19 +44,5 @@
<string>Main</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>FFBundleMainDeveloperName</key>
<string>Florian Fittschen</string>
<key>FFBundleMainDeveloperWebsite</key>
<string>https://twitter.com/flofi</string>
<key>FFBundleRepositoryName</key>
<string>ffittschen/isitprivate</string>
<key>FFBundleRepositoryWebsite</key>
<string>https://github.com/ffittschen/isitprivate</string>
<key>FFBundleMaskIconCreatorWebsite</key>
<string>https://thenounproject.com/bfarias</string>
<key>FFBundleCompassIconCreatorWebsite</key>
<string>https://thenounproject.com/xinhstudio</string>
<key>FFBundleLicenseName</key>
<string>BSD</string>
</dict>
</plist>
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 Florian Fittschen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<p align="center">
<img src="https://github.com/ffittschen/IsItPrivate/raw/master/Assets/AppIcon.png" alt="Is It Private App Icon" width="200" maxHeight="200" />
</p>

_Is It Private_ is a Safari Extension providing a toolbar icon that changes its visual appearance if Private Browsing is enabled. This is especially helpful when the Dark appearance of macOS is activated.


## Support

If you encounter any problems, feel free to [open an issue](https://github.com/ffittschen/isitprivate/issues) or contact me [on Twitter](https://twitter.com/flofi).


## Privacy Policy

This privacy policy governs your use of the software application Is It Private ("Application"). The Application is a Safari App Extension providing a toolbar icon that changes its visual appearance if Private Browsing is enabled.

The Application does not store or transmit any personal details, nor does it include advertising, tracking software or analytics software that talks to third parties.


## Attributions

mask by b farias from the Noun Project -- [Link](https://thenounproject.com/browse/?i=795831)
Compass by Xinh Studio from the Noun Project -- [Link](https://thenounproject.com/browse/?i=51854)

## License

[MIT](LICENSE)

0 comments on commit ef7558b

Please sign in to comment.