IAPing.
This commit is contained in:
@@ -228,6 +228,17 @@
|
||||
regular-version
|
||||
mobile-version))
|
||||
|
||||
(defmacro platformify [ios-version android-version regular-version]
|
||||
(println "Platforming: " (System/getProperty "platform"))
|
||||
(cond (= "desktop" (System/getProperty "platform"))
|
||||
regular-version
|
||||
|
||||
(= "android" (System/getProperty "platform"))
|
||||
android-version
|
||||
|
||||
:else
|
||||
ios-version))
|
||||
|
||||
(def screenshot-chan (chan))
|
||||
|
||||
(defn publish-screenshot-fn []
|
||||
|
||||
Reference in New Issue
Block a user