Skip to content

Commit

Permalink
Bumped version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Bonafonte committed Oct 25, 2021
1 parent c62b54c commit af55684
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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 = "0.9.6"
s.version = "1.0.0"
s.summary = "Swift testing framework for Datadog's CI Visibility product"

s.homepage = "https://www.datadoghq.com"
Expand Down
16 changes: 8 additions & 8 deletions DatadogSDKTesting.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2241,7 +2241,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.9.6;
MARKETING_VERSION = 1.0.0;
OTHER_LDFLAGS = "-weak-lXCTestSwiftSupport";
PRODUCT_BUNDLE_IDENTIFIER = com.datadoghq.DatadogSDKTesting;
PRODUCT_NAME = DatadogSDKTesting;
Expand Down Expand Up @@ -2269,7 +2269,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.9.6;
MARKETING_VERSION = 1.0.0;
OTHER_LDFLAGS = "-weak-lXCTestSwiftSupport";
PRODUCT_BUNDLE_IDENTIFIER = com.datadoghq.DatadogSDKTesting;
PRODUCT_NAME = DatadogSDKTesting;
Expand All @@ -2296,7 +2296,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.9.6;
MARKETING_VERSION = 1.0.0;
OTHER_LDFLAGS = "-weak-lXCTestSwiftSupport";
PRODUCT_BUNDLE_IDENTIFIER = com.datadoghq.DatadogSDKTesting;
PRODUCT_NAME = DatadogSDKTesting;
Expand Down Expand Up @@ -2325,7 +2325,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.9.6;
MARKETING_VERSION = 1.0.0;
OTHER_LDFLAGS = "-weak-lXCTestSwiftSupport";
PRODUCT_BUNDLE_IDENTIFIER = com.datadoghq.DatadogSDKTesting;
PRODUCT_NAME = DatadogSDKTesting;
Expand Down Expand Up @@ -2476,7 +2476,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 0.9.6;
MARKETING_VERSION = 1.0.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -2539,7 +2539,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 0.9.6;
MARKETING_VERSION = 1.0.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -2569,7 +2569,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.9.6;
MARKETING_VERSION = 1.0.0;
OTHER_LDFLAGS = " -weak-lXCTestSwiftSupport";
PRODUCT_BUNDLE_IDENTIFIER = com.datadoghq.DatadogSDKTesting;
PRODUCT_NAME = DatadogSDKTesting;
Expand All @@ -2596,7 +2596,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.9.6;
MARKETING_VERSION = 1.0.0;
OTHER_LDFLAGS = " -weak-lXCTestSwiftSupport";
PRODUCT_BUNDLE_IDENTIFIER = com.datadoghq.DatadogSDKTesting;
PRODUCT_NAME = DatadogSDKTesting;
Expand Down

0 comments on commit af55684

Please sign in to comment.