diff --git a/artifacts/postiz-mobile/eas.json b/artifacts/postiz-mobile/eas.json new file mode 100644 index 0000000..7ff8c52 --- /dev/null +++ b/artifacts/postiz-mobile/eas.json @@ -0,0 +1,23 @@ +{ + "cli": { + "version": ">= 16.0.0" + }, + "build": { + "preview": { + "android": { + "buildType": "apk" + } + }, + "production": { + "android": { + "buildType": "app-bundle" + }, + "ios": { + "resourceClass": "m-medium" + } + } + }, + "submit": { + "production": {} + } +}