You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
It's not issue as title said, I have detached native and react-native projects that different from regular RN project structure.
If I type code-push release-react ..., this command will find Info.plist which provide binary app version(CFBundleShortVersionString), but we replace the key with variable like $(xxx), thus code-push cli can not find the version string.
My simple question is, how could I specify binary app version string to code-push cli directly?