Skip to content

Commit

Permalink
feat: Remove KSCrash submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Jun 20, 2018
1 parent 944e929 commit db259ba
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 1,705 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "Sources/KSCrash"]
path = Sources/KSCrash
url = https://github.com/kstenerud/KSCrash
3 changes: 1 addition & 2 deletions .slather.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ coverage_service: cobertura_xml
xcodeproj: Sentry.xcodeproj
ignore:
- Tests/*
- Sources/KSCrash/*

- Sources/SentryCrash/*
3 changes: 1 addition & 2 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ excluded:
- Pods
- Utils
- DependencyManagerTests
- KSCrash
- Sources/KSCrash
- Sources/SentryCrash
whitelist_rules:
#- attributes
- class_delegate_protocol
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ env:
matrix:
- LANE=lint
- LANE=test
- LANE=kscrash
- LANE=swiftpm
# - LANE=pod

Expand All @@ -27,7 +26,7 @@ jobs:
script: .travis/stage-carthage.sh
after_success:
- npm install -g @zeus-ci/cli
- zeus upload -t "application/zip+carthage" KSCrash/Sentry.framework.zip
- zeus upload -t "application/zip+carthage" Sentry.framework.zip

notifications:
webhooks:
Expand Down
1 change: 0 additions & 1 deletion .travis/stage-carthage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
brew update > /dev/null
brew outdated carthage || brew upgrade carthage

cd KSCrash
carthage build --no-skip-current
carthage archive --output Sentry.framework.zip
1,444 changes: 0 additions & 1,444 deletions KSCrash/Sentry-KSCrash.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions KSCrash/SentryTests/Info.plist

This file was deleted.

54 changes: 0 additions & 54 deletions KSCrash/SentryTests/SentryTests.m

This file was deleted.

1 change: 0 additions & 1 deletion Sources/KSCrash
Submodule KSCrash deleted from 1d6855

0 comments on commit db259ba

Please sign in to comment.