Skip to content

Commit

Permalink
let's see if swift version respected
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 22, 2024
1 parent c1746fa commit cce6bdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Example/AblyChatExample/AblyChatExampleApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ struct AblyChatExampleApp: App {
}
}
}

#if swift(<6)
#error("bad swift version")
#endif

0 comments on commit cce6bdb

Please sign in to comment.