{
"rank": 1,
"perforceUser": {
"login": "super",
"email": "[email protected]",
"password": "superuser1A",
"name": "Super User",
"super": true
}
}
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 9249 | tjuricek |
Added test p4d setup, and reorganized some core code. I've decided to not use InterfaceBuilder in this project, because I don't like that the .xib files are not very easy to merge, and the object lifetimes are a bit more difficult to trace. The DocHubController will operate as the app delegate, and will create views manually. Using the gradle toolchain to setup p4d. To use, execute: ./gradlew startPerforce ./gradlew initPerforce # only needed the first time This creates the p4d that uses build/perforce/work |