Skip to content

Commit

Permalink
Updated example access token
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Mar 26, 2017
1 parent 5ccc930 commit 49ec1d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Example/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@import MapboxStatic;

// You can also specify the access token with the `MGLMapboxAccessToken` key in Info.plist.
static NSString * const AccessToken = @"pk.eyJ1IjoianVzdGluIiwiYSI6IlpDbUJLSUEifQ.4mG8vhelFMju6HpIY-Hi5A";
static NSString * const AccessToken = @"pk.eyJ1IjoibWFwYm94IiwiYSI6ImNqMHFiNXN4ZDAxazMyd253cmt3a2hmN2cifQ.q0ntnAWEdwckfZnT0IEy5A";

@interface ViewController ()

Expand Down
2 changes: 1 addition & 1 deletion Example/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import MapboxStatic

class ViewController: UIViewController {
// You can also specify the access token with the `MGLMapboxAccessToken` key in Info.plist.
let accessToken = "pk.eyJ1IjoianVzdGluIiwiYSI6IlpDbUJLSUEifQ.4mG8vhelFMju6HpIY-Hi5A"
let accessToken = "pk.eyJ1IjoibWFwYm94IiwiYSI6ImNqMHFiNXN4ZDAxazMyd253cmt3a2hmN2cifQ.q0ntnAWEdwckfZnT0IEy5A"
var imageView: UIImageView!

override func viewDidLoad() {
Expand Down
2 changes: 1 addition & 1 deletion iOS.playground/Contents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import MapboxStatic

let styleURL = URL(string: "mapbox://styles/mapbox/streets-v9")!
let mapIdentifiers = ["mapbox.satellite"]
let accessToken = "pk.eyJ1IjoianVzdGluIiwiYSI6IlpDbUJLSUEifQ.4mG8vhelFMju6HpIY-Hi5A"
let accessToken = "pk.eyJ1IjoibWFwYm94IiwiYSI6ImNqMHFiNXN4ZDAxazMyd253cmt3a2hmN2cifQ.q0ntnAWEdwckfZnT0IEy5A"

/*:
## Basics
Expand Down
2 changes: 1 addition & 1 deletion macOS.playground/Contents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import MapboxStatic

let styleURL = URL(string: "mapbox://styles/mapbox/streets-v9")!
let mapIdentifiers = ["mapbox.satellite"]
let accessToken = "pk.eyJ1IjoianVzdGluIiwiYSI6IlpDbUJLSUEifQ.4mG8vhelFMju6HpIY-Hi5A"
let accessToken = "pk.eyJ1IjoibWFwYm94IiwiYSI6ImNqMHFiNXN4ZDAxazMyd253cmt3a2hmN2cifQ.q0ntnAWEdwckfZnT0IEy5A"

/*:
## Basics
Expand Down

0 comments on commit 49ec1d0

Please sign in to comment.