Skip to content

Commit

Permalink
Merge pull request #73 from DayLogger/master
Browse files Browse the repository at this point in the history
Add internal utility to the project
  • Loading branch information
ruslanskorb committed Oct 20, 2015
2 parents b22909d + 9e79723 commit 0d7a77b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RSKImageCropper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
A5BE39E41B32BD2B00ECDF88 /* UIApplication+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = A5BE39D61B32BD2B00ECDF88 /* UIApplication+RSKImageCropper.m */; };
A5BE39E51B32BD2B00ECDF88 /* UIImage+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = A5BE39D71B32BD2B00ECDF88 /* UIImage+RSKImageCropper.h */; };
A5BE39E61B32BD2B00ECDF88 /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = A5BE39D81B32BD2B00ECDF88 /* UIImage+RSKImageCropper.m */; };
B02D70CE1BD5DCE200B51B33 /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = B02D70CB1BD5DCE200B51B33 /* RSKInternalUtility.h */; settings = {ASSET_TAGS = (); }; };
B02D70CF1BD5DCE200B51B33 /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = B02D70CC1BD5DCE200B51B33 /* RSKInternalUtility.m */; settings = {ASSET_TAGS = (); }; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -39,6 +41,8 @@
A5BE39D61B32BD2B00ECDF88 /* UIApplication+RSKImageCropper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+RSKImageCropper.m"; path = "RSKImageCropper/UIApplication+RSKImageCropper.m"; sourceTree = "<group>"; };
A5BE39D71B32BD2B00ECDF88 /* UIImage+RSKImageCropper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIImage+RSKImageCropper.h"; path = "RSKImageCropper/UIImage+RSKImageCropper.h"; sourceTree = "<group>"; };
A5BE39D81B32BD2B00ECDF88 /* UIImage+RSKImageCropper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImage+RSKImageCropper.m"; path = "RSKImageCropper/UIImage+RSKImageCropper.m"; sourceTree = "<group>"; };
B02D70CB1BD5DCE200B51B33 /* RSKInternalUtility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RSKInternalUtility.h; path = RSKImageCropper/RSKInternalUtility.h; sourceTree = "<group>"; };
B02D70CC1BD5DCE200B51B33 /* RSKInternalUtility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RSKInternalUtility.m; path = RSKImageCropper/RSKInternalUtility.m; sourceTree = "<group>"; };
B85EF7ED1B88DB2000222FF7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Framework/Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -80,6 +84,8 @@
A5BE39D01B32BD2B00ECDF88 /* RSKImageCropViewController+Protected.h */,
A5BE39D11B32BD2B00ECDF88 /* RSKImageScrollView.h */,
A5BE39D21B32BD2B00ECDF88 /* RSKImageScrollView.m */,
B02D70CB1BD5DCE200B51B33 /* RSKInternalUtility.h */,
B02D70CC1BD5DCE200B51B33 /* RSKInternalUtility.m */,
A5BE39D31B32BD2B00ECDF88 /* RSKTouchView.h */,
A5BE39D41B32BD2B00ECDF88 /* RSKTouchView.m */,
A5BE39D51B32BD2B00ECDF88 /* UIApplication+RSKImageCropper.h */,
Expand Down Expand Up @@ -112,6 +118,7 @@
A5BE39DF1B32BD2B00ECDF88 /* RSKImageScrollView.h in Headers */,
A5BE39E51B32BD2B00ECDF88 /* UIImage+RSKImageCropper.h in Headers */,
A5BE39E11B32BD2B00ECDF88 /* RSKTouchView.h in Headers */,
B02D70CE1BD5DCE200B51B33 /* RSKInternalUtility.h in Headers */,
A5BE39E31B32BD2B00ECDF88 /* UIApplication+RSKImageCropper.h in Headers */,
A5BE39DA1B32BD2B00ECDF88 /* CGGeometry+RSKImageCropper.h in Headers */,
);
Expand Down Expand Up @@ -186,6 +193,7 @@
A5BE39E41B32BD2B00ECDF88 /* UIApplication+RSKImageCropper.m in Sources */,
A5BE39E01B32BD2B00ECDF88 /* RSKImageScrollView.m in Sources */,
A5BE39DB1B32BD2B00ECDF88 /* CGGeometry+RSKImageCropper.m in Sources */,
B02D70CF1BD5DCE200B51B33 /* RSKInternalUtility.m in Sources */,
A5BE39DD1B32BD2B00ECDF88 /* RSKImageCropViewController.m in Sources */,
A5BE39E61B32BD2B00ECDF88 /* UIImage+RSKImageCropper.m in Sources */,
A5BE39E21B32BD2B00ECDF88 /* RSKTouchView.m in Sources */,
Expand Down

0 comments on commit 0d7a77b

Please sign in to comment.