Skip to content

Commit

Permalink
Add Environment, Namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBazarov committed Apr 13, 2024
1 parent 093659f commit e09bb91
Show file tree
Hide file tree
Showing 30 changed files with 193 additions and 1,079 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/swift-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.9"
# - uses: swift-actions/setup-swift@v1
# with:
# swift-version: "5.9"
- name: Get swift version
run: swift --version
- uses: actions/checkout@v3
Expand Down
9 changes: 9 additions & 0 deletions .swiftformat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
--allman false
--header {file}\nCopyright © {created.year} Maxim Bazarov and Decide Authors.\nLicensed under MIT. SPDX-License-Identifier: MIT

--wraparguments beforefirst
--wrapparameters beforefirst

--acronyms = "URL, UUID, ID, OAuth, JWT, JSON, HTML, XML, API, CPU, RAM, FPS, UI, HTTP, HTTPS, TCP, UDP, IP, TTL, DNS, SSL, TLS, SSH, IMAP, SMTP, POP, FTP, SFTP, SMB, NFS, VPN"
--enable initCoderUnavailable
--disable trailingClosures
55 changes: 0 additions & 55 deletions Decide-Tests/SwiftUI_Tests.swift

This file was deleted.

24 changes: 0 additions & 24 deletions Decide.xctestplan

This file was deleted.

71 changes: 0 additions & 71 deletions Decide/Binding/Bind.swift

This file was deleted.

22 changes: 0 additions & 22 deletions Decide/Binding/EnvironmentObservingObject.swift

This file was deleted.

70 changes: 0 additions & 70 deletions Decide/Binding/SwiftUIBinding.swift

This file was deleted.

42 changes: 0 additions & 42 deletions Decide/Decide.docc/Decide.md

This file was deleted.

Loading

0 comments on commit e09bb91

Please sign in to comment.