File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "BranchSDK"
3- s . version = "3.14 .0"
3+ s . version = "4.0.0-alpha .0"
44 s . summary = "Create an HTTP URL for any piece of content in your app"
55 s . description = <<-DESC
66- Want the highest possible conversions on your sharing feature?
Original file line number Diff line number Diff line change 19811981 "@executable_path/Frameworks",
19821982 "@loader_path/Frameworks",
19831983 );
1984- MARKETING_VERSION = 3.14.0 ;
1984+ MARKETING_VERSION = "4.0.0-alpha.0" ;
19851985 OTHER_LDFLAGS = (
19861986 "-weak_framework",
19871987 LinkPresentation,
20212021 "@executable_path/Frameworks",
20222022 "@loader_path/Frameworks",
20232023 );
2024- MARKETING_VERSION = 3.14.0 ;
2024+ MARKETING_VERSION = "4.0.0-alpha.0" ;
20252025 OTHER_LDFLAGS = (
20262026 "-weak_framework",
20272027 LinkPresentation,
20812081 "@loader_path/Frameworks",
20822082 );
20832083 MACH_O_TYPE = staticlib;
2084- MARKETING_VERSION = 3.14.0 ;
2084+ MARKETING_VERSION = "4.0.0-alpha.0" ;
20852085 OTHER_LDFLAGS = (
20862086 "-weak_framework",
20872087 LinkPresentation,
21232123 "@loader_path/Frameworks",
21242124 );
21252125 MACH_O_TYPE = staticlib;
2126- MARKETING_VERSION = 3.14.0 ;
2126+ MARKETING_VERSION = "4.0.0-alpha.0" ;
21272127 OTHER_LDFLAGS = (
21282128 "-weak_framework",
21292129 LinkPresentation,
21632163 "@executable_path/Frameworks",
21642164 "@loader_path/Frameworks",
21652165 );
2166- MARKETING_VERSION = 3.14.0 ;
2166+ MARKETING_VERSION = "4.0.0-alpha.0" ;
21672167 OTHER_LDFLAGS = (
21682168 "-weak_framework",
21692169 LinkPresentation,
22032203 "@executable_path/Frameworks",
22042204 "@loader_path/Frameworks",
22052205 );
2206- MARKETING_VERSION = 3.14.0 ;
2206+ MARKETING_VERSION = "4.0.0-alpha.0" ;
22072207 OTHER_LDFLAGS = (
22082208 "-weak_framework",
22092209 LinkPresentation,
Original file line number Diff line number Diff line change 88
99#include " BNCConfig.h"
1010
11- NSString * const BNC_SDK_VERSION = @" 3.14 .0" ;
11+ NSString * const BNC_SDK_VERSION = @" 4.0.0-alpha .0" ;
1212NSString * const BNC_LINK_URL = @" https://bnc.lt" ;
1313NSString * const BNC_CDN_URL = @" https://cdn.branch.io" ;
1414
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Options:
3030USAGE
3131}
3232
33- version=3.14 .0
33+ version=4.0 .0
3434prev_version=" $version "
3535
3636if (( $# == 0 )) ; then
You can’t perform that action at this time.
0 commit comments