Skip to content

Commit

Permalink
Bump to Stable 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobjenschi committed Feb 14, 2024
1 parent c927cda commit 72b3805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DailymotionPlayerSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.11;
MARKETING_VERSION = 1.3.0;
PRODUCT_BUNDLE_IDENTIFIER = com.dailymotion.sample.player;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -519,7 +519,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.11;
MARKETING_VERSION = 1.3.0;
PRODUCT_BUNDLE_IDENTIFIER = com.dailymotion.sample.player.sdk;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class SampleSelectionViewController: DailymotionBaseViewController {

func setupView() {
let buildNumber = Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String ?? ""
appVersionLabel.text = "App v\(buildNumber)_beta"
appVersionLabel.text = "App v\(buildNumber)"
SDKVersionLabel.text = "SDK v\(DailymotionPlayer.sdkVersion)"
overrideUserInterfaceStyle = .light
title = NSLocalizedString("SampleScreenSelectionTitle", comment: "")
Expand Down

0 comments on commit 72b3805

Please sign in to comment.