diff --git a/Bugsnag.iOS/Bugsnag.iOS.csproj b/Bugsnag.iOS/Bugsnag.iOS.csproj
index 9e937ef..f3de5fa 100644
--- a/Bugsnag.iOS/Bugsnag.iOS.csproj
+++ b/Bugsnag.iOS/Bugsnag.iOS.csproj
@@ -9,7 +9,7 @@
true
17.5
- $([System.IO.File]::ReadAllText('$(MSBuildProjectDirectory)\..\.swift-sdk-version').Trim())
+ $([System.IO.File]::ReadAllText('$(MSBuildProjectDirectory)\..\.swift-sdk-version').Trim()).1
Zach Dean
Ramsey Solutions
Copyright Ramsey Solutions. All rights reserved.
diff --git a/bugsnag-cocoa-build/bugsnag-ios.xcodeproj/project.pbxproj b/bugsnag-cocoa-build/bugsnag-ios.xcodeproj/project.pbxproj
index d8a9ba4..7696252 100644
--- a/bugsnag-cocoa-build/bugsnag-ios.xcodeproj/project.pbxproj
+++ b/bugsnag-cocoa-build/bugsnag-ios.xcodeproj/project.pbxproj
@@ -1079,6 +1079,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
GENERATE_INFOPLIST_FILE = YES;
HEADER_SEARCH_PATHS = "$(SRCROOT)/Bugsnag/include/";
+ MARKETING_VERSION = 6.30.1;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = NO;
@@ -1086,11 +1087,11 @@
"-fembed-bitcode",
"-DTARGET_OS_IPHONE",
);
+ PRODUCT_BUNDLE_IDENTIFIER = com.ramseysolutions.BugsnagBinding;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 5.0;
VALID_ARCHS = "x86_64 armv7 arm64";
- PRODUCT_BUNDLE_IDENTIFIER = com.ramseysolutions.BugsnagBinding;
};
name = Release;
};
@@ -1148,6 +1149,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
GENERATE_INFOPLIST_FILE = YES;
HEADER_SEARCH_PATHS = "$(SRCROOT)/Bugsnag/include/";
+ MARKETING_VERSION = 6.30.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = NO;
@@ -1155,6 +1157,7 @@
"-fembed-bitcode-marker",
"-DTARGET_OS_IPHONE",
);
+ PRODUCT_BUNDLE_IDENTIFIER = com.ramseysolutions.BugsnagBinding;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";