|
@@ -0,0 +1,445 @@
|
|
|
+// !$*UTF8*$!
|
|
|
+{
|
|
|
+ archiveVersion = 1;
|
|
|
+ classes = {
|
|
|
+ };
|
|
|
+ objectVersion = 50;
|
|
|
+ objects = {
|
|
|
+
|
|
|
+/* Begin PBXBuildFile section */
|
|
|
+ A8EC9966238CD3BF008B0FDC /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC9965238CD3BF008B0FDC /* AppDelegate.m */; };
|
|
|
+ A8EC996C238CD3BF008B0FDC /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC996B238CD3BF008B0FDC /* ViewController.m */; };
|
|
|
+ A8EC996F238CD3BF008B0FDC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A8EC996D238CD3BF008B0FDC /* Main.storyboard */; };
|
|
|
+ A8EC9971238CD3C0008B0FDC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A8EC9970238CD3C0008B0FDC /* Assets.xcassets */; };
|
|
|
+ A8EC9974238CD3C0008B0FDC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A8EC9972238CD3C0008B0FDC /* LaunchScreen.storyboard */; };
|
|
|
+ A8EC9977238CD3C1008B0FDC /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC9976238CD3C1008B0FDC /* main.m */; };
|
|
|
+ A8EC999E238CD447008B0FDC /* TZImageCropManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC9980238CD446008B0FDC /* TZImageCropManager.m */; };
|
|
|
+ A8EC999F238CD447008B0FDC /* TZAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC9982238CD446008B0FDC /* TZAssetCell.m */; };
|
|
|
+ A8EC99A0238CD447008B0FDC /* TZVideoPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC9983238CD446008B0FDC /* TZVideoPlayerController.m */; };
|
|
|
+ A8EC99A1238CD447008B0FDC /* TZAssetModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC9984238CD446008B0FDC /* TZAssetModel.m */; };
|
|
|
+ A8EC99A2238CD447008B0FDC /* NSBundle+TZImagePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC9985238CD446008B0FDC /* NSBundle+TZImagePicker.m */; };
|
|
|
+ A8EC99A3238CD447008B0FDC /* UIView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC9988238CD446008B0FDC /* UIView+Layout.m */; };
|
|
|
+ A8EC99A4238CD447008B0FDC /* TZPhotoPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC9989238CD446008B0FDC /* TZPhotoPreviewController.m */; };
|
|
|
+ A8EC99A5238CD447008B0FDC /* TZImagePickerController.bundle in Resources */ = {isa = PBXBuildFile; fileRef = A8EC998A238CD446008B0FDC /* TZImagePickerController.bundle */; };
|
|
|
+ A8EC99A6238CD447008B0FDC /* TZProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC998B238CD446008B0FDC /* TZProgressView.m */; };
|
|
|
+ A8EC99A7238CD447008B0FDC /* TZImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC998F238CD446008B0FDC /* TZImageManager.m */; };
|
|
|
+ A8EC99A8238CD447008B0FDC /* TZPhotoPickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC9991238CD446008B0FDC /* TZPhotoPickerController.m */; };
|
|
|
+ A8EC99A9238CD447008B0FDC /* TZPhotoPreviewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC9992238CD446008B0FDC /* TZPhotoPreviewCell.m */; };
|
|
|
+ A8EC99AA238CD447008B0FDC /* TZImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC9999238CD446008B0FDC /* TZImagePickerController.m */; };
|
|
|
+ A8EC99AB238CD447008B0FDC /* TZLocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC999A238CD446008B0FDC /* TZLocationManager.m */; };
|
|
|
+ A8EC99AC238CD447008B0FDC /* TZGifPhotoPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC999B238CD446008B0FDC /* TZGifPhotoPreviewController.m */; };
|
|
|
+ A8EC99AD238CD447008B0FDC /* TZImageRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EC999C238CD446008B0FDC /* TZImageRequestOperation.m */; };
|
|
|
+/* End PBXBuildFile section */
|
|
|
+
|
|
|
+/* Begin PBXFileReference section */
|
|
|
+ A8EC9961238CD3BF008B0FDC /* TZImagePicker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TZImagePicker.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ A8EC9964238CD3BF008B0FDC /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
+ A8EC9965238CD3BF008B0FDC /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
|
+ A8EC996A238CD3BF008B0FDC /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
|
+ A8EC996B238CD3BF008B0FDC /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
|
+ A8EC996E238CD3BF008B0FDC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
+ A8EC9970238CD3C0008B0FDC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
+ A8EC9973238CD3C0008B0FDC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
+ A8EC9975238CD3C1008B0FDC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ A8EC9976238CD3C1008B0FDC /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
|
+ A8EC997E238CD446008B0FDC /* TZPhotoPreviewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TZPhotoPreviewCell.h; sourceTree = "<group>"; };
|
|
|
+ A8EC997F238CD446008B0FDC /* TZPhotoPickerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TZPhotoPickerController.h; sourceTree = "<group>"; };
|
|
|
+ A8EC9980238CD446008B0FDC /* TZImageCropManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TZImageCropManager.m; sourceTree = "<group>"; };
|
|
|
+ A8EC9981238CD446008B0FDC /* TZImageManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TZImageManager.h; sourceTree = "<group>"; };
|
|
|
+ A8EC9982238CD446008B0FDC /* TZAssetCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TZAssetCell.m; sourceTree = "<group>"; };
|
|
|
+ A8EC9983238CD446008B0FDC /* TZVideoPlayerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TZVideoPlayerController.m; sourceTree = "<group>"; };
|
|
|
+ A8EC9984238CD446008B0FDC /* TZAssetModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TZAssetModel.m; sourceTree = "<group>"; };
|
|
|
+ A8EC9985238CD446008B0FDC /* NSBundle+TZImagePicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSBundle+TZImagePicker.m"; sourceTree = "<group>"; };
|
|
|
+ A8EC9986238CD446008B0FDC /* TZLocationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TZLocationManager.h; sourceTree = "<group>"; };
|
|
|
+ A8EC9987238CD446008B0FDC /* TZImagePickerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TZImagePickerController.h; sourceTree = "<group>"; };
|
|
|
+ A8EC9988238CD446008B0FDC /* UIView+Layout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+Layout.m"; sourceTree = "<group>"; };
|
|
|
+ A8EC9989238CD446008B0FDC /* TZPhotoPreviewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TZPhotoPreviewController.m; sourceTree = "<group>"; };
|
|
|
+ A8EC998A238CD446008B0FDC /* TZImagePickerController.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = TZImagePickerController.bundle; sourceTree = "<group>"; };
|
|
|
+ A8EC998B238CD446008B0FDC /* TZProgressView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TZProgressView.m; sourceTree = "<group>"; };
|
|
|
+ A8EC998C238CD446008B0FDC /* TZGifPhotoPreviewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TZGifPhotoPreviewController.h; sourceTree = "<group>"; };
|
|
|
+ A8EC998D238CD446008B0FDC /* TZImageRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TZImageRequestOperation.h; sourceTree = "<group>"; };
|
|
|
+ A8EC998E238CD446008B0FDC /* TZAssetCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TZAssetCell.h; sourceTree = "<group>"; };
|
|
|
+ A8EC998F238CD446008B0FDC /* TZImageManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TZImageManager.m; sourceTree = "<group>"; };
|
|
|
+ A8EC9990238CD446008B0FDC /* TZImageCropManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TZImageCropManager.h; sourceTree = "<group>"; };
|
|
|
+ A8EC9991238CD446008B0FDC /* TZPhotoPickerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TZPhotoPickerController.m; sourceTree = "<group>"; };
|
|
|
+ A8EC9992238CD446008B0FDC /* TZPhotoPreviewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TZPhotoPreviewCell.m; sourceTree = "<group>"; };
|
|
|
+ A8EC9993238CD446008B0FDC /* TZImagePicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TZImagePicker.h; sourceTree = "<group>"; };
|
|
|
+ A8EC9994238CD446008B0FDC /* NSBundle+TZImagePicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSBundle+TZImagePicker.h"; sourceTree = "<group>"; };
|
|
|
+ A8EC9995238CD446008B0FDC /* TZAssetModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TZAssetModel.h; sourceTree = "<group>"; };
|
|
|
+ A8EC9996238CD446008B0FDC /* TZVideoPlayerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TZVideoPlayerController.h; sourceTree = "<group>"; };
|
|
|
+ A8EC9997238CD446008B0FDC /* TZPhotoPreviewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TZPhotoPreviewController.h; sourceTree = "<group>"; };
|
|
|
+ A8EC9998238CD446008B0FDC /* UIView+Layout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+Layout.h"; sourceTree = "<group>"; };
|
|
|
+ A8EC9999238CD446008B0FDC /* TZImagePickerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TZImagePickerController.m; sourceTree = "<group>"; };
|
|
|
+ A8EC999A238CD446008B0FDC /* TZLocationManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TZLocationManager.m; sourceTree = "<group>"; };
|
|
|
+ A8EC999B238CD446008B0FDC /* TZGifPhotoPreviewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TZGifPhotoPreviewController.m; sourceTree = "<group>"; };
|
|
|
+ A8EC999C238CD446008B0FDC /* TZImageRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TZImageRequestOperation.m; sourceTree = "<group>"; };
|
|
|
+ A8EC999D238CD446008B0FDC /* TZProgressView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TZProgressView.h; sourceTree = "<group>"; };
|
|
|
+/* End PBXFileReference section */
|
|
|
+
|
|
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
|
+ A8EC995E238CD3BF008B0FDC /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXFrameworksBuildPhase section */
|
|
|
+
|
|
|
+/* Begin PBXGroup section */
|
|
|
+ A8EC9958238CD3BF008B0FDC = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A8EC9963238CD3BF008B0FDC /* TZImagePicker */,
|
|
|
+ A8EC9962238CD3BF008B0FDC /* Products */,
|
|
|
+ );
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A8EC9962238CD3BF008B0FDC /* Products */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A8EC9961238CD3BF008B0FDC /* TZImagePicker.app */,
|
|
|
+ );
|
|
|
+ name = Products;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A8EC9963238CD3BF008B0FDC /* TZImagePicker */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A8EC997D238CD446008B0FDC /* TZImagePickerController */,
|
|
|
+ A8EC9964238CD3BF008B0FDC /* AppDelegate.h */,
|
|
|
+ A8EC9965238CD3BF008B0FDC /* AppDelegate.m */,
|
|
|
+ A8EC996A238CD3BF008B0FDC /* ViewController.h */,
|
|
|
+ A8EC996B238CD3BF008B0FDC /* ViewController.m */,
|
|
|
+ A8EC996D238CD3BF008B0FDC /* Main.storyboard */,
|
|
|
+ A8EC9970238CD3C0008B0FDC /* Assets.xcassets */,
|
|
|
+ A8EC9972238CD3C0008B0FDC /* LaunchScreen.storyboard */,
|
|
|
+ A8EC9975238CD3C1008B0FDC /* Info.plist */,
|
|
|
+ A8EC9976238CD3C1008B0FDC /* main.m */,
|
|
|
+ );
|
|
|
+ path = TZImagePicker;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A8EC997D238CD446008B0FDC /* TZImagePickerController */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A8EC9994238CD446008B0FDC /* NSBundle+TZImagePicker.h */,
|
|
|
+ A8EC9985238CD446008B0FDC /* NSBundle+TZImagePicker.m */,
|
|
|
+ A8EC998E238CD446008B0FDC /* TZAssetCell.h */,
|
|
|
+ A8EC9982238CD446008B0FDC /* TZAssetCell.m */,
|
|
|
+ A8EC9995238CD446008B0FDC /* TZAssetModel.h */,
|
|
|
+ A8EC9984238CD446008B0FDC /* TZAssetModel.m */,
|
|
|
+ A8EC998C238CD446008B0FDC /* TZGifPhotoPreviewController.h */,
|
|
|
+ A8EC999B238CD446008B0FDC /* TZGifPhotoPreviewController.m */,
|
|
|
+ A8EC9990238CD446008B0FDC /* TZImageCropManager.h */,
|
|
|
+ A8EC9980238CD446008B0FDC /* TZImageCropManager.m */,
|
|
|
+ A8EC9981238CD446008B0FDC /* TZImageManager.h */,
|
|
|
+ A8EC998F238CD446008B0FDC /* TZImageManager.m */,
|
|
|
+ A8EC9993238CD446008B0FDC /* TZImagePicker.h */,
|
|
|
+ A8EC998A238CD446008B0FDC /* TZImagePickerController.bundle */,
|
|
|
+ A8EC9987238CD446008B0FDC /* TZImagePickerController.h */,
|
|
|
+ A8EC9999238CD446008B0FDC /* TZImagePickerController.m */,
|
|
|
+ A8EC998D238CD446008B0FDC /* TZImageRequestOperation.h */,
|
|
|
+ A8EC999C238CD446008B0FDC /* TZImageRequestOperation.m */,
|
|
|
+ A8EC9986238CD446008B0FDC /* TZLocationManager.h */,
|
|
|
+ A8EC999A238CD446008B0FDC /* TZLocationManager.m */,
|
|
|
+ A8EC997F238CD446008B0FDC /* TZPhotoPickerController.h */,
|
|
|
+ A8EC9991238CD446008B0FDC /* TZPhotoPickerController.m */,
|
|
|
+ A8EC997E238CD446008B0FDC /* TZPhotoPreviewCell.h */,
|
|
|
+ A8EC9992238CD446008B0FDC /* TZPhotoPreviewCell.m */,
|
|
|
+ A8EC9997238CD446008B0FDC /* TZPhotoPreviewController.h */,
|
|
|
+ A8EC9989238CD446008B0FDC /* TZPhotoPreviewController.m */,
|
|
|
+ A8EC999D238CD446008B0FDC /* TZProgressView.h */,
|
|
|
+ A8EC998B238CD446008B0FDC /* TZProgressView.m */,
|
|
|
+ A8EC9996238CD446008B0FDC /* TZVideoPlayerController.h */,
|
|
|
+ A8EC9983238CD446008B0FDC /* TZVideoPlayerController.m */,
|
|
|
+ A8EC9998238CD446008B0FDC /* UIView+Layout.h */,
|
|
|
+ A8EC9988238CD446008B0FDC /* UIView+Layout.m */,
|
|
|
+ );
|
|
|
+ name = TZImagePickerController;
|
|
|
+ path = ../../../TZImagePickerController;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+/* End PBXGroup section */
|
|
|
+
|
|
|
+/* Begin PBXNativeTarget section */
|
|
|
+ A8EC9960238CD3BF008B0FDC /* TZImagePicker */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = A8EC997A238CD3C1008B0FDC /* Build configuration list for PBXNativeTarget "TZImagePicker" */;
|
|
|
+ buildPhases = (
|
|
|
+ A8EC995D238CD3BF008B0FDC /* Sources */,
|
|
|
+ A8EC995E238CD3BF008B0FDC /* Frameworks */,
|
|
|
+ A8EC995F238CD3BF008B0FDC /* Resources */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ );
|
|
|
+ name = TZImagePicker;
|
|
|
+ productName = TZImagePicker;
|
|
|
+ productReference = A8EC9961238CD3BF008B0FDC /* TZImagePicker.app */;
|
|
|
+ productType = "com.apple.product-type.application";
|
|
|
+ };
|
|
|
+/* End PBXNativeTarget section */
|
|
|
+
|
|
|
+/* Begin PBXProject section */
|
|
|
+ A8EC9959238CD3BF008B0FDC /* Project object */ = {
|
|
|
+ isa = PBXProject;
|
|
|
+ attributes = {
|
|
|
+ LastUpgradeCheck = 1120;
|
|
|
+ ORGANIZATIONNAME = zhongbaojian;
|
|
|
+ TargetAttributes = {
|
|
|
+ A8EC9960238CD3BF008B0FDC = {
|
|
|
+ CreatedOnToolsVersion = 11.2.1;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ buildConfigurationList = A8EC995C238CD3BF008B0FDC /* Build configuration list for PBXProject "TZImagePicker" */;
|
|
|
+ compatibilityVersion = "Xcode 9.3";
|
|
|
+ developmentRegion = en;
|
|
|
+ hasScannedForEncodings = 0;
|
|
|
+ knownRegions = (
|
|
|
+ en,
|
|
|
+ Base,
|
|
|
+ );
|
|
|
+ mainGroup = A8EC9958238CD3BF008B0FDC;
|
|
|
+ productRefGroup = A8EC9962238CD3BF008B0FDC /* Products */;
|
|
|
+ projectDirPath = "";
|
|
|
+ projectRoot = "";
|
|
|
+ targets = (
|
|
|
+ A8EC9960238CD3BF008B0FDC /* TZImagePicker */,
|
|
|
+ );
|
|
|
+ };
|
|
|
+/* End PBXProject section */
|
|
|
+
|
|
|
+/* Begin PBXResourcesBuildPhase section */
|
|
|
+ A8EC995F238CD3BF008B0FDC /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ A8EC9974238CD3C0008B0FDC /* LaunchScreen.storyboard in Resources */,
|
|
|
+ A8EC99A5238CD447008B0FDC /* TZImagePickerController.bundle in Resources */,
|
|
|
+ A8EC9971238CD3C0008B0FDC /* Assets.xcassets in Resources */,
|
|
|
+ A8EC996F238CD3BF008B0FDC /* Main.storyboard in Resources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXResourcesBuildPhase section */
|
|
|
+
|
|
|
+/* Begin PBXSourcesBuildPhase section */
|
|
|
+ A8EC995D238CD3BF008B0FDC /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ A8EC99AB238CD447008B0FDC /* TZLocationManager.m in Sources */,
|
|
|
+ A8EC99A2238CD447008B0FDC /* NSBundle+TZImagePicker.m in Sources */,
|
|
|
+ A8EC996C238CD3BF008B0FDC /* ViewController.m in Sources */,
|
|
|
+ A8EC999F238CD447008B0FDC /* TZAssetCell.m in Sources */,
|
|
|
+ A8EC99A4238CD447008B0FDC /* TZPhotoPreviewController.m in Sources */,
|
|
|
+ A8EC99AA238CD447008B0FDC /* TZImagePickerController.m in Sources */,
|
|
|
+ A8EC99A6238CD447008B0FDC /* TZProgressView.m in Sources */,
|
|
|
+ A8EC99AC238CD447008B0FDC /* TZGifPhotoPreviewController.m in Sources */,
|
|
|
+ A8EC99A0238CD447008B0FDC /* TZVideoPlayerController.m in Sources */,
|
|
|
+ A8EC99A1238CD447008B0FDC /* TZAssetModel.m in Sources */,
|
|
|
+ A8EC99A9238CD447008B0FDC /* TZPhotoPreviewCell.m in Sources */,
|
|
|
+ A8EC99A7238CD447008B0FDC /* TZImageManager.m in Sources */,
|
|
|
+ A8EC99A3238CD447008B0FDC /* UIView+Layout.m in Sources */,
|
|
|
+ A8EC9966238CD3BF008B0FDC /* AppDelegate.m in Sources */,
|
|
|
+ A8EC99A8238CD447008B0FDC /* TZPhotoPickerController.m in Sources */,
|
|
|
+ A8EC99AD238CD447008B0FDC /* TZImageRequestOperation.m in Sources */,
|
|
|
+ A8EC9977238CD3C1008B0FDC /* main.m in Sources */,
|
|
|
+ A8EC999E238CD447008B0FDC /* TZImageCropManager.m in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXSourcesBuildPhase section */
|
|
|
+
|
|
|
+/* Begin PBXVariantGroup section */
|
|
|
+ A8EC996D238CD3BF008B0FDC /* Main.storyboard */ = {
|
|
|
+ isa = PBXVariantGroup;
|
|
|
+ children = (
|
|
|
+ A8EC996E238CD3BF008B0FDC /* Base */,
|
|
|
+ );
|
|
|
+ name = Main.storyboard;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A8EC9972238CD3C0008B0FDC /* LaunchScreen.storyboard */ = {
|
|
|
+ isa = PBXVariantGroup;
|
|
|
+ children = (
|
|
|
+ A8EC9973238CD3C0008B0FDC /* Base */,
|
|
|
+ );
|
|
|
+ name = LaunchScreen.storyboard;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+/* End PBXVariantGroup section */
|
|
|
+
|
|
|
+/* Begin XCBuildConfiguration section */
|
|
|
+ A8EC9978238CD3C1008B0FDC /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_COMMA = YES;
|
|
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ ENABLE_TESTABILITY = YES;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
+ "DEBUG=1",
|
|
|
+ "$(inherited)",
|
|
|
+ );
|
|
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.2;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
|
+ SDKROOT = iphoneos;
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ A8EC9979238CD3C1008B0FDC /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_COMMA = YES;
|
|
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.2;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ SDKROOT = iphoneos;
|
|
|
+ VALIDATE_PRODUCT = YES;
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+ A8EC997B238CD3C1008B0FDC /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ INFOPLIST_FILE = TZImagePicker/Info.plist;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ );
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.ouj.TZImagePicker;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ A8EC997C238CD3C1008B0FDC /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ INFOPLIST_FILE = TZImagePicker/Info.plist;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ );
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.ouj.TZImagePicker;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+/* End XCBuildConfiguration section */
|
|
|
+
|
|
|
+/* Begin XCConfigurationList section */
|
|
|
+ A8EC995C238CD3BF008B0FDC /* Build configuration list for PBXProject "TZImagePicker" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ A8EC9978238CD3C1008B0FDC /* Debug */,
|
|
|
+ A8EC9979238CD3C1008B0FDC /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
+ A8EC997A238CD3C1008B0FDC /* Build configuration list for PBXNativeTarget "TZImagePicker" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ A8EC997B238CD3C1008B0FDC /* Debug */,
|
|
|
+ A8EC997C238CD3C1008B0FDC /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
+/* End XCConfigurationList section */
|
|
|
+ };
|
|
|
+ rootObject = A8EC9959238CD3BF008B0FDC /* Project object */;
|
|
|
+}
|