-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to the Anyline Tire Tread SDK v5.0.0
1 parent
e71decb
commit 25eecca
Showing
6 changed files
with
104 additions
and
93 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
8 changes: 0 additions & 8 deletions
8
Anyline Tire Demo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
Anyline Tire Demo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>NSPrivacyTracking</key> | ||
<false/> | ||
<key>NSPrivacyAccessedAPITypes</key> | ||
<array> | ||
<dict> | ||
<key>NSPrivacyAccessedAPIType</key> | ||
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string> | ||
<key>NSPrivacyAccessedAPITypeReasons</key> | ||
<array> | ||
<string>C617.1</string> | ||
</array> | ||
</dict> | ||
<dict> | ||
<key>NSPrivacyAccessedAPIType</key> | ||
<string>NSPrivacyAccessedAPICategoryUserDefaults</string> | ||
<key>NSPrivacyAccessedAPITypeReasons</key> | ||
<array> | ||
<string>CA92.1</string> | ||
</array> | ||
</dict> | ||
<dict> | ||
<key>NSPrivacyAccessedAPIType</key> | ||
<string>NSPrivacyAccessedAPICategoryDiskSpace</string> | ||
<key>NSPrivacyAccessedAPITypeReasons</key> | ||
<array> | ||
<string>E174.1</string> | ||
</array> | ||
</dict> | ||
<dict> | ||
<key>NSPrivacyAccessedAPIType</key> | ||
<string>NSPrivacyAccessedAPICategorySystemBootTime</string> | ||
<key>NSPrivacyAccessedAPITypeReasons</key> | ||
<array> | ||
<string>35F9.1</string> | ||
</array> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"useDefaultUi": true, | ||
"useDefaultHaptic": true, | ||
"defaultUiConfig": { | ||
"distanceIndicatorConfig": { | ||
"visible": true, | ||
"textOk": "Distance OK", | ||
"textMoveCloser": "Move closer", | ||
"textMoveAway": "Move away" | ||
}, | ||
"focusPointTooltipConfig": { | ||
"visible": true, | ||
"text": "Move your device slowly back and forth to detect the tire." | ||
}, | ||
"howToScanTooltipConfig": { | ||
"visible": true, | ||
"text": "Align the overlay with your tire’s outer edge. \nTo change the overlay side, flip your device." | ||
}, | ||
"tapToStartScanningTooltipConfig": { | ||
"visible": true, | ||
"text": "Tap anywhere to start. Then move the device slowly to the inner tire edge." | ||
}, | ||
"tireOverlayConfig": { | ||
"visible": true | ||
}, | ||
"uploadViewConfig": { | ||
"visible": true, | ||
"text": "Uploading..." | ||
}, | ||
"progressTimerConfig": { | ||
"visible": true | ||
}, | ||
"lineProgressBarConfig": { | ||
"visible": true | ||
} | ||
}, | ||
"scanSpeed": "Fast", | ||
"measurementSystem": "Metric" | ||
} |