We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7161c commit e9fcfb3Copy full SHA for e9fcfb3
README.md
@@ -190,4 +190,10 @@ To regenerate a specification file for Mac OS:
190
propeller_libs_and_tools,
191
```
192
193
+ * At the end of the "app" block, change that last element to the following lines (where x.x.x is the version number):
194
+```
195
+ bundle_identifier='com.ParallaxInc.BlocklyPropClient',
196
+ info_plist={'CFBundleShortVersionString': 'x.x.x'})
197
198
+
199
* Save the file and rename to __BlocklyPropClient.macos.spec__
0 commit comments