@wwdrew/expo-spotify-sdk 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/README.md +32 -2
  2. package/android/build.gradle +4 -5
  3. package/android/libs/SETUP.md +9 -24
  4. package/android/spotify-native-sdk.gradle +118 -0
  5. package/android/src/main/java/expo/modules/spotifysdk/ExpoSpotifySDKModule.kt +12 -1
  6. package/android/src/main/java/expo/modules/spotifysdk/SpotifyAppRemoteCoordinator.kt +32 -0
  7. package/build/app-remote/index.d.ts +34 -0
  8. package/build/app-remote/index.d.ts.map +1 -1
  9. package/build/app-remote/index.js +36 -0
  10. package/build/app-remote/index.js.map +1 -1
  11. package/ios/ExpoSpotifyAppDelegate.swift +8 -1
  12. package/ios/ExpoSpotifySDK.podspec +26 -2
  13. package/ios/ExpoSpotifySDKModule.swift +16 -1
  14. package/ios/SpotifyAppRemoteCoordinator.swift +108 -0
  15. package/ios/spotify-native-sdk-versions.json +12 -0
  16. package/package.json +10 -4
  17. package/ios/SpotifySDK/Licenses/MPMessagePack-LICENSE.md +0 -20
  18. package/ios/SpotifySDK/SpotifyiOS.xcframework/Info.plist +0 -40
  19. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemote.h +0 -287
  20. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteAlbum.h +0 -18
  21. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteArtist.h +0 -18
  22. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteCommon.h +0 -37
  23. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteConnectionParams.h +0 -65
  24. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteConnectivityAPI.h +0 -55
  25. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteConnectivityState.h +0 -15
  26. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteContentAPI.h +0 -78
  27. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteContentItem.h +0 -49
  28. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteCrossfadeState.h +0 -18
  29. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteImageAPI.h +0 -25
  30. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteImageRepresentable.h +0 -16
  31. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteLibraryState.h +0 -19
  32. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackOptions.h +0 -32
  33. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackRestrictions.h +0 -32
  34. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemotePlayerAPI.h +0 -267
  35. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemotePlayerState.h +0 -40
  36. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemotePodcastPlaybackSpeed.h +0 -15
  37. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteTrack.h +0 -52
  38. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteUserAPI.h +0 -102
  39. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteUserCapabilities.h +0 -15
  40. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTConfiguration.h +0 -66
  41. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTError.h +0 -31
  42. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTLogin.h +0 -10
  43. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTMacros.h +0 -125
  44. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTScope.h +0 -75
  45. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTSession.h +0 -33
  46. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTSessionManager.h +0 -170
  47. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SpotifyAppRemote.h +0 -28
  48. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SpotifyiOS.h +0 -7
  49. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Info.plist +0 -0
  50. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Modules/module.modulemap +0 -5
  51. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/PrivacyInfo.xcprivacy +0 -14
  52. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/SpotifyiOS +0 -0
  53. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemote.h +0 -287
  54. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteAlbum.h +0 -18
  55. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteArtist.h +0 -18
  56. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteCommon.h +0 -37
  57. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteConnectionParams.h +0 -65
  58. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteConnectivityAPI.h +0 -55
  59. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteConnectivityState.h +0 -15
  60. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteContentAPI.h +0 -78
  61. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteContentItem.h +0 -49
  62. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteCrossfadeState.h +0 -18
  63. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteImageAPI.h +0 -25
  64. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteImageRepresentable.h +0 -16
  65. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteLibraryState.h +0 -19
  66. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackOptions.h +0 -32
  67. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackRestrictions.h +0 -32
  68. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlayerAPI.h +0 -267
  69. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlayerState.h +0 -40
  70. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePodcastPlaybackSpeed.h +0 -15
  71. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteTrack.h +0 -52
  72. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteUserAPI.h +0 -102
  73. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteUserCapabilities.h +0 -15
  74. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTConfiguration.h +0 -66
  75. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTError.h +0 -31
  76. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTLogin.h +0 -10
  77. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTMacros.h +0 -125
  78. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTScope.h +0 -75
  79. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTSession.h +0 -33
  80. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTSessionManager.h +0 -170
  81. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SpotifyAppRemote.h +0 -28
  82. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SpotifyiOS.h +0 -7
  83. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Info.plist +0 -0
  84. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Modules/module.modulemap +0 -5
  85. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/PrivacyInfo.xcprivacy +0 -14
  86. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/SpotifyiOS +0 -0
