Skip to content

Commit 76c3a38

Browse files
committed
Add privacy policy
1 parent 963c5f9 commit 76c3a38

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ iOSInjectionProject/
9191

9292
# Custom
9393
prusa-icon.psd
94+
App Store/

PRIVACY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Privacy Policy
2+
3+
PrusaLinkiOS does not collect any information about or track you in any way.

PrusaLink.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
0540DB2D2AB9363000B61BC9 /* SettingsSwiftUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsSwiftUIView.swift; sourceTree = "<group>"; };
4949
0540DB2F2ABB48E700B61BC9 /* Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = "<group>"; };
5050
0540DB312ABBF58E00B61BC9 /* Extenions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extenions.swift; sourceTree = "<group>"; };
51+
0540DB332ABE994700B61BC9 /* PRIVACY.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = PRIVACY.md; sourceTree = "<group>"; };
5152
05C02DB42AA7D4DE008852EA /* PrusaLink.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PrusaLink.app; sourceTree = BUILT_PRODUCTS_DIR; };
5253
05C02DB72AA7D4DE008852EA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5354
05C02DB92AA7D4DE008852EA /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
@@ -95,6 +96,7 @@
9596
children = (
9697
0540DB282AB8E2E700B61BC9 /* LICENSE */,
9798
0540DB272AB8E2E700B61BC9 /* README.md */,
99+
0540DB332ABE994700B61BC9 /* PRIVACY.md */,
98100
05C02DB62AA7D4DE008852EA /* PrusaLink */,
99101
05C02DCD2AA7D4E1008852EA /* PrusaLinkTests */,
100102
05C02DD72AA7D4E1008852EA /* PrusaLinkUITests */,

0 commit comments

Comments
 (0)