소스 검색

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>