@@ -1,170 +0,0 @@
1
- #import <UIKit/UIKit.h>
2
- #import "SPTScope.h"
3
-
4
- NS_ASSUME_NONNULL_BEGIN
5
-
6
- @class SPTConfiguration, SPTSession;
7
- @protocol SPTSessionManagerDelegate;
8
-
9
- /// Options for determining the most suitable method for authorization
10
- typedef NS_OPTIONS(NSUInteger, SPTAuthorizationOptions) {
11
- /// Authorize using a suitable method. If Spotify is installed the app will be used instead of ASWebAuthentication.
12
- SPTDefaultAuthorizationOption NS_SWIFT_NAME(default) = (0),
13
- /// Authorize using only the Spotify client. If Spotify is not installed authorization will fail.
14
- SPTClientAuthorizationOption NS_SWIFT_NAME(clientOnly) = (1 << 0),
15
- /// Use this option if you have reached the limit of `LSApplicationQueriesSchemes` in your Info.plist
16
- /// Attempt to open Spotify app directly without using `canOpenURL`. Falls back to ASWebAuthentication if
17
- /// opening fails.
18
- SPTSpotifySchemeNotRegisteredAuthorizationOption NS_SWIFT_NAME(spotifySchemeNotRegistered) = (1 << 1),
19
- } NS_SWIFT_NAME(AuthorizationOptions);
20
-
21
- typedef NSString *const SPTAuthorizationCode;
22
-
23
-
24
- /// This class manages a Spotify user session, in the form of `SPTSession`.
25
- @interface SPTSessionManager : NSObject
26
-
27
- /// The `SPTSession` for the `SPTSessionManager` to manage. If no user has been authenticated this will be nil
28
- @property (nullable, nonatomic, strong) SPTSession *session;
29
-
30
- /// The `SPTSessionManagerDelegate` to notify of initiating a session, renewing a session, and/or errors related to a
31
- /// session
32
- @property (nullable, nonatomic, weak) id<SPTSessionManagerDelegate> delegate;
33
-
34
- /**
35
- Determine if the Spotify app is installed.
36
-
37
- Will be `YES` if the Spotify app is installed (and the URL scheme is whitelisted), otherwise is `NO`.
38
- Note: You must whitelist the "spotify" URL scheme in your info.plist LSApplicationQueriesSchemes or this will always be
39
- NO
40
- */
41
- @property (nonatomic, readonly, getter=isSpotifyAppInstalled) BOOL spotifyAppInstalled;
42
-
43
- /**
44
- Set this value to `YES` when debugging to have the Spotify app always show the authorization confirmation screen.
45
- You SHOULD NOT set this value to `YES` in production or your users will always have to confirm.
46
- */
47
- @property (nonatomic, assign) BOOL alwaysShowAuthorizationDialog;
48
-
49
- - (instancetype)init NS_UNAVAILABLE;
50
-
51
- /**
52
- Initiate the authorization process
53
-
54
- @param scope The scope to request, e.g. `SPTPlaylistReadPrivateScope`|`SPTUserReadEmailScope` if you wish to request
55
- read access to private playlists, and read access to the user's email address.
56
- @param options Options bitmask that informs authorization behavior.
57
- @param campaign The campaign identifier, to help attribute where the account linking was initiated from.
58
- See `SPTSessionManagerDelegate` for messages regarding changes in session state.
59
- */
60
- - (void)initiateSessionWithScope:(SPTScope)scope
61
- options:(SPTAuthorizationOptions)options
62
- campaign:(nullable NSString *)campaign;
63
-
64
- /**
65
- Initiate the authorization process
66
- @note Prefer `initiateSessionWithScope:options:campaign` instead, unless you need additional scopes that aren't listed
67
- in `SPTScope`
68
- @param scope The scope to request, e.g. `"playlist-read-private user-read-email"` if you wish to request read access to
69
- private playlists, and read access to the user's email address.
70
- @param options Options bitmask that informs authorization behavior.
71
- @param campaign The campaign identifier, to help attribute where the account linking was initiated from.
72
- See `SPTSessionManagerDelegate` for messages regarding changes in session state.
73
- */
74
- - (void)initiateSessionWithRawScope:(NSString *)scope
75
- options:(SPTAuthorizationOptions)options
76
- campaign:(nullable NSString *)campaign;
77
-
78
- /// Attempt to renew the access token, using the refresh token in the current `SPTSession` which must be valid.
79
- - (void)renewSession;
80
-
81
- /**
82
- Create an `SPTSessionManager` with the provided configuration.
83
-
84
- @param configuration An `SPTConfiguration` object.
85
- @param delegate An optional delegate conforming to `SPTSessionManagerDelegate`.
86
- @return An `SPTSessionManager` with the desired configuration.
87
- */
88
- - (instancetype)initWithConfiguration:(SPTConfiguration *)configuration
89
- delegate:(nullable id<SPTSessionManagerDelegate>)delegate;
90
-
91
- + (instancetype)sessionManagerWithConfiguration:(SPTConfiguration *)configuration
92
- delegate:(nullable id<SPTSessionManagerDelegate>)delegate;
93
- /**
94
- Handle openURL callbacks from the `AppDelegate`
95
-
96
- @param application The `UIApplication` passed into the matching `AppDelegate` method
97
- @param URL The URL to attempt to parse the access token from
98
- @param options The options passed in to the matching `AppDelegate` method
99
- @return Returns `YES` if `SPTSessionManager` recognizes the URL and will attempt to parse an access token, otherwise
100
- returns `NO`.
101
- */
102
- - (BOOL)application:(UIApplication *)application
103
- openURL:(NSURL *)URL
104
- options:(NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options;
105
-
106
- /**
107
- Handle continueUserActivity callbacks from the `AppDelegate`
108
-
109
- @param application The `UIApplication` passed into the matching `AppDelegate` method
110
- @param userActivity An object encapsulating a user activity supported by this responder.
111
- @param restorationHandler A block to execute if your app creates objects to perform the task the user was performing
112
- @return Returns `YES` if `SPTSessionManager` recognizes the URL and will attempt to parse an access token, otherwise
113
- returns `NO`.
114
- */
115
- - (BOOL)application:(UIApplication *)application
116
- continueUserActivity:(NSUserActivity *)userActivity
117
- restorationHandler:
118
- (void (^)(NSArray<id<UIUserActivityRestoring>> *__nullable restorableObjects))restorationHandler;
119
-
120
- @end
121
-
122
- /// The `SPTSessionManagerDelegate` to use for monitoring state changes of a `SPTSessionManager`
123
- @protocol SPTSessionManagerDelegate <NSObject>
124
-
125
- /**
126
- This message is sent when a session has been initiated successfully.
127
-
128
- @param manager The `SPTSessionManager` that initiated the session.
129
- @param session The initiated `SPTSession` object.
130
- */
131
- - (void)sessionManager:(SPTSessionManager *)manager
132
- didInitiateSession:(SPTSession *)session NS_SWIFT_NAME(sessionManager(manager:didInitiate:));
133
-
134
- /**
135
- This message is sent when the manager failed to initiate or renew a session.
136
-
137
- @param manager The `SPTSessionManager` instance.
138
- @param error The `NSError` that occured.
139
- */
140
- - (void)sessionManager:(SPTSessionManager *)manager
141
- didFailWithError:(NSError *)error NS_SWIFT_NAME(sessionManager(manager:didFailWith:));
142
-
143
- @optional
144
-
145
- /**
146
- This message is sent when the manager has renewed a session.
147
-
148
- @param manager The `SPTSessionManager` instance.
149
- @param session The renewed `SPTSession` object.
150
- */
151
- - (void)sessionManager:(SPTSessionManager *)manager
152
- didRenewSession:(SPTSession *)session NS_SWIFT_NAME(sessionManager(manager:didRenew:));
153
-
154
- /**
155
- Sent when the `SPTSessionManager` has obtained an authorization code,
156
- and is about to swap it for an access token. If you wish to handle this
157
- yourself, return `NO` and use the provided authorization code.
158
-
159
- @param manager The `SPTSessionManager` instance.
160
- @param code An OAuth authorization code.
161
- @return `NO` to request the access token yourself; `YES` to let `SPTSessionManager` handle it.
162
- */
163
- - (BOOL)sessionManager:(SPTSessionManager *)manager
164
- shouldRequestAccessTokenWithAuthorizationCode:(SPTAuthorizationCode)code
165
- NS_SWIFT_NAME(sessionManager(manager:shouldRequestAccessTokenWith:));
166
-
167
- @end
168
-
169
-
170
- NS_ASSUME_NONNULL_END
@@ -1,28 +0,0 @@
1
- #import <Foundation/Foundation.h>
2
-
3
- #ifndef _SPOTIFYAPPREMOTE_
4
- #define _SPOTIFYAPPREMOTE_
5
-
6
- #import "SPTAppRemote.h"
7
- #import "SPTAppRemoteAlbum.h"
8
- #import "SPTAppRemoteArtist.h"
9
- #import "SPTAppRemoteCommon.h"
10
- #import "SPTAppRemoteConnectionParams.h"
11
- #import "SPTAppRemoteConnectivityAPI.h"
12
- #import "SPTAppRemoteConnectivityState.h"
13
- #import "SPTAppRemoteContentAPI.h"
14
- #import "SPTAppRemoteContentItem.h"
15
- #import "SPTAppRemoteCrossfadeState.h"
16
- #import "SPTAppRemoteImageAPI.h"
17
- #import "SPTAppRemoteLibraryState.h"
18
- #import "SPTAppRemotePlaybackOptions.h"
19
- #import "SPTAppRemotePlaybackRestrictions.h"
20
- #import "SPTAppRemotePlayerAPI.h"
21
- #import "SPTAppRemotePlayerState.h"
22
- #import "SPTAppRemotePodcastPlaybackSpeed.h"
23
- #import "SPTAppRemoteTrack.h"
24
- #import "SPTAppRemoteUserAPI.h"
25
- #import "SPTAppRemoteUserCapabilities.h"
26
- #import "SPTConfiguration.h"
27
-
28
- #endif /* _SPOTIFYAPPREMOTE_ */
@@ -1,7 +0,0 @@
1
- #ifndef _SPOTIFYIOS_
2
- #define _SPOTIFYIOS_
3
-
4
- #import "SPTLogin.h"
5
- #import "SpotifyAppRemote.h"
6
-
7
- #endif /* _SPOTIFYIOS_ */
@@ -1,5 +0,0 @@
1
- framework module SpotifyiOS {
2
- umbrella header "SpotifyiOS.h"
3
- export *
4
- module * { export * }
5
- }
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>NSPrivacyCollectedDataTypes</key>
6
- <array/>
7
- <key>NSPrivacyAccessedAPITypes</key>
8
- <array/>
9
- <key>NSPrivacyTrackingDomains</key>
10
- <array/>
11
- <key>NSPrivacyTracking</key>
12
- <false/>
13
- </dict>
14
- </plist>