Skip to content

Commit

Permalink
Update version number to 1.0.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrichanyline committed Jul 20, 2023
1 parent 45fb44d commit b4e94b4
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 21 deletions.
36 changes: 18 additions & 18 deletions Anyline Tire Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,6 @@
D4B53701298002C5009CAB53 /* KeychainSwift in Frameworks */ = {isa = PBXBuildFile; productRef = D4B53700298002C5009CAB53 /* KeychainSwift */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
A07622BC2A65755400250387 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
802B9112297033500017919D /* LandingViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LandingViewModel.swift; sourceTree = "<group>"; };
80B979A0297193500033E3EE /* LandingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LandingView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -597,7 +584,6 @@
D43E3F9B296573C400F1D384 /* Sources */,
D43E3F9C296573C400F1D384 /* Frameworks */,
D43E3F9D296573C400F1D384 /* Resources */,
A07622BC2A65755400250387 /* Embed Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -641,6 +627,7 @@
D43E3FF92966E86200F1D384 /* XCRemoteSwiftPackageReference "SnapKit" */,
802B90F4296D80EB0017919D /* XCRemoteSwiftPackageReference "Alamofire" */,
D4B536FF298002C5009CAB53 /* XCRemoteSwiftPackageReference "keychain-swift" */,
A07622DF2A696B5400250387 /* XCRemoteSwiftPackageReference "anyline-tiretread-spm-module" */,
);
productRefGroup = D43E3FA0296573C400F1D384 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -881,7 +868,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 21;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 35RHL53WRE;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -896,7 +883,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.7.1;
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.anyline.showcase.tiretread;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -916,7 +903,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 21;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 35RHL53WRE;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -931,7 +918,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.7.1;
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.anyline.showcase.tiretread;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -976,6 +963,14 @@
minimumVersion = 5.0.0;
};
};
A07622DF2A696B5400250387 /* XCRemoteSwiftPackageReference "anyline-tiretread-spm-module" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Anyline/anyline-tiretread-spm-module";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.0.0;
};
};
D43E3FF92966E86200F1D384 /* XCRemoteSwiftPackageReference "SnapKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SnapKit/SnapKit.git";
Expand All @@ -1000,6 +995,11 @@
package = 802B90F4296D80EB0017919D /* XCRemoteSwiftPackageReference "Alamofire" */;
productName = Alamofire;
};
A07622E02A696B5400250387 /* AnylineTireTreadSdk */ = {
isa = XCSwiftPackageProductDependency;
package = A07622DF2A696B5400250387 /* XCRemoteSwiftPackageReference "anyline-tiretread-spm-module" */;
productName = AnylineTireTreadSdk;
};
D43E3FFA2966E86200F1D384 /* SnapKit */ = {
isa = XCSwiftPackageProductDependency;
package = D43E3FF92966E86200F1D384 /* XCRemoteSwiftPackageReference "SnapKit" */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
"version" : "5.7.1"
}
},
{
"identity" : "anyline-tiretread-spm-module",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Anyline/anyline-tiretread-spm-module",
"state" : {
"revision" : "b805e64cc1cdc55c3d67d9450c457724741eee3d",
"version" : "2.1.0"
}
},
{
"identity" : "keychain-swift",
"kind" : "remoteSourceControl",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private extension ScanViewController {

private func setupTireTreadScanView() {

let config = TireTreadScanViewConfig(measurementSystem: UserDefaultsManager.shared.imperialSystem ? .imperial : .metric, useDefaultUi: true)
let config = TireTreadScanViewConfig(measurementSystem: UserDefaultsManager.shared.imperialSystem ? .imperial : .metric, useDefaultUi: true, useDefaultHaptic: true)

// creates a TireTreadScannerViewController. You can later refer to it here
// as self.scannerViewController.
Expand Down Expand Up @@ -379,6 +379,15 @@ extension ScanViewController: ErrorViewControllerDelegate {
}

extension ScanViewController: TireTreadScanViewCallback {

func onScanAbort(uuid: String?) {

}

func onUploadAborted(uuid: String?) {

}


func onFocusFound(uuid: String?) {
self.playFocusSound()
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import AnylineTireTreadSdk
- Add the following line to your `Podfile`:

```
pod 'AnylineTireTreadSdk'
pod 'AnylineTireTreadSdk', '~>2'
```

- Run `pod install`.
Expand Down Expand Up @@ -245,4 +245,4 @@ Thank you!

## License

See LICENSE file.
See LICENSE file.

0 comments on commit b4e94b4

Please sign in to comment.