Skip to content

Commit

Permalink
Tweaks project file and podspec for uniformity.
Browse files Browse the repository at this point in the history
Moving of some files dropped them out of the
Xcode project breaking it for testing. Also
the version number had gotten out of sync.
  • Loading branch information
LavaSlider committed Feb 19, 2015
1 parent 98776c2 commit cc6278b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DSSparseArray.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "DSSparseArray"
s.version = "1.2.1"
s.version = "1.5.1"
s.author = { "David W. Stockton" => "[email protected]" }
s.license = 'MIT'
s.source = { :git => "https://github.com/LavaSlider/DSSparseArray.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/LavaSlider/DSSparseArray.git", :tag => "v1.5.1" }
s.summary = "Objective C Sparse Array Implementation"
s.homepage = "https://github.com/LavaSlider/DSSparseArray"
s.source_files = 'DSSparseArray/DS*SparseArray*.{h,m}'
Expand Down
12 changes: 6 additions & 6 deletions DSSparseArray.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

/* Begin PBXFileReference section */
24191A7D1931134400F389CB /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
2453F55D192867DD009AA13F /* DSSparseArray.md */ = {isa = PBXFileReference; explicitFileType = text; fileEncoding = 4; path = DSSparseArray.md; sourceTree = "<group>"; };
2453F55F1929ADFB009AA13F /* DSMutableSparseArray.md */ = {isa = PBXFileReference; explicitFileType = text; path = DSMutableSparseArray.md; sourceTree = "<group>"; };
2453F55D192867DD009AA13F /* DSSparseArray.md */ = {isa = PBXFileReference; explicitFileType = text; fileEncoding = 4; name = DSSparseArray.md; path = DSSparseArray/DSSparseArray.md; sourceTree = "<group>"; };
2453F55F1929ADFB009AA13F /* DSMutableSparseArray.md */ = {isa = PBXFileReference; explicitFileType = text; name = DSMutableSparseArray.md; path = DSSparseArray/DSMutableSparseArray.md; sourceTree = "<group>"; };
2480FA72191EC961002158C9 /* DSSparseArray.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DSSparseArray.app; sourceTree = BUILT_PRODUCTS_DIR; };
2480FA75191EC961002158C9 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
2480FA78191EC961002158C9 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
Expand All @@ -54,10 +54,10 @@
2480FA9B191EC961002158C9 /* DSSparseArrayTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DSSparseArrayTests-Info.plist"; sourceTree = "<group>"; };
2480FA9D191EC961002158C9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
2480FA9F191EC961002158C9 /* DSSparseArrayTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DSSparseArrayTests.m; sourceTree = "<group>"; };
2480FAA9191EC9CB002158C9 /* DSSparseArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DSSparseArray.h; sourceTree = "<group>"; };
2480FAAA191EC9CB002158C9 /* DSSparseArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DSSparseArray.m; sourceTree = "<group>"; };
24B2218C192B66F800AC6826 /* DSSparseArrayEnumerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DSSparseArrayEnumerator.h; sourceTree = "<group>"; };
24B2218D192B66F800AC6826 /* DSSparseArrayEnumerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DSSparseArrayEnumerator.m; sourceTree = "<group>"; };
2480FAA9191EC9CB002158C9 /* DSSparseArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DSSparseArray.h; path = DSSparseArray/DSSparseArray.h; sourceTree = "<group>"; };
2480FAAA191EC9CB002158C9 /* DSSparseArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DSSparseArray.m; path = DSSparseArray/DSSparseArray.m; sourceTree = "<group>"; };
24B2218C192B66F800AC6826 /* DSSparseArrayEnumerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DSSparseArrayEnumerator.h; path = DSSparseArray/DSSparseArrayEnumerator.h; sourceTree = "<group>"; };
24B2218D192B66F800AC6826 /* DSSparseArrayEnumerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DSSparseArrayEnumerator.m; path = DSSparseArray/DSSparseArrayEnumerator.m; sourceTree = "<group>"; };
24F50F2C19AF755C00795A67 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down
2 changes: 1 addition & 1 deletion DSSparseArray/DSSparseArray-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>94</string>
<string>96</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit cc6278b

Please sign in to comment.