File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Objective-C/TOCropViewController/Supporting
TOCropViewControllerExample.xcodeproj Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'CropViewController'
3- s . version = '2.6.0 '
3+ s . version = '2.6.1 '
44 s . license = { :type => 'MIT' , :file => 'LICENSE' }
55 s . summary = 'A Swift view controller that enables cropping and rotating of UIImage objects.'
66 s . homepage = 'https://github.com/TimOliver/TOCropViewController'
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.6.0 </string >
18+ <string >$(MARKETING_VERSION) </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.6.0 </string >
18+ <string >$(MARKETING_VERSION) </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'TOCropViewController'
3- s . version = '2.6.0 '
3+ s . version = '2.6.1 '
44 s . license = { :type => 'MIT' , :file => 'LICENSE' }
55 s . summary = 'A view controller that enables cropping and rotation of UIImage objects.'
66 s . homepage = 'https://github.com/TimOliver/TOCropViewController'
Original file line number Diff line number Diff line change 978978 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
979979 IPHONEOS_DEPLOYMENT_TARGET = 9.0;
980980 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
981+ MARKETING_VERSION = 2.6.1;
981982 PRODUCT_BUNDLE_IDENTIFIER = dev.tim.TOCropViewController;
982983 PRODUCT_NAME = "$(TARGET_NAME)";
983984 SKIP_INSTALL = YES;
10071008 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
10081009 IPHONEOS_DEPLOYMENT_TARGET = 9.0;
10091010 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1011+ MARKETING_VERSION = 2.6.1;
10101012 PRODUCT_BUNDLE_IDENTIFIER = dev.tim.TOCropViewController;
10111013 PRODUCT_NAME = "$(TARGET_NAME)";
10121014 SKIP_INSTALL = YES;
12761278 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
12771279 IPHONEOS_DEPLOYMENT_TARGET = 9.0;
12781280 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1281+ MARKETING_VERSION = 2.6.1;
12791282 PRODUCT_BUNDLE_IDENTIFIER = dev.tim.CropViewController;
12801283 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
12811284 SKIP_INSTALL = YES;
13111314 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
13121315 IPHONEOS_DEPLOYMENT_TARGET = 9.0;
13131316 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1317+ MARKETING_VERSION = 2.6.1;
13141318 PRODUCT_BUNDLE_IDENTIFIER = dev.tim.CropViewController;
13151319 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
13161320 SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments