This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release notes and documentation
- Loading branch information
Andreas Linde
committed
Sep 21, 2015
1 parent
aa6b1d4
commit 90cf888
Showing
5 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'HockeySDK-Mac' | ||
s.version = '3.1.0' | ||
s.version = '3.2.0' | ||
|
||
s.summary = 'Collect crash reports with HockeyApp.' | ||
s.description = <<-DESC | ||
|
@@ -12,7 +12,7 @@ Pod::Spec.new do |s| | |
DESC | ||
|
||
s.homepage = 'http://www.hockeyapp.net/' | ||
s.documentation_url = 'http://www.hockeyapp.net/help/sdk/mac/3.1.0/' | ||
s.documentation_url = 'http://www.hockeyapp.net/help/sdk/mac/3.2.0/' | ||
|
||
s.license = { :type => 'MIT', :file => 'HockeySDK-Mac/LICENSE.txt' } | ||
s.author = { 'Andreas Linde' => '[email protected]', 'Thomas Dohmke' => "[email protected]" } | ||
|
@@ -25,6 +25,6 @@ Pod::Spec.new do |s| | |
s.vendored_frameworks = "HockeySDK-Mac/HockeySDK.framework" | ||
s.public_header_files = "HockeySDK-Mac/HockeySDK.framework/Versions/A/Headers/*.h*" | ||
s.resource = "HockeySDK-Mac/HockeySDK.framework" | ||
s.xcconfig = { 'LD_RUNPATH_SEARCH_PATHS' => '@loader_path/../Frameworks' } | ||
s.xcconfig = { 'LD_RUNPATH_SEARCH_PATHS' => '@executable_path/../Frameworks' } | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#include "HockeySDK.xcconfig" | ||
|
||
BUILD_NUMBER = 29 | ||
VERSION_STRING = 3.1.0 | ||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.1.0\"" | ||
BUILD_NUMBER = 30 | ||
VERSION_STRING = 3.2.0 | ||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.2.0\"" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters