IssueHint
JohnSundell/Publish: A static site generator for Swift developers
4395
STARS
88
WATCHERS
313
FORKS
32
ISSUES
Publish Recent Issues
Issue Title
State
Comments
Created Date
Updated Date
JohnSundell's Other Repos
JohnSundell/Unbox: [Deprecated] The easy to use Swift JSON decoder
Last Updated: 2023-03-02
JohnSundell/Releases: A Swift package for resolving released versions from a Git repository
Last Updated: 2022-06-07
JohnSundell/Flow: Operation Oriented Programming in Swift
Last Updated: 2023-01-29
JohnSundell/CGOperators: Easily manipulate CGPoints, CGSizes and CGVectors using math operators
Last Updated: 2023-02-26
JohnSundell/JSAutoEncodedObject: Automatically encode or decode any Objective-C object
Last Updated: 2022-06-08
JohnSundell/Spots: :bamboo: Spots is a cross-platform view controller framework for building component-based UIs
Last Updated: 2022-06-08
JohnSundell/SwiftTips: A collection of Swift tips & tricks that I've shared on Twitter
Last Updated: 2023-03-11
JohnSundell/heroku-buildpack-swift: Heroku build pack for Swift
Last Updated: 2022-06-13
JohnSundell/HubFramework: Spotify’s component-driven UI framework for iOS
Last Updated: 2022-06-09
JohnSundell/SwiftAveiro: Skeleton project for my Swift Aveiro workshop "Everyone is an API designer"
Last Updated: 2022-06-11
JohnSundell/UnitTestingWorkshop: Project used during my workshop "Getting started with unit testing in Swift"
Last Updated: 2022-06-09
JohnSundell/PlotPlayground: A Swift playground that comes pre-loaded with Plot, that can be used to explore the new component API.
Last Updated: 2022-07-31
JohnSundell/Publish: A static site generator for Swift developers
Last Updated: 2023-03-05
JohnSundell/swiftbysundell-beta-feedback: Submit your feedback on the Swift by Sundell 2.0 beta
Last Updated: 2022-06-14
JohnSundell/Wrap: [DEPRECATED] The easy to use Swift JSON encoder
Last Updated: 2023-03-10
JohnSundell/Splash: A fast, lightweight and flexible Swift syntax highlighter for blogs, tools and fun!
Last Updated: 2023-03-13
JohnSundell/Require: Require optional values to be non-nil, or crash gracefully
Last Updated: 2023-02-26
JohnSundell/TestDrive: Quickly try out any Swift pod or framework in a playground
Last Updated: 2023-02-28
JohnSundell/SwiftKit: A collection of Swift utilities that I share across my Swift-based projects
Last Updated: 2022-07-30
JohnSundell/SwiftScripting: A list of Swift scripting tools, frameworks & examples
Last Updated: 2023-02-26
JohnSundell/PackageList: The master list of repositories for the Swift Package Index.
Last Updated: 2022-06-12
JohnSundell/JSGeometry: A set of utility functions that enables easy one-line manipulation of CoreGraphics geometry structs like CGPoint, CGSize & CGRect.
Last Updated: 2022-07-31
JohnSundell/swift-source-compat-suite: The infrastructure and project index comprising the Swift source compatibility suite.
Last Updated: 2022-06-10
JohnSundell/When: :alarm_clock: A lightweight implementation of Promises in Swift
Last Updated: 2022-07-31
JohnSundell/JSUpdateLookup: A lightweight, easy to use Objective-C class to check if your iOS app has an update available
Last Updated: 2022-06-11
JohnSundell/JSAutoCopy: An Objective-C category that enables automatic copying of any object
Last Updated: 2022-07-31
JohnSundell/IndieSupportWeeks: A two-week effort to help support indie developers shipping apps on Apple's platforms who have been financially impacted by the COVID-19 pandemic.
Last Updated: 2023-03-14
JohnSundell/Shapeshift: Quickly convert a folder containing Swift files into an iPad-compatible Playground
Last Updated: 2023-03-12
JohnSundell/johnsundell.github.io: My blog
Last Updated: 2022-06-11
JohnSundell/SPTDataLoader: The HTTP library used by the Spotify iOS client
Last Updated: 2022-06-10
JohnSundell/wwdc.io: The official website for the unofficial WWDC app for macOS 🤓 ❤️
Last Updated: 2022-07-24
JohnSundell/JSLocalization: An Objective-C class that enables dynamic localization of an iOS app.
Last Updated: 2022-06-11
JohnSundell/JSObservableObject: Easily add protocol-based observation to any Objective-C class
Last Updated: 2022-07-31
JohnSundell/CloudKitChat: A demo chat application powered by CloudKit
Last Updated: 2022-06-12
JohnSundell/ios-style: Guidelines for iOS development in use at Spotify
Last Updated: 2022-06-10
JohnSundell/ShellOut: Easily run shell commands from a Swift script or command line tool
Last Updated: 2023-03-23
JohnSundell/AsyncCompatibilityKit: iOS 13-compatible backports of commonly used async/await-based system APIs that are only available from iOS 15 by default.
Last Updated: 2023-02-26
JohnSundell/UnboxDemoPlayground: A Swift Playground that comes setup with Unbox & Wrap, used in my CocoaHeads Stockholm presentation
Last Updated: 2022-06-11
JohnSundell/JSONShootout: Compare several Swift JSON mappers.
Last Updated: 2022-06-09
JohnSundell/MarathonTestScript: A Swift script that's used in Marathon's tests
Last Updated: 2022-06-16
JohnSundell/MarathonTestScriptWithDependencies: A test script with dependencies - used for Marathon's tests
Last Updated: 2022-06-14
JohnSundell/MarathonTestPackage: A Swift package that's used in Marathon's tests
Last Updated: 2022-06-10
JohnSundell/XcodeTheme: My Xcode theme - Sundell's Colors
Last Updated: 2023-02-26
JohnSundell/Marathon-Examples: A collection of example Swift scripts that can easily be run using Marathon
Last Updated: 2023-01-30
JohnSundell/Marathon: [DEPRECATED] Marathon makes it easy to write, run and manage your Swift scripts 🏃
Last Updated: 2023-02-26
JohnSundell/Animate: Declarative UIView animations without nested closures
Last Updated: 2023-02-26
JohnSundell/Playground: Instantly create Swift playgrounds from the command line
Last Updated: 2023-02-25
JohnSundell/SplashPublishPlugin: A Splash plugin for the Publish static site generator
Last Updated: 2023-02-26
JohnSundell/SwiftBySundell: Code samples from the Swift by Sundell website & podcast
Last Updated: 2023-03-11
JohnSundell/Plot: A DSL for writing type-safe HTML, XML and RSS in Swift.
Last Updated: 2023-03-03
JohnSundell/Identity: 🆔 Type-safe identifiers in Swift
Last Updated: 2023-03-09
JohnSundell/Sweep: Fast and powerful Swift string scanning made simple
Last Updated: 2023-03-01
JohnSundell/Assert: A collection of convenient assertions for Swift testing
Last Updated: 2023-03-01
JohnSundell/UITestingExample: Example code from my blog post about UI testing
Last Updated: 2023-03-19
JohnSundell/SuperSpriteKit: Extensions to Apple's SpriteKit game engine
Last Updated: 2023-03-14
JohnSundell/ImagineEngine: A project to create a blazingly fast Swift game engine that is a joy to use 🚀
Last Updated: 2023-03-04
JohnSundell/Ink: A fast and flexible Markdown parser written in Swift.
Last Updated: 2023-03-20
JohnSundell/CollectionConcurrencyKit: Async and concurrent versions of Swift’s forEach, map, flatMap, and compactMap APIs.
Last Updated: 2023-02-27
JohnSundell/Files: A nicer way to handle files & folders in Swift
Last Updated: 2023-03-15
JohnSundell/BlockSnippets: Xcode snippets that are very handy when working with blocks in various contexts
Last Updated: 2022-10-25
JohnSundell/homebrew-core: 🍻 Default formulae for the missing package manager for macOS
Last Updated: 2022-05-26
JohnSundell/Codextended: Extensions giving Swift's Codable API type inference super powers 🦸♂️🦹♀️
Last Updated: 2023-03-15
JohnSundell/SwiftPlate: Easily generate cross platform Swift framework projects from the command line
Last Updated: 2023-03-11
JohnSundell/Xgen: A Swift package for generating Xcode workspaces & playgrounds
Last Updated: 2023-02-26