Skip to content

Commit

Permalink
fix(iosApp): configure correctly Firebase Crashlytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed Jan 9, 2024
1 parent 5ea1dc6 commit a6ad4ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion iosApp/iosApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,11 @@
inputFileListPaths = (
);
inputPaths = (
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}",
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}",
"$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)",
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Info.plist",
"$(TARGET_BUILD_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/GoogleService-Info.plist",
"$(TARGET_BUILD_DIR)/$(EXECUTABLE_PATH)",
);
outputFileListPaths = (
);
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.koin.core.qualifier.named
import org.koin.dsl.module

val buildConfigModule = module {
single(named(IsDebugNamed)) { true }
single(named(IsDebugNamed)) { false }
single(named(ApplicationIdNamed)) { "org.gdglille.devfest.ios" }
single(named(Conference4HallBaseUrlNamed)) { "https://cms4partners-ce427.nw.r.appspot.com" }
}
Expand Down

0 comments on commit a6ad4ff

Please sign in to comment.