Can't seem to combine ios/targets with other stuff in AppFlow
boozedog opened this issue · 2 comments
boozedog commented
Works in AppFlow:
vars:
BUNDLE_ID:
CI_BUILD_NUMBER:
PACKAGE_VERSION:
platforms:
ios:
bundleId: $BUNDLE_ID
version: $PACKAGE_VERSION
buildNumber: $CI_BUILD_NUMBER
Doesn't work in AppFlow (version gets set, but buildNumber does not)
vars:
BUNDLE_ID:
CI_BUILD_NUMBER:
PACKAGE_VERSION:
platforms:
ios:
bundleId: $BUNDLE_ID
version: $PACKAGE_VERSION
buildNumber: $CI_BUILD_NUMBER
targets:
App:
plist:
- replace: true
entries:
- ITSAppUsesNonExemptEncryption:
false
Version:
% npx trapeze --version
7.0.6
mlynch commented
Apologies, can you try 7.0.7 which I just published? Should resolve this issue.
boozedog commented
Works now, thanks!