apm icon indicating copy to clipboard operation
apm copied to clipboard

AIR Package Manager

Results 13 apm issues
Sort by recently updated
recently updated
newest added

I updated today the ANes and the app descriptor file of my app. The app crashes completely when opening, because I think that there is a bug in the manifest....

Why am I getting this error while updating apm ? ``` CONFLICT :: fatal error : found [2] conflicting packages CONFLICT :: com.distriqt.Adverts CONFLICT :: ├── 15.0.0 CONFLICT :: └──...

Hi! I'm trying to generate separate descriptors to ios and android. Since "apm generate app-descriptor src/descriptor-ios.xml --exclude-android" is deprecated, for now, to generate a descriptor file with only ios/android related...

I get very often a checksum mismatch on Windows like the following one: ``` [2022-07-07T14:36:30.359Z] Installing package : [email protected] [2022-07-07T14:36:30.359Z] V::ProcessQueue::checkAndStartNextProcess(): 2 [2022-07-07T14:36:30.359Z] Downloading package : [email protected] [2022-07-07T14:36:30.359Z] D::ChecksumProcess::start: com.distriqt.Core_6.4.6.airpackage...

bug
platform: windows-server

Updates for the Android-only variant of ANEs will drop the iOS-specific `bundleSeedId` value to "" and then display an error message that this value is missing and not generate a...

When `apm` generates the description, it is not easy to understand which extension missed the parameter value. For example, `apm` gives me this message: `generate/app-descriptor :: Parameter not valid: bundleSeedId=`....

I installed apm on my mac and generated app-descriptor without problems. But when I tried the same setup on my Windows PC I couldn't pass the Error 1088 below. It...

bug

- Adds the option to add separators within the `${...}` variables. - More ambitious goal I have in mind would be to support conditionals (will discuss this in an issue).

stale

A configuration with name "helloAIRDev" will be read from env["HELLO_AIR_DEV"]. For example, `apm` can be called this way when generating a production build: ``` $ APS_ENVIRONMENT=production apm generate app-descriptor ```...

stale

Implements the functionality with bash. Depends on `python`, `curl` and `unzip` (which are present by default on macOS, AFAIK). --- _Note:_ I realize this only supports macOS at the moment,...

stale