KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
blade-sample
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
fuel-plugin-detach-rabbitmq
:
MOVED: now at https://opendev.org/x/fuel-plugin-detach-rabbitmq
elixir.challenges
:
Various code challenges in Elixir
bluefence
:
A DIY BlueProximity alternative.
Android-ParallaxRefresh
:
This is a drop-down head View supports parallax effect, support refresh libraries!
play24-slick3-auth-example
:
play24-slick3-auth-example
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
blade-sample
?
Download (.md)
# Blade Sample This is a sample XCode project (single view application) with [Blade](https://github.com/jondot/blade) integrated via a Bladefile. For more information visit the main [Blade repository](https://github.com/jondot/blade). ## Getting started: ``` $ brew tap jondot/tap $ brew install blade $ git clone https://github.com/jondot/blade-sample $ cd blade-sample $ blade --verbose ``` If you don't want to install, check out the walk-through here:  ## Using XCode build step to pregenerate images on build You can add blade as a build step. To take that version of the sample, checkout the `with_buildstep` branch: ``` $ git checkout with_buildstep ``` Now open the project in XCode, delete the appicons (just for testing) and build it. The icons will magically re-appear. Thanks!