Skip to content

Commit

Permalink
readme update groundwork
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Woods authored and Philip Woods committed Sep 15, 2014
1 parent 06c5172 commit ebe8713
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SwiftJson is an OS X application that will generate Class Models in Swift from a provided JSON file.<br />
![Screenshot](./screenshot.png)
<br />
Selecting 'Inspect First Array Element' will attempt to make a more informed cast than AnyObject by using the first element of an array. If any array in a model contains mixed types, this box should be unchecked.
##Swift JSON##
Swift JSON takes away the monotony of hand writing serialization code for JSON structures.
###Caveats###
* Swift JSON generates code that requires [SwiftyJSON](https://github.com/lingoer/SwiftyJSON) to be included in your project.
4 changes: 2 additions & 2 deletions SwiftJson.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = SwiftJson/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -361,7 +361,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = SwiftJson/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down

0 comments on commit ebe8713

Please sign in to comment.