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
13 changes: 0 additions & 13 deletions App/Continuity/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,10 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.sanylax.continuity</string>
<key>CFBundleURLSchemes</key>
<array>
<string>continuity</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NSAppleMusicUsageDescription</key>
<string>Continuity reads your Apple Music playlists so you can import them into your library.</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
Expand Down
140 changes: 0 additions & 140 deletions App/Continuity/Library/LinkImporter.swift

This file was deleted.

48 changes: 48 additions & 0 deletions App/Continuity/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?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>
<!-- Continuity collects nothing and phones home to no one: no analytics, no accounts,
no tracking. Network use is limited to fetching the stem-separation model. -->
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<!-- UserDefaults: sample-library seed flag, playback-state persistence,
transition settings. App's own data only. -->
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
<!-- File timestamps: stem-cache LRU eviction reads/writes modification dates of
files inside the app container (StemCache). -->
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C617.1</string>
</array>
</dict>
<!-- System boot time (`mach_absolute_time`): Deck.play anchors stem playback to a
fresh render clock so a stale hostTime after an engine restart cannot SIGABRT.
Used only to measure time between events inside the app. -->
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>35F9.1</string>
</array>
</dict>
</array>
</dict>
</plist>
124 changes: 0 additions & 124 deletions App/Continuity/Views/AddMusicView.swift

This file was deleted.

Loading
Loading