phntmxyz_ios_publishing_sidekick_plugin 1.2.0
phntmxyz_ios_publishing_sidekick_plugin: ^1.2.0 copied to clipboard
Generated sidekick plugin (template shared-code)
Changelog #
1.2.0 #
- New:
XcodePlist.setArrayValue()- Sets an array of string values for a given key in plist files - Added tons of examples
1.1.0 #
- Add support for building iOS apps with app extensions (e.g., Share Extensions)
- New: Extension support for
buildIpa()additionalProvisioningProfiles- Map of bundle identifiers to provisioning profiles for additional targetstargetBundleIds- Map of target names to bundle identifiers to override during build
- New:
XcodePlistclass for managing plist filessetStringValue()- Sets a string value for a given keysetAppGroupId()- Sets the App Group IDsetBundleIdentifier()- Sets the CFBundleIdentifiersetBundleDisplayName()- Sets the CFBundleDisplayNamesetBundleName()- Sets the CFBundleName
- New: Extension helpers for
XcodePbxprojgetBuildSettings()- Gets buildSettings content for a specific target and configurationsetExtensionBundleIdentifier()- Sets the bundle identifier for extension targetssetExtensionProvisioningProfile()- Sets the provisioning profile for extension targets
1.0.1 #
- Fix port leak in
readP12CertificateInfowhich prevented the Dart VM from exiting (cli hangs after completion)
1.0.0 #
buildIpa()is now async- Update to sidekick_core 3.0.0
0.5.0 #
- Add missing awaits
0.4.0 #
- Update minimum Dart SDK to 3.5.0
- Update Sidekick Core to 3.0.0-preview.5
- Update dcli to 7.0.2
0.3.0 #
- Deprecate
ExportMethod.adHocin favor of newExportMethod.releaseTesting - Add timeout to keychain commands (default 60s)
- Always add -P "" (no password) when importing certificates into the keychain. This prevents a password prompt (hang on CI)
- More keychain logging in case of an error
0.2.5 #
- Unlock keychain before importing the certificate
0.2.4 #
- Always set the
DEVELOPMENT_TEAM - New:
XcodePbxprojmethods:setCodeSignStyleandsetDevelopmentTeam
0.2.3 #
- Add certificatePassword to
buildIpa - Add
ExportMethod.appStoreConnect, deprecateExportMethod.appStore
0.2.2 #
- add
archiveSilenceTimeouttobuildIpa
0.2.1 #
- Unlock keychain after long builds before signing #6
- Support for OpenSSL 3.1.0 with the
-legacyflag #8
0.2.0 #
- Update to Dart 3
0.1.0 #
- manual signing of the iOS App
- Installer for sidekick 1.0.0