瀏覽代碼

feat:后台播放能力

kailen 2 月之前
父節點
當前提交
cae2e3d620
共有 1 個文件被更改,包括 4 次插入0 次删除
  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>