File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11build /
2+ .build /
23Releases /
34Dozer.xcodeproj /
45Credentials /
56Carthage /
67
78# Fastlane
89fastlane /
10+ fastlaneLegacy /
911Gemfile
1012Gemfile.lock
1113
Original file line number Diff line number Diff line change 1+ ./Carthage/Build/Mac/Fabric.framework/run 67eb7732a60d9f8f534b1e54b18079643f8bf5ac 1e7f5d52e8cbdf6bd2b6950cfa3ae171c2e43c10142f569eb3428bf45701ba7d
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments