Skip to content

Commit

Permalink
Added in most of the code for the lib. Just need to find a cropper li…
Browse files Browse the repository at this point in the history
…b, and add in the public function.
  • Loading branch information
Taylor-Allred committed Jul 28, 2016
1 parent 0347907 commit 2289a11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Example/IZExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
349A34B51BF54EE100725CB2 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 349A34B31BF54EE100725CB2 /* LaunchScreen.storyboard */; };
349A34C31BF54F6500725CB2 /* IZExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 349A34C21BF54F6500725CB2 /* IZExampleTests.swift */; };
349C52961D1B808B0015D5CE /* Izeni.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 349C52921D1B7A970015D5CE /* Izeni.framework */; };
B666C1602797144D19F83511 /* Pods_IZExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72F1C8FD0C49FB7AF5D68540 /* Pods_IZExample.framework */; };
8952BFBC84E3CB5BC1015646 /* Pods_IZExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBFBEBD95B542FC91542896C /* Pods_IZExample.framework */; };
F3B9BFFE1CA2F8AB00114961 /* IZImagePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3B9BFFD1CA2F8AB00114961 /* IZImagePicker.swift */; };
/* End PBXBuildFile section */

Expand All @@ -40,10 +40,10 @@
349A34C21BF54F6500725CB2 /* IZExampleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IZExampleTests.swift; sourceTree = "<group>"; };
349A34C41BF54F6500725CB2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
349C52921D1B7A970015D5CE /* Izeni.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Izeni.framework; path = Carthage/Build/iOS/Izeni.framework; sourceTree = "<group>"; };
4EFE6D07E3D322D00602C5D7 /* Pods-IZExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IZExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-IZExample/Pods-IZExample.debug.xcconfig"; sourceTree = "<group>"; };
72F1C8FD0C49FB7AF5D68540 /* Pods_IZExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_IZExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D3245F8FCAE1E7255101A41A /* Pods-IZExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IZExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-IZExample/Pods-IZExample.release.xcconfig"; sourceTree = "<group>"; };
8482029412CFB0FE2FEC0B5E /* Pods-IZExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IZExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-IZExample/Pods-IZExample.debug.xcconfig"; sourceTree = "<group>"; };
C5E367BD269EB8D51276A0EF /* Pods-IZExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IZExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-IZExample/Pods-IZExample.release.xcconfig"; sourceTree = "<group>"; };
F3B9BFFD1CA2F8AB00114961 /* IZImagePicker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IZImagePicker.swift; path = ../../Pod/Classes/IZImagePicker.swift; sourceTree = "<group>"; };
FBFBEBD95B542FC91542896C /* Pods_IZExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_IZExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -52,7 +52,7 @@
buildActionMask = 2147483647;
files = (
349C52961D1B808B0015D5CE /* Izeni.framework in Frameworks */,
B666C1602797144D19F83511 /* Pods_IZExample.framework in Frameworks */,
8952BFBC84E3CB5BC1015646 /* Pods_IZExample.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -72,8 +72,8 @@
349A34A91BF54EE100725CB2 /* IZExample */,
349A34C11BF54F6500725CB2 /* IZExampleTests */,
349A34A81BF54EE100725CB2 /* Products */,
B6E047F898ECD3FC11E4745B /* Pods */,
976E1252950C3B7AA459A609 /* Frameworks */,
A9C50588BA5E29B95EBE76CB /* Pods */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -113,16 +113,16 @@
isa = PBXGroup;
children = (
349C52921D1B7A970015D5CE /* Izeni.framework */,
72F1C8FD0C49FB7AF5D68540 /* Pods_IZExample.framework */,
FBFBEBD95B542FC91542896C /* Pods_IZExample.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
B6E047F898ECD3FC11E4745B /* Pods */ = {
A9C50588BA5E29B95EBE76CB /* Pods */ = {
isa = PBXGroup;
children = (
4EFE6D07E3D322D00602C5D7 /* Pods-IZExample.debug.xcconfig */,
D3245F8FCAE1E7255101A41A /* Pods-IZExample.release.xcconfig */,
8482029412CFB0FE2FEC0B5E /* Pods-IZExample.debug.xcconfig */,
C5E367BD269EB8D51276A0EF /* Pods-IZExample.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
Expand Down Expand Up @@ -438,7 +438,7 @@
};
349A34BA1BF54EE100725CB2 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 4EFE6D07E3D322D00602C5D7 /* Pods-IZExample.debug.xcconfig */;
baseConfigurationReference = 8482029412CFB0FE2FEC0B5E /* Pods-IZExample.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand All @@ -458,7 +458,7 @@
};
349A34BB1BF54EE100725CB2 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D3245F8FCAE1E7255101A41A /* Pods-IZExample.release.xcconfig */;
baseConfigurationReference = C5E367BD269EB8D51276A0EF /* Pods-IZExample.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand Down
1 change: 0 additions & 1 deletion Pod/Classes/IZImagePicker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import AVFoundation
import Photos
import Izeni

@objc public protocol IZImagePickerDelegate: class {
func imagePicked(image: UIImage)
Expand Down

0 comments on commit 2289a11

Please sign in to comment.