]> git.r.bdr.sh - rbdr/map/commit - .gitignore
Initial commit
authorRuben Beltran del Rio <redacted>
Tue, 2 Feb 2021 08:16:46 +0000 (09:16 +0100)
committerRuben Beltran del Rio <redacted>
Tue, 2 Feb 2021 08:16:46 +0000 (09:16 +0100)
commit1b85f723b48d38cf345bb9a4f3fd01aa6039b50b
treeb4795a83350b2bdd800e4d2749d1327c17bc385f
Initial commit
25 files changed:
.gitignore [new file with mode: 0644]
Map.xcodeproj/project.pbxproj [new file with mode: 0644]
Map.xcodeproj/project.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
Map.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist [new file with mode: 0644]
Map/Assets.xcassets/AccentColor.colorset/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/AppIcon.appiconset/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Contents.json [new file with mode: 0644]
Map/ContentView.swift [new file with mode: 0644]
Map/Extensions/Binding+unwrap.swift [new file with mode: 0644]
Map/Extensions/Date+format.swift [new file with mode: 0644]
Map/Extensions/Map+parse.swift [new file with mode: 0644]
Map/Info.plist [new file with mode: 0644]
Map/Map.entitlements [new file with mode: 0644]
Map/Map.xcdatamodeld/.xccurrentversion [new file with mode: 0644]
Map/Map.xcdatamodeld/Map.xcdatamodel/contents [new file with mode: 0644]
Map/MapApp.swift [new file with mode: 0644]
Map/MapDetail.swift [new file with mode: 0644]
Map/MapRender.swift [new file with mode: 0644]
Map/Persistence.swift [new file with mode: 0644]
Map/Preview Content/Preview Assets.xcassets/Contents.json [new file with mode: 0644]
Map/Stage.swift [new file with mode: 0644]
MapTests/Info.plist [new file with mode: 0644]
MapTests/MapTests.swift [new file with mode: 0644]
MapUITests/Info.plist [new file with mode: 0644]
MapUITests/MapUITests.swift [new file with mode: 0644]