ApplePublishConfig class
The publish config class, handling for both iOS and macOS
Contains the upload function to handle the upload process
Constructors
- ApplePublishConfig({required String keyID, required String appAppleID, required String bundleID, required String issuerID, required String outputFilePath})
- ApplePublishConfig.fromMap(YamlMap data)
-
Converts the YAML map to an instance of ApplePublishConfig
factory
Properties
- appAppleID ↔ String
-
getter/setter pair
- bundleID ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- issuerID ↔ String
-
getter/setter pair
- keyID ↔ String
-
getter/setter pair
- outputFilePath ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadToIOS(
{required BPConfig config}) → Future< void> - Uploads the build artifact to the iOS App Store
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
isValid(
YamlMap data, TargetPlatform tp) → (bool, String?) -
Checks if the given config in the
pubspecis valid or not