Sfoglia il codice sorgente

feat:后台播放能力

kailen 2 mesi fa
parent
commit
cae2e3d620
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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>