Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openalloc/workspace
Pre-fab Xcode workspace for `openalloc` projects
https://github.com/openalloc/workspace
Last synced: about 2 months ago
JSON representation
Pre-fab Xcode workspace for `openalloc` projects
- Host: GitHub
- URL: https://github.com/openalloc/workspace
- Owner: openalloc
- License: mpl-2.0
- Created: 2023-04-20T20:43:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T23:59:23.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T21:34:10.500Z (3 months ago)
- Size: 485 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Workspace
Pre-fab Xcode workspace for `openalloc` projects.
This is _optional_. You can always set up your own Xcode workspace
independently.# Setup
Clone all the repositories (including `Workspace`) at the same level in
your project directory. It should then look something like this:```bash
$ ls -a1AllocData
DetailerDemo
FINporter
FINporterAllocSmart
FINporterCLI
FINporterChuck
FINporterFido
FINporterTabular
FlowAllocHigh
FlowAllocLow
FlowAllocatorApp
FlowBase
FlowStats
FlowUI
FlowViz
FlowWorthApp
FlowWorthLib
FlowXCT
SwiftCompactor
SwiftDetailer
SwiftDetailerMenu
SwiftModifiedDietz
SwiftNiceScale
SwiftNumberPad
SwiftRegressor
SwiftSeriesResampler
SwiftSideways
SwiftSimpleTree
SwiftTabler
SwiftTextFieldPreset
TablerCoreDemo
TablerDemo
Workspace
openalloc.github.io
.github
```Then you can open the workspace with:
```bash
$ open Workspace/openalloc.xcworkspace
```## See also
This repository is a member of the _OpenAlloc Project_.
* [_OpenAlloc_](https://openalloc.github.io) - product website for all the _OpenAlloc_ apps and libraries
* [_OpenAlloc Project_](https://github.com/openalloc) - Github site for the development project, including full source code## License
Copyright 2023 OpenAlloc LLC
All application code is licensed under the [Mozilla Public License 2](https://www.mozilla.org/en-US/MPL/2.0/), except where noted in individual modules.