This repository was archived by the owner on May 21, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -5846,13 +5846,11 @@ RNBRemote::HandlePacket_qProcessInfo (const char *p)
5846
5846
DNBLogThreadedIf (LOG_RNB_PROC, " LC_VERSION_MIN_MACOSX -> 'ostype:macosx;'" );
5847
5847
break ;
5848
5848
5849
- #if defined (DT_VARIANT_PONDEROSA) || TARGET_OS_TV == 1
5850
5849
case LC_VERSION_MIN_TVOS:
5851
5850
os_handled = true ;
5852
5851
rep << " ostype:tvos;" ;
5853
5852
DNBLogThreadedIf (LOG_RNB_PROC, " LC_VERSION_MIN_TVOS -> 'ostype:tvos;'" );
5854
5853
break ;
5855
- #endif
5856
5854
5857
5855
case LC_VERSION_MIN_WATCHOS:
5858
5856
os_handled = true ;
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
4
<dict >
5
- <key >com.apple.springboard.debugapplications </key >
6
- <true />
7
- <key >com.apple.backboardd.launchapplications </key >
8
- <true />
9
- <key >com.apple.backboardd.debugapplications </key >
10
- <true />
5
+ <key >com.apple.springboard.debugapplications </key >
6
+ <true />
7
+ <key >com.apple.backboardd.launchapplications </key >
8
+ <true />
9
+ <key >com.apple.backboardd.debugapplications </key >
10
+ <true />
11
11
<key >com.apple.frontboard.launchapplications </key >
12
12
<true />
13
13
<key >com.apple.frontboard.debugapplications </key >
14
14
<true />
15
- <key >run-unsigned-code </key >
16
- <true />
17
- <key >seatbelt-profiles </key >
18
- <array >
19
- <string >debugserver </string >
20
- </array >
15
+ <key >run-unsigned-code </key >
16
+ <true />
17
+ <key >seatbelt-profiles </key >
18
+ <array >
19
+ <string >debugserver </string >
20
+ </array >
21
21
<key >com.apple.diagnosticd.diagnostic </key >
22
22
<true />
23
23
<key >com.apple.security.network.server </key >
You can’t perform that action at this time.
0 commit comments