Skip to content

Commit

Permalink
Release 4.3.8-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerdhulap committed Sep 20, 2024
1 parent c2c8395 commit c4cd143
Show file tree
Hide file tree
Showing 31 changed files with 10,995 additions and 3,699 deletions.
2 changes: 1 addition & 1 deletion WoosmapGeofencing.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WoosmapGeofencing'
s.version = '4.3.7'
s.version = '4.3.8-beta1'
s.license = 'MIT'
s.summary = 'Geofencing in Swift'
s.description = 'The Woosmap Geofencing SDK is a mobile cross-platform software development kit focused on gathering efficiently the users’ location, triggering events based on region monitoring, and providing categorized users’ zone of interest from geographical and temporal clusters.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
#ifndef WOOSMAPGEOFENCING_SWIFT_H
#define WOOSMAPGEOFENCING_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -42,6 +42,8 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
Expand All @@ -55,6 +57,7 @@
# endif
#pragma clang diagnostic pop
#endif
#pragma clang diagnostic pop
#endif

#if !defined(SWIFT_TYPEDEFS)
Expand Down Expand Up @@ -292,6 +295,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#pragma clang diagnostic ignored "-Wunknown-pragmas"
#pragma clang diagnostic ignored "-Wnullability"
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"

#if __has_attribute(external_source_symbol)
# pragma push_macro("any")
Expand Down Expand Up @@ -474,6 +478,8 @@ SWIFT_CLASS("_TtC17WoosmapGeofencing23LocationServiceCoreImpl")
@end




/// Interacts with Core Location to collect user location and monitor region.
/// This class efficiently gathers user location and triggers events based on region monitoring and provides categorised zones of Interests and temporal clusters.
SWIFT_CLASS("_TtC17WoosmapGeofencing19LocationServiceImpl")
Expand All @@ -482,6 +488,8 @@ SWIFT_CLASS("_TtC17WoosmapGeofencing19LocationServiceImpl")





SWIFT_CLASS("_TtC17WoosmapGeofencing12LogIndoorAPI")
@interface LogIndoorAPI : NSObject
/// Date
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit c4cd143

Please sign in to comment.