-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2671005
commit 3962f1b
Showing
31 changed files
with
1,133 additions
and
563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
public enum Config { | ||
public static let squareApplicationID: String? = nil // Replace with your squareApplicationID | ||
public static let accessToken: String? = nil // Replace with your accessToken | ||
public static let locationID: String? = nil // Replace with your locationID | ||
static let squareApplicationID: String = "your_square_application_id" | ||
|
||
// In a production application you should use your server to obtain an access token and locationID. | ||
// For this sample app, we can just authorize Reader SDK using hardcoded values. | ||
static let accessToken: String = "your_access_token" | ||
static let locationID: String = "your_location_id" | ||
} |
11 changes: 0 additions & 11 deletions
11
Example/Shared/Resources/Assets.xcassets/AccentColor.colorset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
+16.5 KB
(190%)
Example/Shared/Resources/Assets.xcassets/AppIcon.appiconset/appIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions
4
...cassets/iconCookie.imageset/Contents.json → ...ets.xcassets/donut.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "iconCookie.png", | ||
"filename" : "donut.svg", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
|
8 changes: 8 additions & 0 deletions
8
Example/Shared/Resources/Assets.xcassets/donut.imageset/donut.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-26.6 KB
Example/Shared/Resources/Assets.xcassets/iconCookie.imageset/iconCookie.png
Binary file not shown.
Binary file removed
BIN
-82.9 KB
Example/Shared/Resources/Assets.xcassets/iconCookie.imageset/[email protected]
Binary file not shown.
Binary file removed
BIN
-163 KB
Example/Shared/Resources/Assets.xcassets/iconCookie.imageset/[email protected]
Binary file not shown.
12 changes: 0 additions & 12 deletions
12
Example/Shared/Resources/Assets.xcassets/launch-background-gradient.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-2 KB
...ources/Assets.xcassets/launch-background-gradient.imageset/launch-background-gradient.pdf
Binary file not shown.
12 changes: 0 additions & 12 deletions
12
Example/Shared/Resources/Assets.xcassets/square-logo.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-4.2 KB
Example/Shared/Resources/Assets.xcassets/square-logo.imageset/square-logo.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.