소스 검색

bring app to foreground when playback is started from watch

Tobias Conradi 10 년 전
부모
커밋
06bf157c84
2개의 변경된 파일15개의 추가작업 그리고 4개의 파일을 삭제
  1. 13 4
      Sources/VLCAppDelegate.m
  2. 2 0
      Sources/VLCConstants.h

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 13 - 4
Sources/VLCAppDelegate.m


+ 2 - 0
Sources/VLCConstants.h

@@ -53,6 +53,8 @@
 #define kVLCSettingPlaybackForwardSkipLengthDefaultValue @(60)
 #define kVLCSettingPlaybackBackwardSkipLength @"playback-forward-skip-length"
 #define kVLCSettingPlaybackBackwardSkipLengthDefaultValue @(60)
+#define kVLCSettingOpenAppForPlayback @"open-app-for-playback"
+#define kVLCSettingOpenAppForPlaybackDefaultValue @YES
 
 #define kVLCShowRemainingTime @"show-remaining-time"
 #define kVLCRecentURLs @"recent-urls"