simlaunch
simlaunch copied to clipboard
GUI Mac Wrapper for iPhone Simulator Binaries.
The error while building from sources: `'SenTestingKit/SenTestingKit.h' file not found` SenTest is deprecated in new XCode versions. Should it be upgraded to XCTest?
can you make the simlaunch support command line?
Since updating to XCode 6, I've been unable to launch previous versions of my apps bundled with simlaunch and unable to create new bundles. Looks like XCode restructured the iOS...
It can be helpful to load and test the app in different simulator versions. For example, `open bundle.app --args iphonesimulator7.0`
I'm trying to figure out if its possible to run more than one simulator process... I tried to run class-dump on SimulatorHost (/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/SimulatorHost.framework/Versions/A/SimulatorHost) but I don't really have an idea...