Skip to content

Commit 9d385c0

Browse files
chore: Bump version to 1.0.0
1 parent 89f4aaf commit 9d385c0

File tree

54 files changed

+20154
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+20154
-15
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.0
88

99
### Features
1010
- Add complete implementation, including `getCurrentPosition`, `watchPosition`, and `clearWatch`.

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

IONGeolocationLib.zip

918 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', '~> 0.0.1' # Use the latest 0.0.x version
22+
pod 'IONGeolocationLib', '~> 1.0.0' # Use the latest 1.0.x version
2323
```
2424

2525
## Quick Start
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>BinaryPath</key>
9+
<string>IONGeolocationLib.framework/IONGeolocationLib</string>
10+
<key>DebugSymbolsPath</key>
11+
<string>dSYMs</string>
12+
<key>LibraryIdentifier</key>
13+
<string>ios-arm64</string>
14+
<key>LibraryPath</key>
15+
<string>IONGeolocationLib.framework</string>
16+
<key>SupportedArchitectures</key>
17+
<array>
18+
<string>arm64</string>
19+
</array>
20+
<key>SupportedPlatform</key>
21+
<string>ios</string>
22+
</dict>
23+
<dict>
24+
<key>BinaryPath</key>
25+
<string>IONGeolocationLib.framework/IONGeolocationLib</string>
26+
<key>DebugSymbolsPath</key>
27+
<string>dSYMs</string>
28+
<key>LibraryIdentifier</key>
29+
<string>ios-arm64_x86_64-simulator</string>
30+
<key>LibraryPath</key>
31+
<string>IONGeolocationLib.framework</string>
32+
<key>SupportedArchitectures</key>
33+
<array>
34+
<string>arm64</string>
35+
<string>x86_64</string>
36+
</array>
37+
<key>SupportedPlatform</key>
38+
<string>ios</string>
39+
<key>SupportedPlatformVariant</key>
40+
<string>simulator</string>
41+
</dict>
42+
</array>
43+
<key>CFBundlePackageType</key>
44+
<string>XFWK</string>
45+
<key>XCFrameworkFormatVersion</key>
46+
<string>1.0</string>
47+
</dict>
48+
</plist>

0 commit comments

Comments
 (0)