This is a curated list of iOS (Swift & ObjC) frameworks which are inspired by React and Elm.
- ReactSwift by @ColinEberhardt
- https://github.com/ColinEberhardt/ReactSwift
| #!/usr/bin/env sh | |
| # usage: sh ./generate-target-dependencies.sh | dot -Tsvg -o target-graph.svg | |
| packages=`swift package describe --type json` | |
| targets=`echo $packages | jq '.targets'` | |
| target_names=`echo $targets | jq -r '.[] | .name'` | |
| body="" | |
| template=`cat <<EOF | |
| digraph DependenciesGraph { |
This is a curated list of iOS (Swift & ObjC) frameworks which are inspired by React and Elm.
| #!/bin/sh | |
| # Set in Product | Scheme | Edit Scheme | Build | Post-actions as a new Run Script item. | |
| # echo Restoring build number | |
| # ${PROJECT_DIR}/Scripts/restore_build_number.sh | |
| # Select your target in the "Provide build settings from" dropdown. | |
| set -e | |
| if [ -z "$SRCROOT" ] | |
| then | |
| echo "Run this from the project root." |