crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

ModeNameSize
-rw-r--r--.gitignore12L
-rw-r--r--.swift-format75L
-rw-r--r--AGENTS.md22L
-rw-r--r--Crossmake/.gitignore6L
-rw-r--r--Crossmake/Package.swift23L
-rw-r--r--Crossmake/Sources/Crossmake/Resources/LICENSE22L
-rw-r--r--Crossmake/Sources/Crossmake/Resources/grid_list.json354202L
-rw-r--r--Crossmake/Sources/Crossmake/main.swift726L
-rw-r--r--Crossmake/Sources/Wordmake/main.swift725L
-rw-r--r--Crossmate.sketch1851763B
-rw-r--r--Crossmate.xcodeproj/project.pbxproj863L
-rw-r--r--Crossmate.xcodeproj/project.xcworkspace/contents.xcworkspacedata7L
-rw-r--r--Crossmate.xcodeproj/xcshareddata/xcschemes/Crossmate.xcscheme125L
-rw-r--r--Crossmate.xcodeproj/xcuserdata/pyrmont.xcuserdatad/xcschemes/xcschememanagement.plist14L
-rw-r--r--Crossmate/Crossmate.entitlements29L
-rw-r--r--Crossmate/CrossmateApp.swift508L
-rw-r--r--Crossmate/Info.plist110L
-rw-r--r--Crossmate/Media.xcassets/AboutIcon.imageset/Contents.json12L
-rw-r--r--Crossmate/Media.xcassets/AboutIcon.imageset/Icon.png22535B
-rw-r--r--Crossmate/Media.xcassets/AppIcon.appiconset/Contents.json36L
-rw-r--r--Crossmate/Media.xcassets/AppIcon.appiconset/Icon.png22535B
-rw-r--r--Crossmate/Media.xcassets/Contents.json6L
-rw-r--r--Crossmate/Models/CellMark.swift40L
-rw-r--r--Crossmate/Models/CrossmateModel.xcdatamodeld/.xccurrentversion8L
-rw-r--r--Crossmate/Models/CrossmateModel.xcdatamodeld/CrossmateModel.xcdatamodel/contents80L
-rw-r--r--Crossmate/Models/Game.swift190L
-rw-r--r--Crossmate/Models/GamePlayerColorStore.swift138L
-rw-r--r--Crossmate/Models/PlayerColor.swift46L
-rw-r--r--Crossmate/Models/PlayerPreferences.swift84L
-rw-r--r--Crossmate/Models/PlayerRoster.swift362L
-rw-r--r--Crossmate/Models/PlayerSelection.swift34L
-rw-r--r--Crossmate/Models/PlayerSession.swift457L
-rw-r--r--Crossmate/Models/Puzzle.swift311L
-rw-r--r--Crossmate/Models/PuzzleCatalog.swift60L
-rw-r--r--Crossmate/Models/PuzzleNotificationText.swift23L
-rw-r--r--Crossmate/Models/PuzzleSource.swift19L
-rw-r--r--Crossmate/Models/Square.swift10L
-rw-r--r--Crossmate/Models/XD.swift703L
-rw-r--r--Crossmate/Models/XDFileType.swift6L
-rw-r--r--Crossmate/Persistence/GameMutator.swift132L
-rw-r--r--Crossmate/Persistence/GameStore.swift761L
-rw-r--r--Crossmate/Persistence/PersistenceController.swift80L
-rw-r--r--Crossmate/Services/AppServices.swift574L
-rw-r--r--Crossmate/Services/CloudService.swift109L
-rw-r--r--Crossmate/Services/DebuggingMonitors.swift250L
-rw-r--r--Crossmate/Services/DriveMonitor.swift287L
-rw-r--r--Crossmate/Services/ImportService.swift46L
-rw-r--r--Crossmate/Services/InputMonitor.swift46L
-rw-r--r--Crossmate/Services/KeychainHelper.swift53L
-rw-r--r--Crossmate/Services/NYTAuthService.swift266L
-rw-r--r--Crossmate/Services/NYTPuzzleFetcher.swift162L
-rw-r--r--Crossmate/Services/NYTToXDConverter.swift487L
-rw-r--r--Crossmate/Services/PUZToXDConverter.swift359L
-rw-r--r--Crossmate/Services/PlayerNamePublisher.swift133L
-rw-r--r--Crossmate/Sync/AuthorIdentity.swift35L
-rw-r--r--Crossmate/Sync/GridStateMerger.swift58L
-rw-r--r--Crossmate/Sync/Moves.swift99L
-rw-r--r--Crossmate/Sync/MovesUpdater.swift330L
-rw-r--r--Crossmate/Sync/PlayerSelectionPublisher.swift162L
-rw-r--r--Crossmate/Sync/RecordSerializer.swift475L
-rw-r--r--Crossmate/Sync/ShareController.swift349L
-rw-r--r--Crossmate/Sync/SyncEngine.swift2020L
-rw-r--r--Crossmate/Sync/SyncState+Helpers.swift21L
-rw-r--r--Crossmate/Views/AboutView.swift83L
-rw-r--r--Crossmate/Views/BundledBrowseView.swift39L
-rw-r--r--Crossmate/Views/CalendarDayCell.swift37L
-rw-r--r--Crossmate/Views/CellView.swift170L
-rw-r--r--Crossmate/Views/ClueList.swift208L
-rw-r--r--Crossmate/Views/DiagnosticsView.swift275L
-rw-r--r--Crossmate/Views/GameListView.swift398L
-rw-r--r--Crossmate/Views/GameShareItem.swift148L
-rw-r--r--Crossmate/Views/GridThumbnailView.swift48L
-rw-r--r--Crossmate/Views/GridView.swift149L
-rw-r--r--Crossmate/Views/HardwareKeyboardInputView.swift143L
-rw-r--r--Crossmate/Views/ImportedBrowseView.swift118L
-rw-r--r--Crossmate/Views/KeyboardView.swift322L
-rw-r--r--Crossmate/Views/NYTBrowseView.swift250L
-rw-r--r--Crossmate/Views/NYTLoginView.swift79L
-rw-r--r--Crossmate/Views/NewGameSheet.swift109L
-rw-r--r--Crossmate/Views/PuzzleView.swift1266L
-rw-r--r--Crossmate/Views/RecordEditorView.swift248L
-rw-r--r--Crossmate/Views/SettingsView.swift139L
-rw-r--r--Crossmate/Views/SuccessPanel.swift185L
-rw-r--r--LICENSE201L
-rw-r--r--Puzzles/Bundled/Crossmate-0001.xd103L
-rw-r--r--Puzzles/Bundled/Crossmate-0002.xd105L
-rw-r--r--Puzzles/Bundled/Crossmate-0003.xd103L
-rw-r--r--Puzzles/Bundled/Crossmate-0004.xd105L
-rw-r--r--Puzzles/Bundled/Crossmate-0005.xd105L
-rw-r--r--Puzzles/Bundled/Crossmate-0006.xd105L
-rw-r--r--Puzzles/Bundled/Crossmate-0007.xd105L
-rw-r--r--Puzzles/Bundled/Crossmate-0008.xd103L
-rw-r--r--Puzzles/Bundled/Crossmate-0009.xd103L
-rw-r--r--Puzzles/Bundled/Crossmate-0010.xd105L
-rw-r--r--Puzzles/Debug/garden.xd20L
-rw-r--r--Puzzles/Debug/morning.xd20L
-rw-r--r--Puzzles/Debug/sample.xd20L
-rwxr-xr-xScripts/fetch-nyt.sh50L
-rwxr-xr-xScripts/nyt-to-xd.sh94L
-rwxr-xr-xScripts/publish-ios.sh129L
-rw-r--r--Scripts/secrets.sh.example10L
-rwxr-xr-xScripts/test-unit.sh31L
-rw-r--r--Shared/NotificationState.swift111L
-rw-r--r--Tests/Support/TestHelpers.swift81L
-rw-r--r--Tests/Unit/GameMutatorTests.swift330L
-rw-r--r--Tests/Unit/GamePlayerColorStoreTests.swift219L
-rw-r--r--Tests/Unit/GameStoreUnseenMovesTests.swift164L
-rw-r--r--Tests/Unit/GridStateMergerTests.swift229L
-rw-r--r--Tests/Unit/MovesUpdaterTests.swift321L
-rw-r--r--Tests/Unit/NYTAuthServiceTests.swift63L
-rw-r--r--Tests/Unit/NYTToXDConverterTests.swift434L
-rw-r--r--Tests/Unit/NotificationStateTests.swift32L
-rw-r--r--Tests/Unit/PUZToXDConverterTests.swift151L
-rw-r--r--Tests/Unit/PlayerNamePublisherTests.swift160L
-rw-r--r--Tests/Unit/PlayerRosterTests.swift194L
-rw-r--r--Tests/Unit/PlayerSelectionPublisherTests.swift277L
-rw-r--r--Tests/Unit/PlayerSessionNavigationTests.swift145L
-rw-r--r--Tests/Unit/PuzzleCatalogTests.swift36L
-rw-r--r--Tests/Unit/PuzzleNotificationTextTests.swift47L
-rw-r--r--Tests/Unit/RecordSerializerMovesTests.swift79L
-rw-r--r--Tests/Unit/RecordSerializerTests.swift156L
-rw-r--r--Tests/Unit/Sync/AuthorIdentityTests.swift46L
-rw-r--r--Tests/Unit/Sync/EnsureGameEntityTests.swift118L
-rw-r--r--Tests/Unit/Sync/MovesInboundTests.swift342L
-rw-r--r--Tests/Unit/Sync/PerGameZoneTests.swift38L
-rw-r--r--Tests/Unit/Sync/ShareRoutingTests.swift272L
-rw-r--r--Tests/Unit/Sync/ZoneOrphaningTests.swift157L
-rw-r--r--Tests/Unit/XDAcceptTests.swift157L
-rw-r--r--project.yml125L