Explorar el Código

feat:后台播放能力

kailen hace 2 meses
padre
commit
cae2e3d620
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      TSLiveWallpaper/Info.plist

+ 4 - 0
TSLiveWallpaper/Info.plist

@@ -9,5 +9,9 @@
 		<key>NSAllowsArbitraryLoads</key>
 		<true/>
 	</dict>
+	<key>UIBackgroundModes</key>
+	<array>
+		<string>audio</string>
+	</array>
 </dict>
 </plist>