Hey there,
Good job getting appium ready for iOS 8.2 questions.
Is one of the Test apps (like the calculator one) compiled and built with xcode 6/iOS 8 sdk? I'd like to get my coworker up to speed and he's already updated his xcode to xcode 6.
It seems like in recent times there was a sample-code subdirectory off of the appium root dir on the github page. It doesn't look like it's there anymore unless I go here: https://github.com/appium/sample-code/tree/master/sample-code/examples/ruby
Is there any way I can pull this repo? or find the sample code somewhere else?
Thanks in advance for your help.Eric
Sample code is here:https://github.com/appium/sample-code
Clone with:git clone https://github.com/appium/sample-code.git
Thanks! Looks goodI remember reset.sh --dev used to rebuild samplecode projects.Now since samplecode is moved, is the onus on us to build for the right platform?Thanks!
reset.sh --dev should still work the same as before. It still downloads the sample code projects and builds them.
Cool good to know. Thanks!