Skip to content

Commit b6d4c65

Browse files
author
Baris Sencan
committed
Set correct deployment targets
Also incremented version and build numbers.
1 parent 4db6f2a commit b6d4c65

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

JSONHelper.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 = 'JSONHelper'
3-
s.version = '1.5.1'
3+
s.version = '1.5.2'
44
s.license = { :type => 'zlib', :file => 'LICENSE' }
55
s.summary = 'Lightning fast JSON deserialization and value conversion library for iOS & OS X written in Swift.'
66

JSONHelper.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@
598598
DYLIB_INSTALL_NAME_BASE = "@rpath";
599599
INFOPLIST_FILE = "JSONHelper/Supporting Files/iOS/Info.plist";
600600
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
601+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
601602
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
602603
PRODUCT_NAME = "$(TARGET_NAME)";
603604
SKIP_INSTALL = YES;
@@ -615,6 +616,7 @@
615616
DYLIB_INSTALL_NAME_BASE = "@rpath";
616617
INFOPLIST_FILE = "JSONHelper/Supporting Files/iOS/Info.plist";
617618
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
619+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
618620
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
619621
PRODUCT_NAME = "$(TARGET_NAME)";
620622
SKIP_INSTALL = YES;
@@ -720,6 +722,7 @@
720722
INFOPLIST_FILE = "JSONHelper/Supporting Files/Mac/Info.plist";
721723
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
722724
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
725+
MACOSX_DEPLOYMENT_TARGET = 10.9;
723726
PRODUCT_NAME = JSONHelper;
724727
SDKROOT = macosx;
725728
SKIP_INSTALL = YES;
@@ -738,6 +741,7 @@
738741
INFOPLIST_FILE = "JSONHelper/Supporting Files/Mac/Info.plist";
739742
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
740743
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
744+
MACOSX_DEPLOYMENT_TARGET = 10.9;
741745
PRODUCT_NAME = JSONHelper;
742746
SDKROOT = macosx;
743747
SKIP_INSTALL = YES;

JSONHelper/Supporting Files/Mac/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.5.1</string>
18+
<string>1.5.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>13</string>
22+
<string>14</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

JSONHelper/Supporting Files/iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.5.1</string>
18+
<string>1.5.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>13</string>
22+
<string>14</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

0 commit comments

Comments
 (0)