Skip to content

Commit 15079d9

Browse files
chore: Bump version to 1.0.2
1 parent a7f4541 commit 15079d9

File tree

18 files changed

+24
-24
lines changed

18 files changed

+24
-24
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## 1.0.2
88

99
### Fixes
1010

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.1'
3+
spec.version = '1.0.2'
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 = 2;
309+
CURRENT_PROJECT_VERSION = 3;
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.1;
330+
MARKETING_VERSION = 1.0.2;
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 = 2;
377+
CURRENT_PROJECT_VERSION = 3;
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.1;
392+
MARKETING_VERSION = 1.0.2;
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 = 2;
411+
CURRENT_PROJECT_VERSION = 3;
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.1;
426+
MARKETING_VERSION = 1.0.2;
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 = 2;
446+
CURRENT_PROJECT_VERSION = 3;
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.1;
461+
MARKETING_VERSION = 1.0.2;
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 = 2;
478+
CURRENT_PROJECT_VERSION = 3;
479479
GENERATE_INFOPLIST_FILE = YES;
480480
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
481-
MARKETING_VERSION = 1.0.1;
481+
MARKETING_VERSION = 1.0.2;
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 = 2;
499+
CURRENT_PROJECT_VERSION = 3;
500500
GENERATE_INFOPLIST_FILE = YES;
501501
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
502-
MARKETING_VERSION = 1.0.1;
502+
MARKETING_VERSION = 1.0.2;
503503
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.libs.geolocation.GeolocationLibTests;
504504
PRODUCT_NAME = "$(TARGET_NAME)";
505505
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

IONGeolocationLib.zip

9 Bytes
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.1' # Use the latest 1.0.x version
22+
pod 'IONGeolocationLib', '~> 1.0.2' # Use the latest 1.0.x version
2323
```
2424

2525
## Quick Start

build/IONGeolocationLib.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
<key>DebugSymbolsPath</key>
1111
<string>dSYMs</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64</string>
13+
<string>ios-arm64_x86_64-simulator</string>
1414
<key>LibraryPath</key>
1515
<string>IONGeolocationLib.framework</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19+
<string>x86_64</string>
1920
</array>
2021
<key>SupportedPlatform</key>
2122
<string>ios</string>
23+
<key>SupportedPlatformVariant</key>
24+
<string>simulator</string>
2225
</dict>
2326
<dict>
2427
<key>BinaryPath</key>
2528
<string>IONGeolocationLib.framework/IONGeolocationLib</string>
2629
<key>DebugSymbolsPath</key>
2730
<string>dSYMs</string>
2831
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_x86_64-simulator</string>
32+
<string>ios-arm64</string>
3033
<key>LibraryPath</key>
3134
<string>IONGeolocationLib.framework</string>
3235
<key>SupportedArchitectures</key>
3336
<array>
3437
<string>arm64</string>
35-
<string>x86_64</string>
3638
</array>
3739
<key>SupportedPlatform</key>
3840
<string>ios</string>
39-
<key>SupportedPlatformVariant</key>
40-
<string>simulator</string>
4141
</dict>
4242
</array>
4343
<key>CFBundlePackageType</key>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)