Skip to content

Commit 2971d5d

Browse files
committed
Version Bump to 15.7.13
1 parent c9f246a commit 2971d5d

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

Clappr.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Clappr"
3-
s.version = "0.7.5"
3+
s.version = "15.7.13"
44
s.summary = "An extensible media player for iOS and tvOS"
55
s.homepage = "http://clappr.io"
66
s.license = 'MIT'

Clappr.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -1450,11 +1450,11 @@
14501450
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
14511451
CODE_SIGN_IDENTITY = "";
14521452
CODE_SIGN_STYLE = Manual;
1453-
CURRENT_PROJECT_VERSION = 1;
1453+
CURRENT_PROJECT_VERSION = 15.7.13;
14541454
DEBUG_INFORMATION_FORMAT = dwarf;
14551455
DEFINES_MODULE = YES;
14561456
DYLIB_COMPATIBILITY_VERSION = 1;
1457-
DYLIB_CURRENT_VERSION = 1;
1457+
DYLIB_CURRENT_VERSION = 15.7.13;
14581458
DYLIB_INSTALL_NAME_BASE = "@rpath";
14591459
GCC_C_LANGUAGE_STANDARD = gnu11;
14601460
INFOPLIST_FILE = Sources/Info.plist;
@@ -1490,10 +1490,10 @@
14901490
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
14911491
CODE_SIGN_IDENTITY = "";
14921492
CODE_SIGN_STYLE = Manual;
1493-
CURRENT_PROJECT_VERSION = 1;
1493+
CURRENT_PROJECT_VERSION = 15.7.13;
14941494
DEFINES_MODULE = YES;
14951495
DYLIB_COMPATIBILITY_VERSION = 1;
1496-
DYLIB_CURRENT_VERSION = 1;
1496+
DYLIB_CURRENT_VERSION = 15.7.13;
14971497
DYLIB_INSTALL_NAME_BASE = "@rpath";
14981498
GCC_C_LANGUAGE_STANDARD = gnu11;
14991499
INFOPLIST_FILE = Sources/Info.plist;
@@ -1752,11 +1752,11 @@
17521752
buildSettings = {
17531753
CLANG_ANALYZER_NONNULL = YES;
17541754
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1755-
CURRENT_PROJECT_VERSION = 0.7.5;
1755+
CURRENT_PROJECT_VERSION = 15.7.13;
17561756
DEBUG_INFORMATION_FORMAT = dwarf;
17571757
DEFINES_MODULE = YES;
17581758
DYLIB_COMPATIBILITY_VERSION = 1;
1759-
DYLIB_CURRENT_VERSION = 0.7.5;
1759+
DYLIB_CURRENT_VERSION = 15.7.13;
17601760
DYLIB_INSTALL_NAME_BASE = "@rpath";
17611761
ENABLE_TESTABILITY = YES;
17621762
FRAMEWORK_SEARCH_PATHS = (
@@ -1782,10 +1782,10 @@
17821782
buildSettings = {
17831783
CLANG_ANALYZER_NONNULL = YES;
17841784
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1785-
CURRENT_PROJECT_VERSION = 0.7.5;
1785+
CURRENT_PROJECT_VERSION = 15.7.13;
17861786
DEFINES_MODULE = YES;
17871787
DYLIB_COMPATIBILITY_VERSION = 1;
1788-
DYLIB_CURRENT_VERSION = 0.7.5;
1788+
DYLIB_CURRENT_VERSION = 15.7.13;
17891789
DYLIB_INSTALL_NAME_BASE = "@rpath";
17901790
FRAMEWORK_SEARCH_PATHS = (
17911791
"$(inherited)",

Example/Clappr/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.7.5</string>
24+
<string>15.7.13</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

Example/Clappr_tvOS/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleVersion</key>
28-
<string>1</string>
28+
<string>15.7.13</string>
2929
<key>LSRequiresIPhoneOS</key>
3030
<true/>
3131
<key>NSAppTransportSecurity</key>

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

Tests/Clappr_Tests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>0.7.5</string>
22+
<string>15.7.13</string>
2323
</dict>
2424
</plist>

Tests/Clappr_UITests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.7.5</string>
20+
<string>15.7.13</string>
2121
</dict>
2222
</plist>

Tests/Clappr_tvOS_Tests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1</string>
20+
<string>15.7.13</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)