Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffraeder committed Oct 21, 2023
1 parent 50141f6 commit 3e2c57d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BugsplatMac.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'BugsplatMac'
s.version = '1.1.4'
s.version = '1.1.5'
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.homepage = 'http://bugsplat.com'
s.summary = 'Bugsplat macOS framework'
s.author = 'Geoff Raeder'
s.source = { :http => "https://github.com/BugSplatGit/BugsplatMac/releases/download/#{s.version}/BugsplatMac.xcframework.zip" }
s.platform = :osx, '10.9'
s.platform = :osx, '10.13'
s.requires_arc = true
s.vendored_frameworks = "BugsplatMac.xcframework"
s.resource = "BugsplatMac.xcframework"
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Supporting/buildnumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BUILD_NUMBER = 1
VERSION_STRING = 1.1.4
VERSION_STRING = 1.1.5
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) FRAMEWORK_VERSION="@\""$(VERSION_STRING)"\"" FRAMEWORK_BUILD="@\""$(BUILD_NUMBER)"\"" $(XCODEBUILD_GCC_PREPROCESSOR_DEFINITIONS)

0 comments on commit 3e2c57d

Please sign in to comment.