phntmxyz_ios_publishing_sidekick_plugin library

Helps with iOS publishing, similar to fastlane but without ruby.

Enums

ExportMethod
ExportOptionsPlist method

Functions

buildIpa({required File certificate, String? certificatePassword, required ProvisioningProfile provisioningProfile, required ExportMethod method, required String bundleIdentifier, Map<String, ProvisioningProfile>? additionalProvisioningProfiles, Map<String, String>? targetBundleIds, bool? newKeychain, DartPackage? package, Duration archiveSilenceTimeout = const Duration(minutes: 3)}) Future<File>
Manually signs and archives a iOS project
installProvisioningProfile(ProvisioningProfile provisioningProfile) → void
Installs the provisioning profile on the dev machine
readP12CertificateInfo(File certificate, {String? password}) P12CertificateInfo
Extracts certificate information from a P12 (PKCS#12) certificate file.

Exceptions / Errors

CommandTimeoutException
Exception thrown when a command times out
XcodeBuildArchiveTimeoutException