Skip to content
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
4 changes: 4 additions & 0 deletions tibok/tibok.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
01AA9649170C98A133B0D494 /* Frontmatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A45AD517F1F9959BE32288AC /* Frontmatter.swift */; };
PRIVACY22222222222222222 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = PRIVACY11111111111111111 /* PrivacyInfo.xcprivacy */; };
08E1151D2F09C1B800715862 /* static-libgit2 in Frameworks */ = {isa = PBXBuildFile; productRef = C3D4E5F6A7B8901234567891 /* static-libgit2 */; };
08E1151E2F09C1B800715862 /* static-libgit2 in Frameworks */ = {isa = PBXBuildFile; productRef = C3D4E5F6A7B8901234567892 /* static-libgit2 */; };
16F60EDE4CE6E295FFF23067 /* CommandService.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0E5DA78D0CA3123C96C226E /* CommandService.swift */; };
Expand Down Expand Up @@ -184,6 +185,7 @@
FC14559B2BB3A58BDF5546CA /* FolderScanCacheTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FolderScanCacheTests.swift; sourceTree = "<group>"; };
FCD5C5034F2BC8E6E35DA54E /* WebhookSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebhookSettingsView.swift; sourceTree = "<group>"; };
FF213603A438FA52BA947AA0 /* FolderScanCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FolderScanCache.swift; sourceTree = "<group>"; };
PRIVACY11111111111111111 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -278,6 +280,7 @@
isa = PBXGroup;
children = (
E8CBC6EBE9EE37E4E032D61B /* Assets.xcassets */,
PRIVACY11111111111111111 /* PrivacyInfo.xcprivacy */,
);
name = Resources;
path = tibok/Resources;
Expand Down Expand Up @@ -513,6 +516,7 @@
buildActionMask = 2147483647;
files = (
4023395F79A02BA2CCB8B90F /* Assets.xcassets in Resources */,
PRIVACY22222222222222222 /* PrivacyInfo.xcprivacy in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
4 changes: 2 additions & 2 deletions tibok/tibok/Resources/Info-AppStore.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<key>CFBundleExecutable</key>
<string>tibok</string>
<key>CFBundleIconFile</key>
<string>icon</string>
<string>AppIcon</string>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>CFBundleIdentifier</key>
Expand All @@ -42,7 +42,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.7</string>
<string>1.0.8</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion tibok/tibok/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0.8</string>
<key>CFBundleVersion</key>
<string>1767512133</string>
<string>1767916834</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
Expand Down
23 changes: 23 additions & 0 deletions tibok/tibok/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
</dict>
</plist>