- Make the change in the appropriate file in
TrySwiftData
->Tests
->TKO2017
folder - Run the tests
- Check for the printed out message with the newly generated
.realm
file such asSuccessfully generated at /Users/natashatherobot/Library/Developer/CoreSimulator/Devices/D8989664-9BC5-4DA7-B5E4-E0A1F9B5AE3F/data/tmp/tryswift-tokyo2017.realm
- Open the printed out folder to get the newly generated
.realm
file - Replace the current
tokyo.realm
file with the newly generatedtokyo.realm
file from thetmp
folder - Run
pod update
in the try! Swift Final app
To run the example project, clone the repo, and run pod install
from the Example directory first.
trySwiftData is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'trySwiftData', :git => 'https://github.com/tryswift/trySwiftData.git'
Natasha Murashev, [email protected] Alvin Varghese, [email protected]
trySwiftData is available under the MIT license. See the LICENSE file for more info.