@wwdrew/expo-spotify-sdk 0.1.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 (177) hide show
  1. package/LICENSE +3 -0
  2. package/README.md +113 -0
  3. package/app.plugin.js +1 -0
  4. package/build/ExpoSpotifySDK.types.d.ts +4 -0
  5. package/build/ExpoSpotifySDK.types.d.ts.map +1 -0
  6. package/build/ExpoSpotifySDK.types.js +2 -0
  7. package/build/ExpoSpotifySDK.types.js.map +1 -0
  8. package/build/ExpoSpotifySDKModule.d.ts +3 -0
  9. package/build/ExpoSpotifySDKModule.d.ts.map +1 -0
  10. package/build/ExpoSpotifySDKModule.js +5 -0
  11. package/build/ExpoSpotifySDKModule.js.map +1 -0
  12. package/build/ExpoSpotifySDKModule.web.d.ts +7 -0
  13. package/build/ExpoSpotifySDKModule.web.d.ts.map +1 -0
  14. package/build/ExpoSpotifySDKModule.web.js +12 -0
  15. package/build/ExpoSpotifySDKModule.web.js.map +1 -0
  16. package/build/index.d.ts +13 -0
  17. package/build/index.d.ts.map +1 -0
  18. package/build/index.js +12 -0
  19. package/build/index.js.map +1 -0
  20. package/expo-module.config.json +10 -0
  21. package/ios/ExpoSpotifyAuthDelegate.swift +11 -0
  22. package/ios/ExpoSpotifyConfiguration.swift +25 -0
  23. package/ios/ExpoSpotifySDK.podspec +30 -0
  24. package/ios/ExpoSpotifySDKModule.swift +32 -0
  25. package/ios/ExpoSpotifySessionManager+SessionManagerDelegate.swift +16 -0
  26. package/ios/ExpoSpotifySessionManager.swift +82 -0
  27. package/ios/SPTScopeSerializer.swift +44 -0
  28. package/ios/SpotifySDK/Licenses/MPMessagePack-LICENSE.md +20 -0
  29. package/ios/SpotifySDK/SpotifyiOS.xcframework/Info.plist +40 -0
  30. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemote.h +281 -0
  31. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteAlbum.h +18 -0
  32. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteArtist.h +18 -0
  33. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteCommon.h +36 -0
  34. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteConnectionParams.h +65 -0
  35. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteConnectivityAPI.h +54 -0
  36. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteConnectivityState.h +15 -0
  37. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteContentAPI.h +76 -0
  38. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteContentItem.h +46 -0
  39. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteCrossfadeState.h +18 -0
  40. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteImageAPI.h +25 -0
  41. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteImageRepresentable.h +16 -0
  42. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteLibraryState.h +19 -0
  43. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackOptions.h +32 -0
  44. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackRestrictions.h +32 -0
  45. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemotePlayerAPI.h +262 -0
  46. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemotePlayerState.h +40 -0
  47. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemotePodcastPlaybackSpeed.h +15 -0
  48. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteTrack.h +52 -0
  49. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteUserAPI.h +103 -0
  50. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteUserCapabilities.h +15 -0
  51. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTConfiguration.h +66 -0
  52. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTError.h +33 -0
  53. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTLogin.h +10 -0
  54. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTMacros.h +89 -0
  55. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTScope.h +71 -0
  56. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTSession.h +32 -0
  57. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTSessionManager.h +140 -0
  58. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SpotifyAppRemote.h +30 -0
  59. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SpotifyiOS.h +7 -0
  60. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Info.plist +0 -0
  61. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Modules/module.modulemap +6 -0
  62. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/SpotifyiOS +0 -0
  63. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemote.h +240 -0
  64. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteAlbum.h +18 -0
  65. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteArtist.h +18 -0
  66. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteCommon.h +36 -0
  67. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteConnectionParams.h +65 -0
  68. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteContentAPI.h +75 -0
  69. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteContentItem.h +43 -0
  70. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteCrossfadeState.h +18 -0
  71. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteImageAPI.h +25 -0
  72. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteImageRepresentable.h +16 -0
  73. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteLibraryState.h +19 -0
  74. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackOptions.h +32 -0
  75. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackRestrictions.h +32 -0
  76. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemotePlayerAPI.h +262 -0
  77. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemotePlayerState.h +40 -0
  78. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemotePodcastPlaybackSpeed.h +15 -0
  79. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteTrack.h +47 -0
  80. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteUserAPI.h +103 -0
  81. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteUserCapabilities.h +15 -0
  82. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTConfiguration.h +63 -0
  83. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTError.h +33 -0
  84. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTLogin.h +10 -0
  85. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTMacros.h +89 -0
  86. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTScope.h +68 -0
  87. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTSession.h +32 -0
  88. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTSessionManager.h +140 -0
  89. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SpotifyAppRemote.h +30 -0
  90. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SpotifyiOS.h +7 -0
  91. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Info.plist +0 -0
  92. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Modules/module.modulemap +6 -0
  93. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/SpotifyiOS +0 -0
  94. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemote.h +240 -0
  95. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteAlbum.h +18 -0
  96. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteArtist.h +18 -0
  97. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteCommon.h +36 -0
  98. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteConnectionParams.h +65 -0
  99. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteContentAPI.h +75 -0
  100. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteContentItem.h +43 -0
  101. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteCrossfadeState.h +18 -0
  102. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteImageAPI.h +25 -0
  103. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteImageRepresentable.h +16 -0
  104. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteLibraryState.h +19 -0
  105. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackOptions.h +32 -0
  106. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackRestrictions.h +32 -0
  107. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlayerAPI.h +262 -0
  108. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlayerState.h +40 -0
  109. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePodcastPlaybackSpeed.h +15 -0
  110. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteTrack.h +47 -0
  111. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteUserAPI.h +103 -0
  112. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteUserCapabilities.h +15 -0
  113. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTConfiguration.h +63 -0
  114. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTError.h +33 -0
  115. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTLogin.h +10 -0
  116. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTMacros.h +89 -0
  117. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTScope.h +68 -0
  118. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTSession.h +32 -0
  119. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTSessionManager.h +140 -0
  120. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SpotifyAppRemote.h +30 -0
  121. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SpotifyiOS.h +7 -0
  122. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Info.plist +0 -0
  123. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Modules/module.modulemap +6 -0
  124. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/SpotifyiOS +0 -0
  125. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/_CodeSignature/CodeResources +537 -0
  126. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemote.h +281 -0
  127. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteAlbum.h +18 -0
  128. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteArtist.h +18 -0
  129. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteCommon.h +36 -0
  130. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteConnectionParams.h +65 -0
  131. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteConnectivityAPI.h +54 -0
  132. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteConnectivityState.h +15 -0
  133. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteContentAPI.h +76 -0
  134. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteContentItem.h +46 -0
  135. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteCrossfadeState.h +18 -0
  136. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteImageAPI.h +25 -0
  137. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteImageRepresentable.h +16 -0
  138. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteLibraryState.h +19 -0
  139. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackOptions.h +32 -0
  140. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackRestrictions.h +32 -0
  141. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlayerAPI.h +262 -0
  142. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlayerState.h +40 -0
  143. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePodcastPlaybackSpeed.h +15 -0
  144. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteTrack.h +52 -0
  145. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteUserAPI.h +103 -0
  146. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteUserCapabilities.h +15 -0
  147. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTConfiguration.h +66 -0
  148. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTError.h +33 -0
  149. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTLogin.h +10 -0
  150. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTMacros.h +89 -0
  151. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTScope.h +71 -0
  152. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTSession.h +32 -0
  153. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTSessionManager.h +140 -0
  154. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SpotifyAppRemote.h +30 -0
  155. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SpotifyiOS.h +7 -0
  156. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Info.plist +0 -0
  157. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Modules/module.modulemap +6 -0
  158. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/SpotifyiOS +0 -0
  159. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/_CodeSignature/CodeResources +567 -0
  160. package/package.json +58 -0
  161. package/plugin/build/android/withSpotifyAndroidAppBuildGradle.d.ts +3 -0
  162. package/plugin/build/android/withSpotifyAndroidAppBuildGradle.js +16 -0
  163. package/plugin/build/android/withSpotifyConfigAndroid.d.ts +3 -0
  164. package/plugin/build/android/withSpotifyConfigAndroid.js +16 -0
  165. package/plugin/build/index.d.ts +4 -0
  166. package/plugin/build/index.js +24 -0
  167. package/plugin/build/ios/withSpotifyConfigIOS.d.ts +3 -0
  168. package/plugin/build/ios/withSpotifyConfigIOS.js +16 -0
  169. package/plugin/build/ios/withSpotifyQueryScheme.d.ts +3 -0
  170. package/plugin/build/ios/withSpotifyQueryScheme.js +15 -0
  171. package/plugin/build/ios/withSpotifyURLScheme.d.ts +3 -0
  172. package/plugin/build/ios/withSpotifyURLScheme.js +19 -0
  173. package/plugin/build/types.d.ts +8 -0
  174. package/plugin/build/types.js +21 -0
  175. package/plugin/build/withSpotifyConfig.d.ts +3 -0
  176. package/plugin/build/withSpotifyConfig.js +11 -0
  177. package/server.js +93 -0
