GitXplorerGitXplorer
b

CoreDataMigration

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f2f630254ca0529ddaea56dcc7147f13e5203b0b

Actually try to migrate…

bbjhomer committed 9 years ago
Unverified
8bb499385ff309023857bb7eaff083535774cbfa

Make it a SQLite Store.

bbjhomer committed 9 years ago
Unverified
a1a9aac82b1089784d179f15c08bf8531d7d18a4

Update README.md

bbjhomer committed 9 years ago
Unverified
e75d17af60b218070d322dc182be2addcc0d8065

Merge branch 'master' of github.com:bjhomer/CoreDataMigration

bbjhomer committed 9 years ago
Unverified
0e570f03e0262cb6dc53a3a5fbd6c21b7ade1be8

Tweaked image.

bbjhomer committed 9 years ago
Unverified
8cdcb568eda4f8335bcdebf1658d0d7c2ea8af14

Update README.md

bbjhomer committed 9 years ago

README

The README file for this repository.

The test:

  1. Download this project to OS X 10.11.1 machine
  2. Run the sample project.
  3. Push the button labeled "Button" a few times.
  4. Quit the app.
  5. Select CoreDataMigration.xcdatamodeld
  6. Change the model version to CoreDataMigration 2
  7. Run the app again.

Expected Result:

The app should launch

Result I'm seeing:

Migration failure

I'm especially interested to see if the data model files change substantially when built with Xcode 7.0.1 vs 7.1.1