functions/deeplink/extract_project_info library
Classes
Functions
-
extractAndroidPackageName(
) → Future< String?> - Extract Android package name from build.gradle or build.gradle.kts
-
extractDebugSha256(
) → Future< String?> - Extract debug SHA256 fingerprint from debug keystore
-
extractIosBundleId(
) → Future< String?> - Extract iOS bundle ID from project.pbxproj
-
extractIosTeamId(
) → Future< String?> - Extract iOS Team ID from project.pbxproj
-
extractProjectInfo(
) → Future< ProjectInfo> - Extract all project information