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 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'CropViewController'
3
- s . version = '2.6.0 '
3
+ s . version = '2.6.1 '
4
4
s . license = { :type => 'MIT' , :file => 'LICENSE' }
5
5
s . summary = 'A Swift view controller that enables cropping and rotating of UIImage objects.'
6
6
s . homepage = 'https://github.com/TimOliver/TOCropViewController'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.6.0 </string >
18
+ <string >$(MARKETING_VERSION) </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.6.0 </string >
18
+ <string >$(MARKETING_VERSION) </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'TOCropViewController'
3
- s . version = '2.6.0 '
3
+ s . version = '2.6.1 '
4
4
s . license = { :type => 'MIT' , :file => 'LICENSE' }
5
5
s . summary = 'A view controller that enables cropping and rotation of UIImage objects.'
6
6
s . homepage = 'https://github.com/TimOliver/TOCropViewController'
Original file line number Diff line number Diff line change 978
978
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
979
979
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
980
980
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
981
+ MARKETING_VERSION = 2.6.1;
981
982
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.TOCropViewController;
982
983
PRODUCT_NAME = "$(TARGET_NAME)";
983
984
SKIP_INSTALL = YES;
1007
1008
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1008
1009
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1009
1010
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1011
+ MARKETING_VERSION = 2.6.1;
1010
1012
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.TOCropViewController;
1011
1013
PRODUCT_NAME = "$(TARGET_NAME)";
1012
1014
SKIP_INSTALL = YES;
1276
1278
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1277
1279
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1278
1280
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1281
+ MARKETING_VERSION = 2.6.1;
1279
1282
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.CropViewController;
1280
1283
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1281
1284
SKIP_INSTALL = YES;
1311
1314
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1312
1315
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1313
1316
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1317
+ MARKETING_VERSION = 2.6.1;
1314
1318
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.CropViewController;
1315
1319
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1316
1320
SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments