Skip to content

Commit

Permalink
fix Crashlytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortennn committed Aug 11, 2019
1 parent 88cbc6e commit a8e6f6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
build/
.build/
Releases/
Dozer.xcodeproj/
Credentials/
Carthage/

# Fastlane
fastlane/
fastlaneLegacy/
Gemfile
Gemfile.lock

Expand Down
1 change: 1 addition & 0 deletions Scripts/Crashlytics.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./Carthage/Build/Mac/Fabric.framework/run 67eb7732a60d9f8f534b1e54b18079643f8bf5ac 1e7f5d52e8cbdf6bd2b6950cfa3ae171c2e43c10142f569eb3428bf45701ba7d
7 changes: 6 additions & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ targets:
- path: Scripts/SignFrameworks.sh
name: Sign Frameworks
runOnlyWhenInstalling: true
- path: Scripts/Crashlytics.sh
name: Crashlytics
runOnlyWhenInstalling: true
- script: /usr/local/bin/swiftgen
name: Generate files using SwiftGen
- script: Scripts/Swiftlint.sh
- path: Scripts/Swiftlint.sh
name: Swiftlint
settings:
base:
Expand All @@ -35,6 +38,8 @@ targets:
DEBUG_INFORMATION_FORMAT: "dwarf-with-dsym"
ENABLE_HARDENED_RUNTIME: true
MACOSX_DEPLOYMENT_TARGET: 10.13
VERSIONING_SYSTEM: apple-generic
CURRENT_PROJECT_VERSION: 3.1.0
dependencies:
- carthage: LaunchAtLogin
- carthage: Defaults
Expand Down

0 comments on commit a8e6f6a

Please sign in to comment.