@wwdrew/expo-spotify-sdk 0.3.1 → 0.4.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 (97) hide show
  1. package/README.md +36 -3
  2. package/build/ExpoSpotifySDK.types.d.ts +0 -1
  3. package/build/ExpoSpotifySDK.types.d.ts.map +1 -1
  4. package/build/ExpoSpotifySDK.types.js.map +1 -1
  5. package/external/android/SpotifySDK/auth-lib/spotify-auth-release-2.1.0.aar +0 -0
  6. package/ios/ExpoSpotifySDKModule.swift +1 -3
  7. package/ios/ExpoSpotifySessionManager.swift +3 -3
  8. package/ios/SpotifySDK/SpotifyiOS.xcframework/Info.plist +9 -5
  9. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemote.h +14 -10
  10. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTAppRemoteContentItem.h +3 -0
  11. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SPTSessionManager.h +3 -13
  12. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers/SpotifyAppRemote.h +2 -0
  13. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Info.plist +0 -0
  14. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Modules/module.modulemap +1 -1
  15. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/PrivacyInfo.xcprivacy +14 -0
  16. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/SpotifyiOS +0 -0
  17. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemote.h +14 -10
  18. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteContentItem.h +3 -0
  19. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTSessionManager.h +3 -13
  20. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SpotifyAppRemote.h +2 -0
  21. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Info.plist +0 -0
  22. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Modules/module.modulemap +1 -1
  23. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/PrivacyInfo.xcprivacy +14 -0
  24. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/SpotifyiOS +0 -0
  25. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/_CodeSignature/CodeResources +20 -133
  26. package/package.json +4 -3
  27. package/plugin/build/android/withSpotifyAndroidAppBuildGradle.js +18 -2
  28. package/plugin/build/index.js +2 -2
  29. package/plugin/build/ios/{withSpotifyConfigIOS.d.ts → withSpotifyConfigValues.d.ts} +1 -1
  30. package/plugin/build/ios/{withSpotifyConfigIOS.js → withSpotifyConfigValues.js} +3 -3
  31. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemote.h +0 -240
  32. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteAlbum.h +0 -18
  33. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteArtist.h +0 -18
  34. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteCommon.h +0 -36
  35. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteConnectionParams.h +0 -65
  36. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteContentAPI.h +0 -75
  37. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteContentItem.h +0 -43
  38. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteCrossfadeState.h +0 -18
  39. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteImageAPI.h +0 -25
  40. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteImageRepresentable.h +0 -16
  41. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteLibraryState.h +0 -19
  42. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackOptions.h +0 -32
  43. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackRestrictions.h +0 -32
  44. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemotePlayerAPI.h +0 -262
  45. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemotePlayerState.h +0 -40
  46. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemotePodcastPlaybackSpeed.h +0 -15
  47. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteTrack.h +0 -47
  48. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteUserAPI.h +0 -103
  49. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTAppRemoteUserCapabilities.h +0 -15
  50. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTConfiguration.h +0 -63
  51. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTError.h +0 -33
  52. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTLogin.h +0 -10
  53. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTMacros.h +0 -89
  54. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTScope.h +0 -68
  55. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTSession.h +0 -32
  56. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SPTSessionManager.h +0 -140
  57. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SpotifyAppRemote.h +0 -30
  58. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Headers/SpotifyiOS.h +0 -7
  59. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Info.plist +0 -0
  60. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/Modules/module.modulemap +0 -6
  61. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_armv7/SpotifyiOS.framework/SpotifyiOS +0 -0
  62. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemote.h +0 -240
  63. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteAlbum.h +0 -18
  64. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteArtist.h +0 -18
  65. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteCommon.h +0 -36
  66. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteConnectionParams.h +0 -65
  67. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteContentAPI.h +0 -75
  68. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteContentItem.h +0 -43
  69. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteCrossfadeState.h +0 -18
  70. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteImageAPI.h +0 -25
  71. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteImageRepresentable.h +0 -16
  72. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteLibraryState.h +0 -19
  73. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackOptions.h +0 -32
  74. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlaybackRestrictions.h +0 -32
  75. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlayerAPI.h +0 -262
  76. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePlayerState.h +0 -40
  77. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemotePodcastPlaybackSpeed.h +0 -15
  78. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteTrack.h +0 -47
  79. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteUserAPI.h +0 -103
  80. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteUserCapabilities.h +0 -15
  81. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTConfiguration.h +0 -63
  82. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTError.h +0 -33
  83. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTLogin.h +0 -10
  84. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTMacros.h +0 -89
  85. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTScope.h +0 -68
  86. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTSession.h +0 -32
  87. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SPTSessionManager.h +0 -140
  88. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SpotifyAppRemote.h +0 -30
  89. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Headers/SpotifyiOS.h +0 -7
  90. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Info.plist +0 -0
  91. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/Modules/module.modulemap +0 -6
  92. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/SpotifyiOS +0 -0
  93. package/ios/SpotifySDK/SpotifyiOS.xcframework/ios-arm64_i386_x86_64-simulator/SpotifyiOS.framework/_CodeSignature/CodeResources +0 -537
  94. package/plugin/build/android/withSpotifyConfigAndroid.d.ts +0 -3
  95. package/plugin/build/android/withSpotifyConfigAndroid.js +0 -16
  96. package/plugin/build/withSpotifyConfig.d.ts +0 -3
  97. package/plugin/build/withSpotifyConfig.js +0 -11
@@ -1,537 +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>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>
@@ -1,3 +0,0 @@
1
- import { ConfigPlugin } from "@expo/config-plugins";
2
- import { SpotifyConfig } from "../types";
3
- export declare const withSpotifyConfigAndroid: ConfigPlugin<SpotifyConfig>;
@@ -1,16 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.withSpotifyConfigAndroid = void 0;
4
- const config_plugins_1 = require("@expo/config-plugins");
5
- const formatAndroidKeys = (string) => {
6
- return "Spotify" + string.charAt(0).toUpperCase() + string.slice(1);
7
- };
8
- const withSpotifyConfigAndroid = (config, spotifyConfig) => {
9
- return (0, config_plugins_1.withAndroidManifest)(config, (config) => {
10
- Object.entries(spotifyConfig).forEach(([key, value]) => {
11
- config_plugins_1.AndroidConfig.Manifest.addMetaDataItemToMainApplication(config_plugins_1.AndroidConfig.Manifest.getMainApplicationOrThrow(config.modResults), formatAndroidKeys(key), String(Array.isArray(value) ? value.join(" ") : value));
12
- });
13
- return config;
14
- });
15
- };
16
- exports.withSpotifyConfigAndroid = withSpotifyConfigAndroid;
@@ -1,3 +0,0 @@
1
- import { ConfigPlugin } from "@expo/config-plugins";
2
- import { SpotifyConfig } from "./types";
3
- export declare const withSpotifyConfig: ConfigPlugin<SpotifyConfig>;
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.withSpotifyConfig = void 0;
4
- const withSpotifyConfigAndroid_1 = require("./android/withSpotifyConfigAndroid");
5
- const withSpotifyConfigIOS_1 = require("./ios/withSpotifyConfigIOS");
6
- const withSpotifyConfig = (config, spotifyConfig) => {
7
- config = (0, withSpotifyConfigAndroid_1.withSpotifyConfigAndroid)(config, spotifyConfig);
8
- config = (0, withSpotifyConfigIOS_1.withSpotifyConfigIOS)(config, spotifyConfig);
9
- return config;
10
- };
11
- exports.withSpotifyConfig = withSpotifyConfig;