]> git.r.bdr.sh - rbdr/map/commit - Makefile
Add code for first release
authorRuben Beltran del Rio <redacted>
Wed, 3 Feb 2021 22:53:12 +0000 (23:53 +0100)
committerRuben Beltran del Rio <redacted>
Wed, 3 Feb 2021 22:53:12 +0000 (23:53 +0100)
commit5e8ff4850c4827125fe12788dd5b153c4f636f48
treef37c90338f33e7ddc84cc855a20dca1ca503476e
parent1b85f723b48d38cf345bb9a4f3fd01aa6039b50b
Add code for first release
48 files changed:
CONTRIBUTING.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
Map.xcodeproj/project.pbxproj
Map/Assets.xcassets/AccentColor.colorset/Contents.json
Map/Assets.xcassets/AppIcon.appiconset/Contents.json
Map/Assets.xcassets/AppIcon.appiconset/icon_128x128.png [new file with mode: 0644]
Map/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x.png [new file with mode: 0644]
Map/Assets.xcassets/AppIcon.appiconset/icon_16x16.png [new file with mode: 0644]
Map/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x.png [new file with mode: 0644]
Map/Assets.xcassets/AppIcon.appiconset/icon_256x256.png [new file with mode: 0644]
Map/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x.png [new file with mode: 0644]
Map/Assets.xcassets/AppIcon.appiconset/icon_32x32.png [new file with mode: 0644]
Map/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x.png [new file with mode: 0644]
Map/Assets.xcassets/AppIcon.appiconset/icon_512x512.png [new file with mode: 0644]
Map/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x.png [new file with mode: 0644]
Map/ContentView.swift [deleted file]
Map/Extensions/Binding+unwrap.swift [deleted file]
Map/Extensions/Date+format.swift
Map/Extensions/Map+parse.swift
Map/Extensions/NSImage+writePNG.swift [new file with mode: 0644]
Map/Info.plist
Map/Map.entitlements
Map/MapApp.swift [deleted file]
Map/MapDetail.swift [deleted file]
Map/MapRender.swift [deleted file]
Map/MapRenderComponents/MapAxes.swift [new file with mode: 0644]
Map/MapRenderComponents/MapBlockers.swift [new file with mode: 0644]
Map/MapRenderComponents/MapColor.swift [new file with mode: 0644]
Map/MapRenderComponents/MapEdges.swift [new file with mode: 0644]
Map/MapRenderComponents/MapOpportunities.swift [new file with mode: 0644]
Map/MapRenderComponents/MapStages.swift [new file with mode: 0644]
Map/MapRenderComponents/MapVertices.swift [new file with mode: 0644]
Map/Persistence.swift [deleted file]
Map/Stage.swift [deleted file]
Map/State/AppState.swift [new file with mode: 0644]
Map/State/Persistence.swift [new file with mode: 0644]
Map/State/Store.swift [new file with mode: 0644]
Map/Views/ContentView.swift [new file with mode: 0644]
Map/Views/DefaultMapView.swift [new file with mode: 0644]
Map/Views/MapApp.swift [new file with mode: 0644]
Map/Views/MapDetail.swift [new file with mode: 0644]
Map/Views/MapRender.swift [new file with mode: 0644]
Map/Views/MapTextEditor.swift [new file with mode: 0644]
Map/Views/Stage.swift [new file with mode: 0644]
MapTests/MapTests.swift
MapUITests/MapUITests.swift
README.md [new file with mode: 0644]