File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed
applesimutils.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 2727 selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
2828 selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
2929 shouldUseLaunchSchemeArgsEnv = " YES" >
30- <Testables >
31- </Testables >
3230 <MacroExpansion >
3331 <BuildableReference
3432 BuildableIdentifier = " primary"
3836 ReferencedContainer = " container:applesimutils.xcodeproj" >
3937 </BuildableReference >
4038 </MacroExpansion >
41- <AdditionalOptions >
42- </AdditionalOptions >
39+ <Testables >
40+ </Testables >
4341 </TestAction >
4442 <LaunchAction
4543 buildConfiguration = " Debug"
6765 isEnabled = " NO" >
6866 </CommandLineArgument >
6967 <CommandLineArgument
70- argument = " --byId " 81D58764-BF68-4B18-BECD-BE407B921693 " "
68+ argument = " --byId " 3C331CD3-736F-4EC4-932D-288FCF5C8924 " "
7169 isEnabled = " NO" >
7270 </CommandLineArgument >
7371 <CommandLineArgument
7472 argument = " --byType " iPhone Xs Max" "
75- isEnabled = " YES " >
73+ isEnabled = " NO " >
7674 </CommandLineArgument >
7775 <CommandLineArgument
7876 argument = " --byOS " 12.2" "
79- isEnabled = " YES " >
77+ isEnabled = " NO " >
8078 </CommandLineArgument >
8179 <CommandLineArgument
8280 argument = " --byName " iPhone 8 Plus" "
8381 isEnabled = " NO" >
8482 </CommandLineArgument >
8583 <CommandLineArgument
8684 argument = " --bundle " com.wix.PermissionsTest" "
87- isEnabled = " YES " >
85+ isEnabled = " NO " >
8886 </CommandLineArgument >
8987 <CommandLineArgument
9088 argument = " --clearKeychain"
9694 </CommandLineArgument >
9795 <CommandLineArgument
9896 argument = " --setPermissions " location=never, notifications=YES" "
99- isEnabled = " YES " >
97+ isEnabled = " NO " >
10098 </CommandLineArgument >
10199 <CommandLineArgument
102100 argument = " --list " iPhone 8 Plus, OS=iOS 11.0" "
103101 isEnabled = " NO" >
104102 </CommandLineArgument >
105103 <CommandLineArgument
106104 argument = " --list"
107- isEnabled = " NO " >
105+ isEnabled = " YES " >
108106 </CommandLineArgument >
109107 <CommandLineArgument
110108 argument = " --restartSB"
131129 isEnabled = " NO" >
132130 </CommandLineArgument >
133131 </CommandLineArguments >
134- <AdditionalOptions >
135- </AdditionalOptions >
136132 </LaunchAction >
137133 <ProfileAction
138134 buildConfiguration = " Release"
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ static void restartSpringBoard(NSString* simulatorId)
8989 deviceTypeMaps[obj[@" identifier" ]] = obj;
9090 }];
9191
92- NSPredicate * availabilityPredicate = [NSPredicate predicateWithFormat: @" availability == \" (available)\" OR isAvailable == \" YES \" " ];
92+ NSPredicate * availabilityPredicate = [NSPredicate predicateWithFormat: @" availability == \" (available)\" OR isAvailable == \" YES \" OR isAvailable == 1 " ];
9393
9494 NSArray * runtimes = [list[@" runtimes" ] filteredArrayUsingPredicate: availabilityPredicate];
9595 NSDictionary * devices = list[@" devices" ];
You can’t perform that action at this time.
0 commit comments