Skip to content

Commit

Permalink
Updated binary package version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Sep 17, 2024
1 parent 42d3edd commit 5a2d6ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DatadogSDKTesting.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'DatadogSDKTesting'
s.module_name = 'DatadogSDKTesting'
s.version = '2.5.1-alpha3'
s.version = '2.5.1'
s.summary = "Swift testing framework for Datadog's CI Visibility product"
s.license = 'Apache 2.0'
s.homepage = 'https://www.datadoghq.com'
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.source = {
:http => "https://github.com/DataDog/dd-sdk-swift-testing/releases/download/#{s.version}/DatadogSDKTesting.zip",
:sha256 => '6d7e90a116f0965b5693a1a51fa0b37c5f359311d6a9447d4e4f85892aa74371'
:sha256 => '5c64be8bac9f6e094da3117bc397dfd96c887490ab0f2667ea39de44b75b6179'
}

s.ios.deployment_target = '13.0'
Expand Down
12 changes: 6 additions & 6 deletions DatadogSDKTesting.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = "2.5.1-alpha3";
MARKETING_VERSION = "2.5.1";
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = com.datadoghq.CDatadogSDKTesting;
Expand Down Expand Up @@ -1815,7 +1815,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = "2.5.1-alpha3";
MARKETING_VERSION = "2.5.1";
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = com.datadoghq.CDatadogSDKTesting;
Expand Down Expand Up @@ -2170,7 +2170,7 @@
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "";
MARKETING_VERSION = "2.5.1-alpha3";
MARKETING_VERSION = "2.5.1";
PRODUCT_BUNDLE_IDENTIFIER = com.datadoghq.IntegrationTestsUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand All @@ -2194,7 +2194,7 @@
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "";
MARKETING_VERSION = "2.5.1-alpha3";
MARKETING_VERSION = "2.5.1";
PRODUCT_BUNDLE_IDENTIFIER = com.datadoghq.IntegrationTestsUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -2268,7 +2268,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = "2.5.1-alpha3";
MARKETING_VERSION = "2.5.1";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -2340,7 +2340,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LLVM_LTO = YES_THIN;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = "2.5.1-alpha3";
MARKETING_VERSION = "2.5.1";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

import PackageDescription

let releaseVersion = "2.5.1-alpha3"
let relaseChecksum = "6d7e90a116f0965b5693a1a51fa0b37c5f359311d6a9447d4e4f85892aa74371"
let releaseVersion = "2.5.1"
let relaseChecksum = "5c64be8bac9f6e094da3117bc397dfd96c887490ab0f2667ea39de44b75b6179"
let url = "https://github.com/DataDog/dd-sdk-swift-testing/releases/download/\(releaseVersion)/DatadogSDKTesting.zip"

let package = Package(
Expand Down

0 comments on commit 5a2d6ba

Please sign in to comment.