Skip to content

Commit

Permalink
Revert "Overall restructure to separate logic between two libraries, …
Browse files Browse the repository at this point in the history
…rename s…" (#6)

This reverts commit 06761bd.
  • Loading branch information
jjotaum authored Mar 12, 2024
1 parent 06761bd commit 6f731c2
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 21 deletions.
32 changes: 15 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,23 @@ A collection of reusable logic to boost Apple platform apps development process.
## Contents

```
├── Caffeine
│ ├── Controllers
│ │ └── StorageController.swift
│ ├── Extensions
│ │ ├── AdditiveArithmetic+Constants
│ │ ├── Array+Operations.swift
│ │ └── String+Constants.swift
│ ├── Network
│ │ ├── RemoteAPI.swift
│ │ ├── RemoteEndpoint.swift
│ │ ├── RemoteService.swift
│ │ └── RequestCoordinator.swift
│ ├── Protocols
│ │ └── Storable.swift
├── CaffeineUI
│ ├── Extensions
│ │ └── LazyGrids+ConvenienceInits.swift
├── Controllers
│ └── StorageController.swift
├── Extensions
│ ├── AdditiveArithmetic+Caffeine.swift
│ ├── Array+Caffeine.swift
│ ├── LazyGrids+Caffeine.swift
│ └── String+Caffeine.swift
├── Network
│ ├── RemoteAPI.swift
│ ├── RemoteEndpoint.swift
│ ├── RemoteService.swift
│ └── RequestCoordinator.swift
├── Presentation
│ ├── Modifiers
│ │ └── AlertStateModifier.swift
│ ├── SystemImage.swift
│ └── ViewModel.swift
├── Protocols
│ └── Storable.swift
```
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// AdditiveArithmetic+Constants.swift
// AdditiveArithmetic+Caffeine.swift
// Caffeine
//
// Created by Jota Uribe on 14/07/23.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Array+Operations.swift
// Array+Caffeine.swift
// Caffeine
//
// Created by Jota Uribe on 14/07/23.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// LazyGrids+ConvenienceInits.swift
// LazyGrids+Caffeine.swift
// Caffeine
//
// Created by Jota Uribe on 1/03/24.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// String+Constants.swift
// String+Caffeine.swift
// Caffeine
//
// Created by Jota Uribe on 14/07/23.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6f731c2

Please sign in to comment.