Special

Introducing the “Welcome to Xojo” Bundle!

New to Xojo and looking for guidance? We've put together a terrific bundle to welcome you! Xojo Bundle

This bundle includes six back issues of the magazine -- all of year 21 in printed book and digital formats -- plus a one-year subscription (beginning with 22.1) so you'll be learning all about Xojo for the next year. It's the perfect way to get started programming with Xojo. And you save as much as $35 over the non-bundle price!

This offer is only available for a limited time as supplies are limited, so hurry today and order this special bundle before the offer goes away!

Article Preview


Buy Now

Issue 12.2 ('Inefficiencies')
Instant purchase and download via GumRoad!

COLUMN

Build Automation

Automate tasks for each build

Issue: 12.2 (March/April 2014)
Author: Seth Verrinder
Author Bio: Seth is a consultant who uses Xojo every day in his job at BKeeney Software, Inc.
Article Description: No description available.
Article Length (in bytes): 5,747
Starting Page Number: 60
Article Number: 12211
Related Link(s): None

Excerpt of article text...

Overview

One benefit of the licensing changes introduced along with Xojo is that features that used to only be available in the more expensive editions are now available to everyone. Container controls are one such feature and they’re incredibly useful. Build Steps are another, and that’s what I’m going to show you in this article.

For many projects there are certain tasks that you need to perform every time you do a build. For example, you might have a collection of images that needs to be copied into the Resources directory or moved inside the bundle on Mac OS. If your application depends on a DLL or a static library that’s not wrapped by a Xojo plugin, then you may want to put that into your Libs folder.

There are a couple ways you can approach this:


Create a script that you can invoke after each build using a build step


Add build steps to automate the process

...End of Excerpt. Please purchase the magazine to read the full article.