Skip to content

Commit

Permalink
submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Landwehr committed Jul 7, 2015
1 parent e32ad0b commit 6ade0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Submodules/HexColors
Submodule HexColors updated 28 files
+7 −5 Classes/HexColors.h
+34 −8 Classes/HexColors.m
+23 −26 Example/HexColor Examples.xcodeproj/project.pbxproj
+7 −0 Example/HexColor Examples.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+41 −0 Example/HexColor Examples.xcodeproj/project.xcworkspace/xcshareddata/HexColor Examples.xccheckout
+0 −0 Example/HexColor Examples/AppDelegate.h
+0 −0 Example/HexColor Examples/AppDelegate.m
+4 −0 Example/HexColor Examples/HexColor Examples-Info.plist
+0 −0 Example/HexColor Examples/HexColor Examples-Prefix.pch
+0 −0 Example/HexColor Examples/HexColorExampleViewController.h
+19 −7 Example/HexColor Examples/HexColorExampleViewController.m
+0 −0 Example/HexColor Examples/HexColorExampleViewController.xib
+88 −0 Example/HexColor Examples/Images.xcassets/AppIcon.appiconset/Contents.json
+94 −0 Example/HexColor Examples/Images.xcassets/LaunchImage.launchimage/Contents.json
+ Example/HexColor Examples/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png
+ Example/HexColor Examples/Images.xcassets/LaunchImage.launchimage/Default.png
+ Example/HexColor Examples/Images.xcassets/LaunchImage.launchimage/Default@2x.png
+0 −0 Example/HexColor Examples/en.lproj/InfoPlist.strings
+0 −0 Example/HexColor Examples/main.m
+3 −3 HexColors.podspec
+423 −0 HexColors.xcodeproj/project.pbxproj
+7 −0 HexColors.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+41 −0 HexColors.xcodeproj/project.xcworkspace/xcshareddata/HexColors.xccheckout
+110 −0 HexColors.xcodeproj/xcshareddata/xcschemes/HexColors.xcscheme
+110 −0 HexColors.xcodeproj/xcshareddata/xcschemes/HexColorsOSX.xcscheme
+26 −0 HexColors/Info.plist
+28 −0 HexColorsOSX/Info.plist
+12 −12 README.md

0 comments on commit 6ade0e2

Please sign in to comment.