瀏覽代碼

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 kVLCSettingPlaybackForwardSkipLengthDefaultValue @(60)
 #define kVLCSettingPlaybackBackwardSkipLength @"playback-forward-skip-length"
 #define kVLCSettingPlaybackBackwardSkipLength @"playback-forward-skip-length"
 #define kVLCSettingPlaybackBackwardSkipLengthDefaultValue @(60)
 #define kVLCSettingPlaybackBackwardSkipLengthDefaultValue @(60)
+#define kVLCSettingOpenAppForPlayback @"open-app-for-playback"
+#define kVLCSettingOpenAppForPlaybackDefaultValue @YES
 
 
 #define kVLCShowRemainingTime @"show-remaining-time"
 #define kVLCShowRemainingTime @"show-remaining-time"
 #define kVLCRecentURLs @"recent-urls"
 #define kVLCRecentURLs @"recent-urls"