diff --git a/Browsing/Info.plist b/Browsing/Info.plist index a52cf6d..ba38472 100644 --- a/Browsing/Info.plist +++ b/Browsing/Info.plist @@ -2,8 +2,6 @@ - ITSAppUsesNonExemptEncryption - CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName @@ -21,7 +19,9 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 1 + 2 + ITSAppUsesNonExemptEncryption + LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSExtension diff --git a/IsItPrivate/Resources/Info.plist b/IsItPrivate/Resources/Info.plist index 1032640..c3667a6 100644 --- a/IsItPrivate/Resources/Info.plist +++ b/IsItPrivate/Resources/Info.plist @@ -2,8 +2,6 @@ - ITSAppUsesNonExemptEncryption - CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleExecutable @@ -19,7 +17,23 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 1 + 2 + FFBundleCompassIconCreatorWebsite + https://thenounproject.com/xinhstudio + FFBundleLicenseName + BSD + FFBundleMainDeveloperName + Florian Fittschen + FFBundleMainDeveloperWebsite + https://twitter.com/flofi + FFBundleMaskIconCreatorWebsite + https://thenounproject.com/bfarias + FFBundleRepositoryName + ffittschen/isitprivate + FFBundleRepositoryWebsite + https://github.com/ffittschen/isitprivate + ITSAppUsesNonExemptEncryption + LSApplicationCategoryType public.app-category.productivity LSMinimumSystemVersion @@ -30,19 +44,5 @@ Main NSPrincipalClass NSApplication - FFBundleMainDeveloperName - Florian Fittschen - FFBundleMainDeveloperWebsite - https://twitter.com/flofi - FFBundleRepositoryName - ffittschen/isitprivate - FFBundleRepositoryWebsite - https://github.com/ffittschen/isitprivate - FFBundleMaskIconCreatorWebsite - https://thenounproject.com/bfarias - FFBundleCompassIconCreatorWebsite - https://thenounproject.com/xinhstudio - FFBundleLicenseName - BSD diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2b4e81f --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e83c8d --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +

+ Is It Private App Icon +

+ +_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) \ No newline at end of file