Skip to content

Commit

Permalink
fix: correct example.json URL
Browse files Browse the repository at this point in the history
  • Loading branch information
RLRG committed Sep 27, 2017
1 parent acd04c6 commit a592e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/Example/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

lazy var launchGate: LaunchGate? = {
let launchGate = LaunchGate(
configURI: "https://raw.githubusercontent.com/dtrenz/LaunchGate/master/example.json",
configURI: "https://raw.githubusercontent.com/dtrenz/LaunchGate/master/Example/Example/example.json",
appStoreURI: "itms-apps://itunes.apple.com/us/app/wikipedia-mobile/id324715238"
)

Expand Down

0 comments on commit a592e20

Please sign in to comment.