idb/FBSimulatorControl.xcodeproj
Lawrence Lomax 6477f0de87 Use Unisgned Integer (unsigned long long) for enumerations
Summary: `FBSimulatorState` puports to mirror the values of `CoreSimulator` but this isn't completely true as there is a difference in signedness. The dissasembly for CoreSimulator shows the `Invalid` state as being anything greater than `0x4` rather than `-1`. This means that Index Sets can be used as a more efficient way of storing collections of enumerated types, since the states can't be stored in a bitmask.

Reviewed By: marekcirkos

Differential Revision: D3184146

fb-gh-sync-id: 1ffe744611da91cb224b5c9b4cec6d8b9acfd408
fbshipit-source-id: 1ffe744611da91cb224b5c9b4cec6d8b9acfd408
2016-04-18 02:50:23 -07:00
..
project.xcworkspace Initial Commit 🚀 2015-09-10 08:43:52 -07:00
xcshareddata/xcschemes Connect FBSimulatorBridge for Simulator.app launches 2016-03-31 03:35:31 -07:00
project.pbxproj Use Unisgned Integer (unsigned long long) for enumerations 2016-04-18 02:50:23 -07:00