Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Old BundleIdentifier may also start with numeric character #313

Open
lal12 opened this issue May 10, 2021 · 0 comments
Open

Old BundleIdentifier may also start with numeric character #313

lal12 opened this issue May 10, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@lal12
Copy link

lal12 commented May 10, 2021

Nowadays the iOS bundleIdentifier has to start with a latter [A-Za-z]. However this wasn't always the case. My app from 2016 has an bundleIdentifier starting with a numeric character. Previously I used SDK 39 where the app.name was used, but now I apparently have to specify app.ios.bundleIdentifier explicitly, therefore it now complains about an invalid bundleIdentifier.

So /src/jobsSchemas/ios.ts:11 should be changed to allow /^[a-zA-Z0-9\-.]+$/

@lal12 lal12 added the bug Something isn't working label May 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant