Skip to content

Commit d047049

Browse files
committed
Bumped version in podspec
1 parent 9221ff1 commit d047049

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CropViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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'

Objective-C/TOCropViewController/Supporting/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

Swift/CropViewController/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

TOCropViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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'

TOCropViewControllerExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,7 @@
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;
@@ -1007,6 +1008,7 @@
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;
@@ -1276,6 +1278,7 @@
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;
@@ -1311,6 +1314,7 @@
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;

0 commit comments

Comments
 (0)