This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3.8.1 release and documentation updates
- Loading branch information
Andreas Linde
committed
Sep 16, 2015
1 parent
56e6932
commit 359f67a
Showing
6 changed files
with
19 additions
and
15 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-Source' | ||
s.version = '3.8' | ||
s.version = '3.8.1' | ||
|
||
s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.' | ||
s.description = <<-DESC | ||
|
@@ -12,7 +12,7 @@ Pod::Spec.new do |s| | |
DESC | ||
|
||
s.homepage = 'http://hockeyapp.net/' | ||
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.8/' | ||
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.8.1/' | ||
|
||
s.license = 'MIT' | ||
s.author = { 'Andreas Linde' => '[email protected]', 'Thomas Dohmke' => "[email protected]" } | ||
|
@@ -26,7 +26,7 @@ Pod::Spec.new do |s| | |
s.frameworks = 'AssetsLibrary', 'CoreText', 'CoreGraphics', 'MobileCoreServices', 'QuartzCore', 'QuickLook', 'Security', 'SystemConfiguration', 'UIKit' | ||
s.libraries = 'c++' | ||
s.ios.vendored_frameworks = 'Vendor/CrashReporter.framework' | ||
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_C_VERSION="\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"52\\"" BITHOCKEY_C_BUILD="\\"52\\""} } | ||
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_C_VERSION="\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"53\\"" BITHOCKEY_C_BUILD="\\"53\\""} } | ||
s.resource_bundle = { 'HockeySDKResources' => ['Resources/*.png', 'Resources/*.lproj'] } | ||
s.preserve_paths = 'Resources', 'Support' | ||
s.private_header_files = 'Classes/*Private.h' | ||
|
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' | ||
s.version = '3.8' | ||
s.version = '3.8.1' | ||
|
||
s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.' | ||
s.description = <<-DESC | ||
|
@@ -12,7 +12,7 @@ Pod::Spec.new do |s| | |
DESC | ||
|
||
s.homepage = 'http://hockeyapp.net/' | ||
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.8/' | ||
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.8.1/' | ||
|
||
s.license = { :type => 'MIT', :file => 'HockeySDK-iOS/LICENSE' } | ||
s.author = { 'Andreas Linde' => '[email protected]', 'Thomas Dohmke' => "[email protected]" } | ||
|
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
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