Skip to content

Commit

Permalink
Merge pull request #25 from openxc/next
Browse files Browse the repository at this point in the history
AppCenter instead of HockeyApp and tracefile improvements
  • Loading branch information
emarsman authored Oct 24, 2019
2 parents 02c119c + 31110dd commit 8a1974b
Show file tree
Hide file tree
Showing 155 changed files with 3,065 additions and 5,618 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# OpenXC iOS App Demo Changelog

## v5.0.0


* Feature: App Center SDK Integration for crash Annalytics.
* Feature: Split trace button to split trace file into multiple file.


## v4.0.0

* Improvement: Support for iOS 12.
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use_frameworks!

target 'openxcframework_Example' do
pod 'openxcframework', :path => '../'
pod 'HockeySDK'
pod 'AppCenter'
target 'openxcframework_Tests' do
inherit! :search_paths

Expand Down
23 changes: 14 additions & 9 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
PODS:
- HockeySDK (5.1.4):
- HockeySDK/DefaultLib (= 5.1.4)
- HockeySDK/DefaultLib (5.1.4)
- openxcframework (1.1.6):
- AppCenter (2.2.0):
- AppCenter/Analytics (= 2.2.0)
- AppCenter/Crashes (= 2.2.0)
- AppCenter/Analytics (2.2.0):
- AppCenter/Core
- AppCenter/Core (2.2.0)
- AppCenter/Crashes (2.2.0):
- AppCenter/Core
- openxcframework (4.0.0):
- ProtocolBuffers-Swift
- ProtocolBuffers-Swift (4.0.6)

DEPENDENCIES:
- HockeySDK
- AppCenter
- openxcframework (from `../`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- HockeySDK
- AppCenter
- ProtocolBuffers-Swift

EXTERNAL SOURCES:
openxcframework:
:path: "../"

SPEC CHECKSUMS:
HockeySDK: 15afe6bc0a5bfe3a531fd73dbf082095f37dac3b
openxcframework: 9dbf70ed93f38df573dde6131bebb4cf5d74045b
AppCenter: c809e69d93218b9861b4f8e54ded8dcf4d2131e7
openxcframework: 6481af0f07f864a99fa3a8560cc8152f577f3ead
ProtocolBuffers-Swift: 09b5cfcc641ab512d6aaa1d2cc3879a40432052c

PODFILE CHECKSUM: c50021e72e6e334ee32b7f5ca5d6af145ff4500d
PODFILE CHECKSUM: f2d0fa3f68cab83a814e453755d9a4d8bf474222

COCOAPODS: 1.6.1
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8a1974b

Please sign in to comment.