File tree Expand file tree Collapse file tree
Tuist/ProjectDescriptionHelpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ let project = Project(
2929 sourcePath: " Sources " ,
3030 configPath: " Sources/.swiftlint.yml "
3131 ) ,
32- DevLogScripts . firebaseCrashlyticsDSYMUpload ( ) ,
3332 ] ,
3433 dependencies: [
3534 . project( target: " DevLogPresentation " , path: " ../DevLogPresentation " ) ,
Original file line number Diff line number Diff line change @@ -60,25 +60,6 @@ public enum DevLogPackages {
6060}
6161
6262public enum DevLogScripts {
63- public static func firebaseCrashlyticsDSYMUpload( ) -> TargetScript {
64- TargetScript . post (
65- script: """
66- " ${BUILD_DIR%/Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run "
67- """ ,
68- name: " Firebase Crashlytics dSYM Upload " ,
69- inputPaths: [
70- " ${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME} " ,
71- " ${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${PRODUCT_NAME} " ,
72- " ${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${PRODUCT_NAME}.debug.dylib " ,
73- " ${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Info.plist " ,
74- " $(TARGET_BUILD_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/GoogleService-Info.plist " ,
75- " $(TARGET_BUILD_DIR)/$(EXECUTABLE_PATH) " ,
76- ] ,
77- basedOnDependencyAnalysis: false ,
78- shellPath: " /bin/bash "
79- )
80- }
81-
8263 public static func swiftLint(
8364 sourcePath: String ,
8465 configPath: String = " ../../.swiftlint.yml "
You can’t perform that action at this time.
0 commit comments