Skip to content

Commit b8a11b9

Browse files
Merge pull request #8 from ionic-team/prepare-new-release-1.0.1
Prepare `main` to Release `1.0.1`
2 parents f1a756e + 352ae4e commit b8a11b9

File tree

25 files changed

+160
-34
lines changed

25 files changed

+160
-34
lines changed

IONGeolocationLib.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'IONGeolocationLib'
3-
spec.version = '1.0.0'
3+
spec.version = '1.0.1'
44

55
spec.summary = 'A native iOS library for Geolocation authorisation and monitoring.'
66
spec.description = 'A Swift library for iOS that provides simple, reliable access to device GPS capabilities. Get location data, monitor position changes, and manage location services with a clean, modern API.'

IONGeolocationLib.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
CLANG_WARN_UNREACHABLE_CODE = YES;
307307
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
308308
COPY_PHASE_STRIP = NO;
309-
CURRENT_PROJECT_VERSION = 1;
309+
CURRENT_PROJECT_VERSION = 2;
310310
DEBUG_INFORMATION_FORMAT = dwarf;
311311
ENABLE_STRICT_OBJC_MSGSEND = YES;
312312
ENABLE_TESTABILITY = YES;
@@ -327,7 +327,7 @@
327327
GCC_WARN_UNUSED_VARIABLE = YES;
328328
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
329329
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
330-
MARKETING_VERSION = 1.0.0;
330+
MARKETING_VERSION = 1.0.1;
331331
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
332332
MTL_FAST_MATH = YES;
333333
ONLY_ACTIVE_ARCH = YES;
@@ -374,7 +374,7 @@
374374
CLANG_WARN_UNREACHABLE_CODE = YES;
375375
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
376376
COPY_PHASE_STRIP = NO;
377-
CURRENT_PROJECT_VERSION = 1;
377+
CURRENT_PROJECT_VERSION = 2;
378378
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
379379
ENABLE_NS_ASSERTIONS = NO;
380380
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -389,7 +389,7 @@
389389
GCC_WARN_UNUSED_VARIABLE = YES;
390390
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
391391
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
392-
MARKETING_VERSION = 1.0.0;
392+
MARKETING_VERSION = 1.0.1;
393393
MTL_ENABLE_DEBUG_INFO = NO;
394394
MTL_FAST_MATH = YES;
395395
SDKROOT = iphoneos;
@@ -408,7 +408,7 @@
408408
CLANG_ENABLE_MODULES = YES;
409409
CODE_SIGN_IDENTITY = "";
410410
CODE_SIGN_STYLE = Automatic;
411-
CURRENT_PROJECT_VERSION = 1;
411+
CURRENT_PROJECT_VERSION = 2;
412412
DEFINES_MODULE = YES;
413413
DYLIB_COMPATIBILITY_VERSION = 1;
414414
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -423,7 +423,7 @@
423423
"@executable_path/Frameworks",
424424
"@loader_path/Frameworks",
425425
);
426-
MARKETING_VERSION = 1.0.0;
426+
MARKETING_VERSION = 1.0.1;
427427
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
428428
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
429429
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.libs.geolocation.GeolocationLib;
@@ -443,7 +443,7 @@
443443
CLANG_ENABLE_MODULES = YES;
444444
CODE_SIGN_IDENTITY = "";
445445
CODE_SIGN_STYLE = Automatic;
446-
CURRENT_PROJECT_VERSION = 1;
446+
CURRENT_PROJECT_VERSION = 2;
447447
DEFINES_MODULE = YES;
448448
DYLIB_COMPATIBILITY_VERSION = 1;
449449
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -458,7 +458,7 @@
458458
"@executable_path/Frameworks",
459459
"@loader_path/Frameworks",
460460
);
461-
MARKETING_VERSION = 1.0.0;
461+
MARKETING_VERSION = 1.0.1;
462462
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
463463
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
464464
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.libs.geolocation.GeolocationLib;
@@ -475,10 +475,10 @@
475475
buildSettings = {
476476
CLANG_ENABLE_MODULES = YES;
477477
CODE_SIGN_STYLE = Automatic;
478-
CURRENT_PROJECT_VERSION = 1;
478+
CURRENT_PROJECT_VERSION = 2;
479479
GENERATE_INFOPLIST_FILE = YES;
480480
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
481-
MARKETING_VERSION = 1.0.0;
481+
MARKETING_VERSION = 1.0.1;
482482
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.libs.geolocation.GeolocationLibTests;
483483
PRODUCT_NAME = "$(TARGET_NAME)";
484484
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -496,10 +496,10 @@
496496
buildSettings = {
497497
CLANG_ENABLE_MODULES = YES;
498498
CODE_SIGN_STYLE = Automatic;
499-
CURRENT_PROJECT_VERSION = 1;
499+
CURRENT_PROJECT_VERSION = 2;
500500
GENERATE_INFOPLIST_FILE = YES;
501501
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
502-
MARKETING_VERSION = 1.0.0;
502+
MARKETING_VERSION = 1.0.1;
503503
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.libs.geolocation.GeolocationLibTests;
504504
PRODUCT_NAME = "$(TARGET_NAME)";
505505
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

IONGeolocationLib.zip

2.47 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A Swift library for iOS that provides simple, reliable access to device GPS capa
1919
`ion-ios-geolocation` is available through [CocoaPods](https://cocoapods.org). Add this to your Podfile:
2020

2121
```ruby
22-
pod 'IONGeolocationLib', '~> 1.0.0' # Use the latest 1.0.x version
22+
pod 'IONGeolocationLib', '~> 1.0.1' # Use the latest 1.0.x version
2323
```
2424

2525
## Quick Start
Binary file not shown.
Binary file not shown.

build/IONGeolocationLib.xcframework/ios-arm64/IONGeolocationLib.framework/Modules/IONGeolocationLib.swiftmodule/arm64-apple-ios.abi.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2635,6 +2635,27 @@
26352635
"length": 4,
26362636
"value": "1000"
26372637
},
2638+
{
2639+
"filePath": "\/Users\/runner\/work\/ion-ios-geolocation\/ion-ios-geolocation\/IONGeolocationLib\/Publishers\/IONGLOCManagerWrapper.swift",
2640+
"kind": "BooleanLiteral",
2641+
"offset": 1499,
2642+
"length": 5,
2643+
"value": "false"
2644+
},
2645+
{
2646+
"filePath": "\/Users\/runner\/work\/ion-ios-geolocation\/ion-ios-geolocation\/IONGeolocationLib\/Publishers\/IONGLOCManagerWrapper.swift",
2647+
"kind": "BooleanLiteral",
2648+
"offset": 2133,
2649+
"length": 4,
2650+
"value": "true"
2651+
},
2652+
{
2653+
"filePath": "\/Users\/runner\/work\/ion-ios-geolocation\/ion-ios-geolocation\/IONGeolocationLib\/Publishers\/IONGLOCManagerWrapper.swift",
2654+
"kind": "BooleanLiteral",
2655+
"offset": 2267,
2656+
"length": 5,
2657+
"value": "false"
2658+
},
26382659
{
26392660
"filePath": "\/Users\/runner\/work\/ion-ios-geolocation\/ion-ios-geolocation\/IONGeolocationLib\/Publishers\/IONGLOCManagerWrapper.swift",
26402661
"kind": "StringLiteral",

build/IONGeolocationLib.xcframework/ios-arm64_x86_64-simulator/IONGeolocationLib.framework/Modules/IONGeolocationLib.swiftmodule/arm64-apple-ios-simulator.abi.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2635,6 +2635,27 @@
26352635
"length": 4,
26362636
"value": "1000"
26372637
},
2638+
{
2639+
"filePath": "\/Users\/runner\/work\/ion-ios-geolocation\/ion-ios-geolocation\/IONGeolocationLib\/Publishers\/IONGLOCManagerWrapper.swift",
2640+
"kind": "BooleanLiteral",
2641+
"offset": 1499,
2642+
"length": 5,
2643+
"value": "false"
2644+
},
2645+
{
2646+
"filePath": "\/Users\/runner\/work\/ion-ios-geolocation\/ion-ios-geolocation\/IONGeolocationLib\/Publishers\/IONGLOCManagerWrapper.swift",
2647+
"kind": "BooleanLiteral",
2648+
"offset": 2133,
2649+
"length": 4,
2650+
"value": "true"
2651+
},
2652+
{
2653+
"filePath": "\/Users\/runner\/work\/ion-ios-geolocation\/ion-ios-geolocation\/IONGeolocationLib\/Publishers\/IONGLOCManagerWrapper.swift",
2654+
"kind": "BooleanLiteral",
2655+
"offset": 2267,
2656+
"length": 5,
2657+
"value": "false"
2658+
},
26382659
{
26392660
"filePath": "\/Users\/runner\/work\/ion-ios-geolocation\/ion-ios-geolocation\/IONGeolocationLib\/Publishers\/IONGLOCManagerWrapper.swift",
26402661
"kind": "StringLiteral",

0 commit comments

Comments
 (0)