
Steps to build the BCL solution:
The BCL solution relies on a custom build task used to filter and rename the compiled javascript files by platform.
E.g. the file application.android.js
, containing the actual platform-specific implementation will become application.js
.
The BCL itself uses a pre-built copy of the task, residing in the Build/lib
folder.
BuildTasks solution
In case you want to change the custom build task you will need to rebuild the solution and copy the newly generated assembly to the Build/lib
folder.
The output of this project is located at (../bin/)
Build the BCL project
There are four different configurations of the project:
- Android
This configuration will create abin/Android
folder and output all the Android-related files there. - iOS
This configuration will create abin/iOS
folder and output all the iOS-related files there. - Android_Deploy
[Still working on] - iOS_Deploy
Same as the iOS configuration plus the generated javascript is copied to the JS folder in the testing xCode project. The path to the project is taken from theBCL/Deploy/xCode/Configuration.xml
file. The expected XML structure is:
Useful links
Adds the option to "Group Items" (DependentUpon tag) within the Visual Studio Solution Explorer. Select several items, right-click -> Group Items.