Hello Simon, —> I have a locked field that, when clicked, manages version numbers —> for iOS mobile builds —> put your new version number into tNewVersion —> then update the standalone builder and your own customProperty —> at the same time —> assume “main” is the name of your mainstack
-- update the internal version set the uVersionNumber of stack "main" to tNewVersion -- update this field so I can see the current version put tNewVersion into me -- update the revStandaloneSettings set the customPropertySet of stack "main" to "cRevStandaloneSettings" put "ios,bundle version" into tVersionCustomProp set the tVersionCustomProp of stack "main" to tNewVersion save stack "main" set the customPropertySet of stack "main" to empty -- clean up -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@elementarysoftware.com ------------------------------------------------------ > On Nov 7, 2014, at 7:14 PM, Simon <si...@asato-media.com> wrote: > > Hi Jacque, > > "The standalone builder does keep a record of the versions and other app > settings as part of the stack properties..." > > So, is there a way to record > <key>CFBundleVersion</key> > <string>7.5.7</string> > during the save as standalone for iOS mobile? > > Sure, I get save it as a custom property, just how to read it? > > Simon _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode