Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dahan committed Jan 24, 2016
1 parent b1f4a72 commit e7c4643
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Graph.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Graph'
s.version = '1.0.0'
s.version = '1.0.1'
s.license = 'BSD'
s.summary = 'Elegant CoreData in Swift.'
s.homepage = 'http://cosmicmind.io'
Expand Down
2 changes: 1 addition & 1 deletion Graph.xcodeproj/xcshareddata/xcschemes/Graph OSX.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9677B4411BA78A9200C82BBB"
BuildableName = "Graph.xctest"
BuildableName = "Graph OSX Tests.xctest"
BlueprintName = "Graph OSX Tests"
ReferencedContainer = "container:Graph.xcodeproj">
</BuildableReference>
Expand Down
2 changes: 1 addition & 1 deletion Graph.xcodeproj/xcshareddata/xcschemes/Graph iOS.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9677B45D1BA78AA600C82BBB"
BuildableName = "Graph.xctest"
BuildableName = "Graph iOS Tests.xctest"
BlueprintName = "Graph iOS Tests"
ReferencedContainer = "container:Graph.xcodeproj">
</BuildableReference>
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Graph is a CoreData framework written in Swift. It's designed to simplify the co
- [x] Action Modeling For Analytics
- [x] Model With Graph Theory and Set Theory
- [x] Faceted Search API
- [x] JSON Toolset
- [x] Asynchronous / Synchronous Saving
- [x] Data-Driven Architecture
- [x] Data Model Observation
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit e7c4643

Please sign in to comment.