https://github.com/open-portfolio/workspace
Pre-fab Xcode workspace for `open-portfolio` projects
https://github.com/open-portfolio/workspace
Last synced: 2 months ago
JSON representation
Pre-fab Xcode workspace for `open-portfolio` projects
- Host: GitHub
- URL: https://github.com/open-portfolio/workspace
- Owner: open-portfolio
- License: mpl-2.0
- Created: 2023-04-21T03:55:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T04:54:17.000Z (about 2 years ago)
- Last Synced: 2025-02-06T22:42:49.292Z (4 months ago)
- Size: 486 KB
- Stars: 0
- 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
Flow-Allocator-App
FlowBase
FlowStats
FlowUI
FlowViz
Flow-Worth-App
FlowWorthLib
FlowXCT
SwiftCompactor
SwiftDetailer
SwiftDetailerMenu
SwiftModifiedDietz
SwiftNiceScale
SwiftNumberPad
SwiftRegressor
SwiftSeriesResampler
SwiftSideways
SwiftSimpleTree
SwiftTabler
SwiftTextFieldPreset
TablerCoreDemo
TablerDemo
Workspace
open-portfolio.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://open-portfolio.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.