Skip to content

Commit

Permalink
Release 0.10.2 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
apsis-rostov-ci authored Aug 8, 2022
1 parent 1c400da commit 9ac5783
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion ApsisOne.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ApsisOne'
spec.version = '0.10.1'
spec.version = '0.10.2'
spec.summary = 'AppTool iOS SDK'
spec.homepage = 'http://apsis.one'
spec.license = { :type => 'Custom', :file => 'LICENSE' }
Expand Down
Binary file modified ApsisOne.xcframework/ios-arm64/ApsisOne.framework/ApsisOne
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ NS_ASSUME_NONNULL_BEGIN
* @param latitude location latitude
* @param longitude location latitude
*/
+ (void)trackLocationWithLatitude:(double)latitude longitude:(double)longitude;
+ (void)trackLocationWithLatitude:(double)latitude
longitude:(double)longitude;

/**
* Add location event
Expand All @@ -82,7 +83,9 @@ NS_ASSUME_NONNULL_BEGIN
* @param longitude location latitude
* @param placemark placemark you want to associate with location
*/
+ (void)trackLocationWithLatitude:(double)latitude longitude:(double)longitude placemark:(ONEPlacemark * _Nullable)placemark;
+ (void)trackLocationWithLatitude:(double)latitude
longitude:(double)longitude
placemark:(ONEPlacemark * _Nullable)placemark;

/**
* Add location event
Expand All @@ -92,7 +95,10 @@ NS_ASSUME_NONNULL_BEGIN
* @param placemark placemark you want to associate with location
* @param horizontalAccuracy The horizontal accuracy (in meters) of the specified coordinate
*/
+ (void)trackLocationWithLatitude:(double)latitude longitude:(double)longitude placemark:(ONEPlacemark * _Nullable)placemark horizontalAccuracy:(NSUInteger)horizontalAccuracy;
+ (void)trackLocationWithLatitude:(double)latitude
longitude:(double)longitude
placemark:(ONEPlacemark * _Nullable)placemark
horizontalAccuracy:(NSUInteger)horizontalAccuracy;

/**
* Start collecting location with frrquency
Expand Down
Binary file modified ApsisOne.xcframework/ios-arm64/ApsisOne.framework/Info.plist
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ NS_ASSUME_NONNULL_BEGIN
* @param latitude location latitude
* @param longitude location latitude
*/
+ (void)trackLocationWithLatitude:(double)latitude longitude:(double)longitude;
+ (void)trackLocationWithLatitude:(double)latitude
longitude:(double)longitude;

/**
* Add location event
Expand All @@ -82,7 +83,9 @@ NS_ASSUME_NONNULL_BEGIN
* @param longitude location latitude
* @param placemark placemark you want to associate with location
*/
+ (void)trackLocationWithLatitude:(double)latitude longitude:(double)longitude placemark:(ONEPlacemark * _Nullable)placemark;
+ (void)trackLocationWithLatitude:(double)latitude
longitude:(double)longitude
placemark:(ONEPlacemark * _Nullable)placemark;

/**
* Add location event
Expand All @@ -92,7 +95,10 @@ NS_ASSUME_NONNULL_BEGIN
* @param placemark placemark you want to associate with location
* @param horizontalAccuracy The horizontal accuracy (in meters) of the specified coordinate
*/
+ (void)trackLocationWithLatitude:(double)latitude longitude:(double)longitude placemark:(ONEPlacemark * _Nullable)placemark horizontalAccuracy:(NSUInteger)horizontalAccuracy;
+ (void)trackLocationWithLatitude:(double)latitude
longitude:(double)longitude
placemark:(ONEPlacemark * _Nullable)placemark
horizontalAccuracy:(NSUInteger)horizontalAccuracy;

/**
* Start collecting location with frrquency
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Headers/ApsisOneAPI.h</key>
<data>
wGJWkE3x68gftytjAv+v1xzL6oc=
GtBfTarQhHJuwhFjhUG2EaVeKX8=
</data>
<key>Headers/ONEConsentType.h</key>
<data>
Expand Down Expand Up @@ -42,7 +42,7 @@
</data>
<key>Info.plist</key>
<data>
1U68M46Cc1OMB2NOUKKvadDKl6s=
QSPzE1s/e/8twd9ZXnUPUQKjOC4=
</data>
<key>KiteJSONValidator.license</key>
<data>
Expand Down Expand Up @@ -124,10 +124,6 @@
<data>
lW3ATKUueiLV2famAhA0Ka2Cnn0=
</data>
<key>debug_generic_messages.json</key>
<data>
4gZ38bjpD3EWmB4mkoiRiTA2CU4=
</data>
<key>rootSchema.json</key>
<data>
SVqctdATzP1wdT3OXEr/mKlrjCw=
Expand All @@ -153,7 +149,7 @@
<dict>
<key>hash2</key>
<data>
UXxSDCsLKn8xjaPEjyxrsjTW0fib38YKeGQrKGNu9Mg=
4rd6/hE6Wij8eOb2tMkw9cTswGU75vMYg+mbnyR4v4o=
</data>
</dict>
<key>Headers/ONEConsentType.h</key>
Expand Down Expand Up @@ -338,13 +334,6 @@
evXfCNkZqwdKYjWnMm4mUSgdLg0MKsVuRWZ+RKkL9O0=
</data>
</dict>
<key>debug_generic_messages.json</key>
<dict>
<key>hash2</key>
<data>
1qGDi7iFLfZ4RcRshCvhnSmuHUCpOjGwZjomFZqu3Nw=
</data>
</dict>
<key>rootSchema.json</key>
<dict>
<key>hash2</key>
Expand Down

0 comments on commit 9ac5783

Please sign in to comment.