Skip to content

Commit

Permalink
feat: adjust macos build & add privacy section
Browse files Browse the repository at this point in the history
  • Loading branch information
novalagung committed Jan 1, 2024
1 parent 56d3fda commit d40c8a8
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 20 deletions.
37 changes: 37 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Privacy & Policy

*Muslim Board Browser Extension* is an Open Source app created by Noval Agung Prayogo, provided at no cost and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use Muslim Board.

If you choose to use Muslim Board, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Muslim Board unless otherwise defined in this Privacy Policy.

### Information Collection and Use

- GeoLocation data

Muslim Board needs to collect the gelocation of user for calculating the correct prayer time. The data is temporary stored in our server for 3 days (See the following code as reference: [github.com/novalagung/muslimboard/webservice/models/constant.go](https://github.com/novalagung/muslimboard/blob/master/webservice/models/constant.go))

### Service Providers

Muslim Board needs to get the data from our backend API service, hosted in our cloud. The source code of the webservice is available under GitHub [github.com/novalagung/muslimboard/webservice](https://github.com/novalagung/muslimboard/blob/master/webservice)

### Security

We value user trust in providing us their information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and I cannot guarantee its absolute security.

### Links to Other Sites

This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, I strongly advise you to review the Privacy Policy of these websites. I have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.

### Changes to This Privacy Policy

I may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. I will notify you of any changes by posting the new Privacy Policy on this page.

This policy is effective as of **2024-01-01**

### Contact Us

If you have any questions or suggestions about my Privacy Policy, do not hesitate to contact me at [email protected].
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,16 @@ <h2>Contribution</h2>
</footer>
</section>

<!-- Section Privacy Policy -->
<section id="privacy-policy" class="main special">
<header class="major">
<h2>Privacy & Policy</h2>
</header>
<p>
See <a href="https://muslimboard.novalagung.com/SECURITY.md">https://muslimboard.novalagung.com/SECURITY.md page</a>.
</p>
</section>

</div>

<!-- Footer -->
Expand Down
10 changes: 6 additions & 4 deletions macos/Muslim Board Extension/Muslim_Board_Extension.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.personal-information.location</key>
<true/>
</dict>
</plist>
6 changes: 2 additions & 4 deletions macos/Muslim Board.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
1922413F2951713B0009926A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
192241422951713B0009926A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
192241442951713D0009926A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
192241462951713D0009926A /* Muslim_Board.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Muslim_Board.entitlements; sourceTree = "<group>"; };
192241472951713D0009926A /* Muslim Board.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Muslim Board.entitlements"; sourceTree = "<group>"; };
1922414C2951713E0009926A /* Muslim BoardTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Muslim BoardTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
192241502951713E0009926A /* Muslim_BoardTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Muslim_BoardTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -154,7 +153,6 @@
1922413F2951713B0009926A /* ViewController.swift */,
192241412951713B0009926A /* Main.storyboard */,
192241442951713D0009926A /* Assets.xcassets */,
192241462951713D0009926A /* Muslim_Board.entitlements */,
192241472951713D0009926A /* Muslim Board.entitlements */,
192241352951713B0009926A /* Resources */,
);
Expand Down Expand Up @@ -638,7 +636,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 12;
CURRENT_PROJECT_VERSION = 13;
DEVELOPMENT_TEAM = 8KLL93A755;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -678,7 +676,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 12;
CURRENT_PROJECT_VERSION = 13;
DEVELOPMENT_TEAM = 8KLL93A755;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down
4 changes: 2 additions & 2 deletions macos/Muslim Board/Muslim Board.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.personal-information.location</key>
<true/>
</dict>
</plist>
10 changes: 0 additions & 10 deletions macos/Muslim Board/Muslim_Board.entitlements

This file was deleted.

0 comments on commit d40c8a8

Please sign in to comment.