Skip to content

Commit a8e6f6a

Browse files
committed
fix Crashlytics
1 parent 88cbc6e commit a8e6f6a

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
build/
2+
.build/
23
Releases/
34
Dozer.xcodeproj/
45
Credentials/
56
Carthage/
67

78
# Fastlane
89
fastlane/
10+
fastlaneLegacy/
911
Gemfile
1012
Gemfile.lock
1113

Scripts/Crashlytics.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./Carthage/Build/Mac/Fabric.framework/run 67eb7732a60d9f8f534b1e54b18079643f8bf5ac 1e7f5d52e8cbdf6bd2b6950cfa3ae171c2e43c10142f569eb3428bf45701ba7d

project.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ targets:
2323
- path: Scripts/SignFrameworks.sh
2424
name: Sign Frameworks
2525
runOnlyWhenInstalling: true
26+
- path: Scripts/Crashlytics.sh
27+
name: Crashlytics
28+
runOnlyWhenInstalling: true
2629
- script: /usr/local/bin/swiftgen
2730
name: Generate files using SwiftGen
28-
- script: Scripts/Swiftlint.sh
31+
- path: Scripts/Swiftlint.sh
2932
name: Swiftlint
3033
settings:
3134
base:
@@ -35,6 +38,8 @@ targets:
3538
DEBUG_INFORMATION_FORMAT: "dwarf-with-dsym"
3639
ENABLE_HARDENED_RUNTIME: true
3740
MACOSX_DEPLOYMENT_TARGET: 10.13
41+
VERSIONING_SYSTEM: apple-generic
42+
CURRENT_PROJECT_VERSION: 3.1.0
3843
dependencies:
3944
- carthage: LaunchAtLogin
4045
- carthage: Defaults

0 commit comments

Comments
 (0)