Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fbacd6a

Browse files
committedJun 21, 2019
Version: 2.0.17
1 parent fcbda02 commit fbacd6a

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed
 

‎ExampleApp/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.16</string>
18+
<string>2.0.17</string>
1919
<key>CFBundleURLTypes</key>
2020
<array>
2121
<dict>
@@ -28,7 +28,7 @@
2828
</dict>
2929
</array>
3030
<key>CFBundleVersion</key>
31-
<string>2.0.16</string>
31+
<string>2.0.17</string>
3232
<key>LSRequiresIPhoneOS</key>
3333
<true/>
3434
<key>NSAppTransportSecurity</key>

‎ExampleAppObjC/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.16</string>
18+
<string>2.0.17</string>
1919
<key>CFBundleURLTypes</key>
2020
<array>
2121
<dict>
@@ -28,7 +28,7 @@
2828
</dict>
2929
</array>
3030
<key>CFBundleVersion</key>
31-
<string>2.0.16</string>
31+
<string>2.0.17</string>
3232
<key>LSRequiresIPhoneOS</key>
3333
<true/>
3434
<key>UILaunchStoryboardName</key>

‎ExampleAppUITests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.16</string>
18+
<string>2.0.17</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2.0.16</string>
22+
<string>2.0.17</string>
2323
</dict>
2424
</plist>

‎TradeItIosTicketSDK2.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'TradeItIosTicketSDK2'
3-
s.version = '2.0.16'
3+
s.version = '2.0.17'
44
s.summary = 'Trade It iOS Ticket SDK 2'
55

66
s.description = <<-DESC

‎TradeItIosTicketSDK2.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -3599,7 +3599,7 @@
35993599
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
36003600
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
36013601
COPY_PHASE_STRIP = NO;
3602-
CURRENT_PROJECT_VERSION = 2.0.16;
3602+
CURRENT_PROJECT_VERSION = 2.0.17;
36033603
DEBUG_INFORMATION_FORMAT = dwarf;
36043604
DEFINES_MODULE = NO;
36053605
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -3665,7 +3665,7 @@
36653665
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
36663666
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
36673667
COPY_PHASE_STRIP = NO;
3668-
CURRENT_PROJECT_VERSION = 2.0.16;
3668+
CURRENT_PROJECT_VERSION = 2.0.17;
36693669
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
36703670
DEFINES_MODULE = NO;
36713671
ENABLE_NS_ASSERTIONS = NO;
@@ -3702,7 +3702,7 @@
37023702
DEFINES_MODULE = YES;
37033703
DEVELOPMENT_TEAM = "";
37043704
DYLIB_COMPATIBILITY_VERSION = 1;
3705-
DYLIB_CURRENT_VERSION = 2.0.16;
3705+
DYLIB_CURRENT_VERSION = 2.0.17;
37063706
DYLIB_INSTALL_NAME_BASE = "@rpath";
37073707
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
37083708
INFOPLIST_FILE = TradeItIosTicketSDK2/Info.plist;
@@ -3729,7 +3729,7 @@
37293729
DEFINES_MODULE = YES;
37303730
DEVELOPMENT_TEAM = "";
37313731
DYLIB_COMPATIBILITY_VERSION = 1;
3732-
DYLIB_CURRENT_VERSION = 2.0.16;
3732+
DYLIB_CURRENT_VERSION = 2.0.17;
37333733
DYLIB_INSTALL_NAME_BASE = "@rpath";
37343734
ENABLE_TESTABILITY = YES;
37353735
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
@@ -3818,7 +3818,7 @@
38183818
DEFINES_MODULE = YES;
38193819
DEVELOPMENT_TEAM = "";
38203820
DYLIB_COMPATIBILITY_VERSION = 1;
3821-
DYLIB_CURRENT_VERSION = 2.0.16;
3821+
DYLIB_CURRENT_VERSION = 2.0.17;
38223822
DYLIB_INSTALL_NAME_BASE = "@rpath";
38233823
FRAMEWORK_SEARCH_PATHS = (
38243824
"$(inherited)",
@@ -3852,7 +3852,7 @@
38523852
DEFINES_MODULE = YES;
38533853
DEVELOPMENT_TEAM = "";
38543854
DYLIB_COMPATIBILITY_VERSION = 1;
3855-
DYLIB_CURRENT_VERSION = 2.0.16;
3855+
DYLIB_CURRENT_VERSION = 2.0.17;
38563856
DYLIB_INSTALL_NAME_BASE = "@rpath";
38573857
FRAMEWORK_SEARCH_PATHS = (
38583858
"$(inherited)",

‎TradeItIosTicketSDK2/Info.plist

+2-2
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>2.0.16</string>
18+
<string>2.0.17</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2.0.16</string>
22+
<string>2.0.17</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

‎TradeItIosTicketSDK2Tests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.16</string>
18+
<string>2.0.17</string>
1919
<key>CFBundleVersion</key>
20-
<string>2.0.16</string>
20+
<string>2.0.17</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)
Please sign in to comment.