@@ -0,0 +1,537 @@
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>files</key>
6
+ <dict>
7
+ <key>Headers/SPTAppRemote.h</key>
8
+ <data>
9
+ BY0C3eveaM2SNhWS6Yv0EjLFmsI=
10
+ </data>
11
+ <key>Headers/SPTAppRemoteAlbum.h</key>
12
+ <data>
13
+ Lu2h8RV/1rCYVe0UeVYTpq08R0s=
14
+ </data>
15
+ <key>Headers/SPTAppRemoteArtist.h</key>
16
+ <data>
17
+ tE8Iok89gLPlWD3mhRcBWnvJ7LM=
18
+ </data>
19
+ <key>Headers/SPTAppRemoteCommon.h</key>
20
+ <data>
21
+ CpelKULwWd0nTTZbrWggK9Wh1Sk=
22
+ </data>
23
+ <key>Headers/SPTAppRemoteConnectionParams.h</key>
24
+ <data>
25
+ 5Q+ZskgYeMEl9/QUrJEGrIOt/qU=
26
+ </data>
27
+ <key>Headers/SPTAppRemoteContentAPI.h</key>
28
+ <data>
29
+ 7crYTalzouzt4j8V7d9rAN85r30=
30
+ </data>
31
+ <key>Headers/SPTAppRemoteContentItem.h</key>
32
+ <data>
33
+ FAxpV/x+WQlB4LtkLJ1unOt175s=
34
+ </data>
35
+ <key>Headers/SPTAppRemoteCrossfadeState.h</key>
36
+ <data>
37
+ USFdXS57TktpjTBwfq4MRMR5AR8=
38
+ </data>
39
+ <key>Headers/SPTAppRemoteImageAPI.h</key>
40
+ <data>
41
+ cFwXJG6kY/Wp9abR7/JSlGRjVhU=
42
+ </data>
43
+ <key>Headers/SPTAppRemoteImageRepresentable.h</key>
44
+ <data>
45
+ ciJ5/qk+pvsaWmK/Htwzo8VWV+I=
46
+ </data>
47
+ <key>Headers/SPTAppRemoteLibraryState.h</key>
48
+ <data>
49
+ SVMsqEYwTZpjyW7aoWdcj/WlP7k=
50
+ </data>
51
+ <key>Headers/SPTAppRemotePlaybackOptions.h</key>
52
+ <data>
53
+ pvw2bdL4fv6RTSBuMCc9K5QevCQ=
54
+ </data>
55
+ <key>Headers/SPTAppRemotePlaybackRestrictions.h</key>
56
+ <data>
57
+ ALUn1+dXGFf0AEY4mWOSFz4F3qg=
58
+ </data>
59
+ <key>Headers/SPTAppRemotePlayerAPI.h</key>
60
+ <data>
61
+ krhVrXqBo4Nh4YXRuHZURfKclEE=
62
+ </data>
63
+ <key>Headers/SPTAppRemotePlayerState.h</key>
64
+ <data>
65
+ 0nUxiikB1mLHRqFJodmtSGL1hqo=
66
+ </data>
67
+ <key>Headers/SPTAppRemotePodcastPlaybackSpeed.h</key>
68
+ <data>
69
+ buVPJyc1tr0zVzlF8BxtP1fmG2s=
70
+ </data>
71
+ <key>Headers/SPTAppRemoteTrack.h</key>
72
+ <data>
73
+ WDRjau7eOpSMk94I3bQO1cY2RnY=
74
+ </data>
75
+ <key>Headers/SPTAppRemoteUserAPI.h</key>
76
+ <data>
77
+ Nx9BT2RUnNxeJaqzKxjk26ltyM4=
78
+ </data>
79
+ <key>Headers/SPTAppRemoteUserCapabilities.h</key>
80
+ <data>
81
+ On4cqNDucPiWZnxsw2L7e02TifQ=
82
+ </data>
83
+ <key>Headers/SPTConfiguration.h</key>
84
+ <data>
85
+ LuqK7J1QeVIf0mOTnhCrxYwdTZA=
86
+ </data>
87
+ <key>Headers/SPTError.h</key>
88
+ <data>
89
+ Kj+zm7PGIYwZLO3nL5NfqmfXVXk=
90
+ </data>
91
+ <key>Headers/SPTLogin.h</key>
92
+ <data>
93
+ ZPUkIqDFb0qI+2kxt9cwkiviDko=
94
+ </data>
95
+ <key>Headers/SPTMacros.h</key>
96
+ <data>
97
+ 2idMsqzDSas1N9J6xTuIf5w7ozI=
98
+ </data>
99
+ <key>Headers/SPTScope.h</key>
100
+ <data>
101
+ iFfEW9tIEAypMG/seew58fS1z/E=
102
+ </data>
103
+ <key>Headers/SPTSession.h</key>
104
+ <data>
105
+ tlKyXr4cYHsmCVT1Pirrn7YD35M=
106
+ </data>
107
+ <key>Headers/SPTSessionManager.h</key>
108
+ <data>
109
+ evF+aCKdg+ryTNUXk5Eik/6MNOk=
110
+ </data>
111
+ <key>Headers/SpotifyAppRemote.h</key>
112
+ <data>
113
+ TCwc+uBsEd4YUZOvpso42XL5VyQ=
114
+ </data>
115
+ <key>Headers/SpotifyiOS.h</key>
116
+ <data>
117
+ q2AWpJkisBaRyAAIh23bnigAQec=
118
+ </data>
119
+ <key>Info.plist</key>
120
+ <data>
121
+ A4f7g8WVCW7YQs/5KyjvjITx82o=
122
+ </data>
123
+ <key>Modules/module.modulemap</key>
124
+ <data>
125
+ XmNK41tuIV8BMkBFvu+R5IiJC6s=
126
+ </data>
127
+ </dict>
128
+ <key>files2</key>
129
+ <dict>
130
+ <key>Headers/SPTAppRemote.h</key>
131
+ <dict>
132
+ <key>hash</key>
133
+ <data>
134
+ BY0C3eveaM2SNhWS6Yv0EjLFmsI=
135
+ </data>
136
+ <key>hash2</key>
137
+ <data>
138
+ wSmXHK6P/6CpWE1gAR8RFFPhgP5/quPP1VaTUte2/28=
139
+ </data>
140
+ </dict>
141
+ <key>Headers/SPTAppRemoteAlbum.h</key>
142
+ <dict>
143
+ <key>hash</key>
144
+ <data>
145
+ Lu2h8RV/1rCYVe0UeVYTpq08R0s=
146
+ </data>
147
+ <key>hash2</key>
148
+ <data>
149
+ juYHeLMlaqhRmfOQgyPv3+mqe19WB9c/yN9YhZmYkuw=
150
+ </data>
151
+ </dict>
152
+ <key>Headers/SPTAppRemoteArtist.h</key>
153
+ <dict>
154
+ <key>hash</key>
155
+ <data>
156
+ tE8Iok89gLPlWD3mhRcBWnvJ7LM=
157
+ </data>
158
+ <key>hash2</key>
159
+ <data>
160
+ 16uyxiFbm57Zbm6EvDLKut7wUBQYMY0gqsco8+e1EUQ=
161
+ </data>
162
+ </dict>
163
+ <key>Headers/SPTAppRemoteCommon.h</key>
164
+ <dict>
165
+ <key>hash</key>
166
+ <data>
167
+ CpelKULwWd0nTTZbrWggK9Wh1Sk=
168
+ </data>
169
+ <key>hash2</key>
170
+ <data>
171
+ w2tXhJ6V84gaIx/oufHMM0aVRj6s5J1qhoHN/N8dwKA=
172
+ </data>
173
+ </dict>
174
+ <key>Headers/SPTAppRemoteConnectionParams.h</key>
175
+ <dict>
176
+ <key>hash</key>
177
+ <data>
178
+ 5Q+ZskgYeMEl9/QUrJEGrIOt/qU=
179
+ </data>
180
+ <key>hash2</key>
181
+ <data>
182
+ YBy/6s0WAEfEy7DbEx+Y7Emavnp8+95MrmRfai1kCXI=
183
+ </data>
184
+ </dict>
185
+ <key>Headers/SPTAppRemoteContentAPI.h</key>
186
+ <dict>
187
+ <key>hash</key>
188
+ <data>
189
+ 7crYTalzouzt4j8V7d9rAN85r30=
190
+ </data>
191
+ <key>hash2</key>
192
+ <data>
193
+ gX9Ba2iaOG+0Ko0pGbNCxNMfz2Du3tAbUB2J0xXKKRY=
194
+ </data>
195
+ </dict>
196
+ <key>Headers/SPTAppRemoteContentItem.h</key>
197
+ <dict>
198
+ <key>hash</key>
199
+ <data>
200
+ FAxpV/x+WQlB4LtkLJ1unOt175s=
201
+ </data>
202
+ <key>hash2</key>
203
+ <data>
204
+ lqYeYzJrMm0aRD53TGZoVb+n7J1YQNMqTEALnQezuI4=
205
+ </data>
206
+ </dict>
207
+ <key>Headers/SPTAppRemoteCrossfadeState.h</key>
208
+ <dict>
209
+ <key>hash</key>
210
+ <data>
211
+ USFdXS57TktpjTBwfq4MRMR5AR8=
212
+ </data>
213
+ <key>hash2</key>
214
+ <data>
215
+ 06hbkMdjdn6+wjqoIYXh27mnu6W2fKZ6Q0LPUQ8I85M=
216
+ </data>
217
+ </dict>
218
+ <key>Headers/SPTAppRemoteImageAPI.h</key>
219
+ <dict>
220
+ <key>hash</key>
221
+ <data>
222
+ cFwXJG6kY/Wp9abR7/JSlGRjVhU=
223
+ </data>
224
+ <key>hash2</key>
225
+ <data>
226
+ IZe/KdziuyH++/XzVhual9PbJGOmoSITmoGzKUDXxm0=
227
+ </data>
228
+ </dict>
229
+ <key>Headers/SPTAppRemoteImageRepresentable.h</key>
230
+ <dict>
231
+ <key>hash</key>
232
+ <data>
233
+ ciJ5/qk+pvsaWmK/Htwzo8VWV+I=
234
+ </data>
235
+ <key>hash2</key>
236
+ <data>
237
+ gZBSnduQFKgPAyxGlhOITe/t2W4V3Wbn8s4rwLOfz+E=
238
+ </data>
239
+ </dict>
240
+ <key>Headers/SPTAppRemoteLibraryState.h</key>
241
+ <dict>
242
+ <key>hash</key>
243
+ <data>
244
+ SVMsqEYwTZpjyW7aoWdcj/WlP7k=
245
+ </data>
246
+ <key>hash2</key>
247
+ <data>
248
+ /eJQTzpaVEJiOoqG2rKbd+0WCitm5v/ii0bcBbF+bN8=
249
+ </data>
250
+ </dict>
251
+ <key>Headers/SPTAppRemotePlaybackOptions.h</key>
252
+ <dict>
253
+ <key>hash</key>
254
+ <data>
255
+ pvw2bdL4fv6RTSBuMCc9K5QevCQ=
256
+ </data>
257
+ <key>hash2</key>
258
+ <data>
259
+ 1G7XYL6zsUzdDiLHAk90M4xKRAsCcnG0anx7hJtBOIw=
260
+ </data>
261
+ </dict>
262
+ <key>Headers/SPTAppRemotePlaybackRestrictions.h</key>
263
+ <dict>
264
+ <key>hash</key>
265
+ <data>
266
+ ALUn1+dXGFf0AEY4mWOSFz4F3qg=
267
+ </data>
268
+ <key>hash2</key>
269
+ <data>
270
+ +N64MGaUhioHAEuekcSrvVl1FcxznUei5Yq1/KkNei0=
271
+ </data>
272
+ </dict>
273
+ <key>Headers/SPTAppRemotePlayerAPI.h</key>
274
+ <dict>
275
+ <key>hash</key>
276
+ <data>
277
+ krhVrXqBo4Nh4YXRuHZURfKclEE=
278
+ </data>
279
+ <key>hash2</key>
280
+ <data>
281
+ 6z0uDE9BpPOZKQnKlWPNWCwR/SI0sNAdsE9bBd8vBPM=
282
+ </data>
283
+ </dict>
284
+ <key>Headers/SPTAppRemotePlayerState.h</key>
285
+ <dict>
286
+ <key>hash</key>
287
+ <data>
288
+ 0nUxiikB1mLHRqFJodmtSGL1hqo=
289
+ </data>
290
+ <key>hash2</key>
291
+ <data>
292
+ 7Ll+4R7t6Q6NmK8hPnM9+eTrmWR1giwbO0tl3gNveGg=
293
+ </data>
294
+ </dict>
295
+ <key>Headers/SPTAppRemotePodcastPlaybackSpeed.h</key>
296
+ <dict>
297
+ <key>hash</key>
298
+ <data>
299
+ buVPJyc1tr0zVzlF8BxtP1fmG2s=
300
+ </data>
301
+ <key>hash2</key>
302
+ <data>
303
+ K6cJayK1RuCic1Fs7eLWuw6H0MhhoRWO7Qfvn4NOW0s=
304
+ </data>
305
+ </dict>
306
+ <key>Headers/SPTAppRemoteTrack.h</key>
307
+ <dict>
308
+ <key>hash</key>
309
+ <data>
310
+ WDRjau7eOpSMk94I3bQO1cY2RnY=
311
+ </data>
312
+ <key>hash2</key>
313
+ <data>
314
+ QU1VsUnhJm3i/WmNJkz+vHmQie59/P7wp1kSjbcp12E=
315
+ </data>
316
+ </dict>
317
+ <key>Headers/SPTAppRemoteUserAPI.h</key>
318
+ <dict>
319
+ <key>hash</key>
320
+ <data>
321
+ Nx9BT2RUnNxeJaqzKxjk26ltyM4=
322
+ </data>
323
+ <key>hash2</key>
324
+ <data>
325
+ yiNH5/0LbAAzz9keHljKZmNB59KJDN3RlsS0JX/Qqkw=
326
+ </data>
327
+ </dict>
328
+ <key>Headers/SPTAppRemoteUserCapabilities.h</key>
329
+ <dict>
330
+ <key>hash</key>
331
+ <data>
332
+ On4cqNDucPiWZnxsw2L7e02TifQ=
333
+ </data>
334
+ <key>hash2</key>
335
+ <data>
336
+ rgzoWbjiSQUKhTH4hzYJo1V4oOZ4xFWukaED0hRL7yw=
337
+ </data>
338
+ </dict>
339
+ <key>Headers/SPTConfiguration.h</key>
340
+ <dict>
341
+ <key>hash</key>
342
+ <data>
343
+ LuqK7J1QeVIf0mOTnhCrxYwdTZA=
344
+ </data>
345
+ <key>hash2</key>
346
+ <data>
347
+ Pg9vImF49Y6Iupk61IQ81Qdkj+yxGE7695nilzytepI=
348
+ </data>
349
+ </dict>
350
+ <key>Headers/SPTError.h</key>
351
+ <dict>
352
+ <key>hash</key>
353
+ <data>
354
+ Kj+zm7PGIYwZLO3nL5NfqmfXVXk=
355
+ </data>
356
+ <key>hash2</key>
357
+ <data>
358
+ I3Wuh5U8eLBeuTGWV/yJYUs5Atyxua9PVcNY/2cngUw=
359
+ </data>
360
+ </dict>
361
+ <key>Headers/SPTLogin.h</key>
362
+ <dict>
363
+ <key>hash</key>
364
+ <data>
365
+ ZPUkIqDFb0qI+2kxt9cwkiviDko=
366
+ </data>
367
+ <key>hash2</key>
368
+ <data>
369
+ 3ztxaTf7CakFIb3Taz03z0g6SIig46Typzij8SFOjhQ=
370
+ </data>
371
+ </dict>
372
+ <key>Headers/SPTMacros.h</key>
373
+ <dict>
374
+ <key>hash</key>
375
+ <data>
376
+ 2idMsqzDSas1N9J6xTuIf5w7ozI=
377
+ </data>
378
+ <key>hash2</key>
379
+ <data>
380
+ UnnsQX3ImXUW0a1tx8DJP31c400JMOqw3gBvpITN3ZQ=
381
+ </data>
382
+ </dict>
383
+ <key>Headers/SPTScope.h</key>
384
+ <dict>
385
+ <key>hash</key>
386
+ <data>
387
+ iFfEW9tIEAypMG/seew58fS1z/E=
388
+ </data>
389
+ <key>hash2</key>
390
+ <data>
391
+ 2x83huc3FGTHdYTQuV1/ZfJTn7nE2/7OjiCtxHcZHjA=
392
+ </data>
393
+ </dict>
394
+ <key>Headers/SPTSession.h</key>
395
+ <dict>
396
+ <key>hash</key>
397
+ <data>
398
+ tlKyXr4cYHsmCVT1Pirrn7YD35M=
399
+ </data>
400
+ <key>hash2</key>
401
+ <data>
402
+ vBWbY6+HvUhHlV9tJR+cTDCIm7PX7qYms/CZ4o6rdE8=
403
+ </data>
404
+ </dict>
405
+ <key>Headers/SPTSessionManager.h</key>
406
+ <dict>
407
+ <key>hash</key>
408
+ <data>
409
+ evF+aCKdg+ryTNUXk5Eik/6MNOk=
410
+ </data>
411
+ <key>hash2</key>
412
+ <data>
413
+ p/WBdGNx2Obgjj9TAAjhS6QP/j80z8ShuFmr6uQdNZA=
414
+ </data>
415
+ </dict>
416
+ <key>Headers/SpotifyAppRemote.h</key>
417
+ <dict>
418
+ <key>hash</key>
419
+ <data>
420
+ TCwc+uBsEd4YUZOvpso42XL5VyQ=
421
+ </data>
422
+ <key>hash2</key>
423
+ <data>
424
+ qmvRjoF49m2IoRzbsHDQHB2LJu8WgF14k9gGWPiBVvE=
425
+ </data>
426
+ </dict>
427
+ <key>Headers/SpotifyiOS.h</key>
428
+ <dict>
429
+ <key>hash</key>
430
+ <data>
431
+ q2AWpJkisBaRyAAIh23bnigAQec=
432
+ </data>
433
+ <key>hash2</key>
434
+ <data>
435
+ w/SJykKvp2r09Ybp14YnSuITltaCZXKnBTWeQ1NILHM=
436
+ </data>
437
+ </dict>
438
+ <key>Modules/module.modulemap</key>
439
+ <dict>
440
+ <key>hash</key>
441
+ <data>
442
+ XmNK41tuIV8BMkBFvu+R5IiJC6s=
443
+ </data>
444
+ <key>hash2</key>
445
+ <data>
446
+ geE0H7wPQlfolmnYAJkb+uT3V9APuwa2AmaouUqjmWQ=
447
+ </data>
448
+ </dict>
449
+ </dict>
450
+ <key>rules</key>
451
+ <dict>
452
+ <key>^.*</key>
453
+ <true/>
454
+ <key>^.*\.lproj/</key>
455
+ <dict>
456
+ <key>optional</key>
457
+ <true/>
458
+ <key>weight</key>
459
+ <real>1000</real>
460
+ </dict>
461
+ <key>^.*\.lproj/locversion.plist$</key>
462
+ <dict>
463
+ <key>omit</key>
464
+ <true/>
465
+ <key>weight</key>
466
+ <real>1100</real>
467
+ </dict>
468
+ <key>^Base\.lproj/</key>
469
+ <dict>
470
+ <key>weight</key>
471
+ <real>1010</real>
472
+ </dict>
473
+ <key>^version.plist$</key>
474
+ <true/>
475
+ </dict>
476
+ <key>rules2</key>
477
+ <dict>
478
+ <key>.*\.dSYM($|/)</key>
479
+ <dict>
480
+ <key>weight</key>
481
+ <real>11</real>
482
+ </dict>
483
+ <key>^(.*/)?\.DS_Store$</key>
484
+ <dict>
485
+ <key>omit</key>
486
+ <true/>
487
+ <key>weight</key>
488
+ <real>2000</real>
489
+ </dict>
490
+ <key>^.*</key>
491
+ <true/>
492
+ <key>^.*\.lproj/</key>
493
+ <dict>
494
+ <key>optional</key>
495
+ <true/>
496
+ <key>weight</key>
497
+ <real>1000</real>
498
+ </dict>
499
+ <key>^.*\.lproj/locversion.plist$</key>
500
+ <dict>
501
+ <key>omit</key>
502
+ <true/>
503
+ <key>weight</key>
504
+ <real>1100</real>
505
+ </dict>
506
+ <key>^Base\.lproj/</key>
507
+ <dict>
508
+ <key>weight</key>
509
+ <real>1010</real>
510
+ </dict>
511
+ <key>^Info\.plist$</key>
512
+ <dict>
513
+ <key>omit</key>
514
+ <true/>
515
+ <key>weight</key>
516
+ <real>20</real>
517
+ </dict>
518
+ <key>^PkgInfo$</key>
519
+ <dict>
520
+ <key>omit</key>
521
+ <true/>
522
+ <key>weight</key>
523
+ <real>20</real>
524
+ </dict>
525
+ <key>^embedded\.provisionprofile$</key>
526
+ <dict>
527
+ <key>weight</key>
528
+ <real>20</real>
529
+ </dict>
530
+ <key>^version\.plist$</key>
531
+ <dict>
532
+ <key>weight</key>
533
+ <real>20</real>
534
+ </dict>
535
+ </dict>
536
+ </dict>
537
+ </plist>