Announcing Xojo Library Studio

Announcing Xojo Library Studio

LS is the one tool every Xojo Library developer needs in their toolbox! This application takes total control of the IDE to build as many Library projects as you wish for whatever target architectures you wish, then combines their resulting xojo_library files, customizes metadata, and performs build actions before or after each stage.

As an example of usage, this application would allow a developer to create Xojo libraries for Console, Desktop, iOS, Android, and Web, add the projects and steps to an LS project, then – with the press of a button – build and combine each in to a single distributable file.

LS is currently macOS-only due to restrictions in the Xojo IDE.

7-day Free Trial then $49.95/yr for updates.

Read More

12 Likes

Version 1.0.1

  • New: Extensive Tour functionality for user training.
  • Added: Drag reordering of build processes.
  • Added: Update auto-checking every 7 days.

3 Likes

v1.0.2 - February 20, 2026

Process Improvements
Added
  • Logo now appears above navigation on project windows. Because vanity.
  • Pre- and post-build steps can now be active or inactive.
Fixed
  • IDEScripts now run in postbuild.
  • Targets list now better matches the style of other such listboxes in the app.
  • Pre- and post-build lists now better match the style of other such listboxes in the app.
Changed
  • Improved registration process. Status now appears on registration window.
  • Tours now operate solely on a new project window to prevent unintended changes to user projects.
5 Likes

v1.0.3 - February 21, 2026

Testing Scripts and Appearance Improvements
Added
  • IDE and Shell script editors now have an “Execute” button for script testing.
  • Alternating row colors to primary navigation to improve visibility.
  • Alternating row colors to build process navigation to improve visibility.
  • Contextual help icon and tooltip to IDE and Shell script editor containing supported replacement tokens.
Fixed
  • Dialog OK/Cancel buttons now behave more consistently.
  • {CURRENTDATETIME} token in IDE Scripts is now properly replaced.
  • {CURRENTDATETIME} token in Shell Scripts is now properly replaced.
  • Saving a build action no longer displays the name in the incorrect column of the Pre- or Post-build list.
1 Like

v1.0.4 - February 23, 2026

Metadata Validation
Added
  • “Purchase” Help menu item.
  • Metadata keys are now validated for uniqueness.
  • Metadata values are now type validated.
1 Like

v1.1.0 - February 25, 2026

CLI Building
Added
  • Command Line building.
open -n /path/to/ls --args -b "/path/to/file"
1 Like

v1.1.1 - February 26, 2026

Freeware Release and More Help
Changed
  • Library Studio is now freeware.
Added
  • Extensive tooltips that can be enabled or disabled via the Help menu.
Fixed
  • Some controls were miscolored based on state.
  • Consolidated theming code.
  • Updated styling for better legibility.
5 Likes