Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/swiftui support #43

Merged
merged 33 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
14bc227
WIP
ZvonimirMedak Nov 13, 2024
1e56b20
refactor navigation cell, and add SentinelListView
ZvonimirMedak Nov 27, 2024
9aecbd9
add option switch, and title value views
ZvonimirMedak Nov 27, 2024
56e7515
update DeviceTool
ZvonimirMedak Nov 28, 2024
da9001c
add performance tool
ZvonimirMedak Nov 28, 2024
0aada28
add initial tabs
ZvonimirMedak Nov 28, 2024
64215b3
navigation WIP
ZvonimirMedak Nov 28, 2024
0fab272
update user defaults tool
ZvonimirMedak Nov 28, 2024
74c9dbf
update text editing tool
ZvonimirMedak Nov 28, 2024
76fb0ba
remove part of the unused code
ZvonimirMedak Nov 28, 2024
9959bd1
remove unused code from TextEditing
ZvonimirMedak Nov 28, 2024
409bd6e
remove more unnecessary code
ZvonimirMedak Nov 28, 2024
f6cc099
remove more unused code
ZvonimirMedak Nov 28, 2024
7b0d63b
remove unused code, and add part of custom Location
ZvonimirMedak Dec 10, 2024
294b965
add SwiftUI support for CustomLocation
ZvonimirMedak Dec 10, 2024
81b5e4c
add EmailSenderView SwiftUI support
ZvonimirMedak Dec 10, 2024
dd7958c
fix errors for images
ZvonimirMedak Dec 10, 2024
b3fd5fe
Merge branch 'feature/open-source-template-readme' into feature/swift…
ZvonimirMedak Dec 13, 2024
7c59664
add custom case for SentinelListView
ZvonimirMedak Dec 13, 2024
1f67a18
code updates
ZvonimirMedak Dec 13, 2024
6203c92
code style updates
ZvonimirMedak Dec 18, 2024
4fe437f
update paths
ZvonimirMedak Dec 18, 2024
c1c5401
add documentation
ZvonimirMedak Dec 18, 2024
8a4084c
pod update
ZvonimirMedak Dec 18, 2024
d5e0786
PR fixes
ZvonimirMedak Jan 8, 2025
94c3c12
Merge branch 'feature/swiftui-support' into feature/code-updates
ZvonimirMedak Jan 8, 2025
627fd48
merge fixes
ZvonimirMedak Jan 8, 2025
f8f1285
add dashes to extensions
ZvonimirMedak Jan 8, 2025
2773f60
Merge branch 'feature/swiftui-support' into feature/code-updates
ZvonimirMedak Jan 8, 2025
17b7612
remove extensions mark
ZvonimirMedak Jan 13, 2025
114b0f3
Merge pull request #44 from infinum/feature/code-updates
ZvonimirMedak Jan 13, 2025
7634023
move and rename errorView
ZvonimirMedak Jan 13, 2025
2a7c31b
PR fixes
ZvonimirMedak Jan 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use_frameworks!
platform :ios, '11.0'
platform :ios, '14.0'

target 'Sentinel_Example' do
pod 'Sentinel', :path => '../'
Expand Down
22 changes: 11 additions & 11 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PODS:
- Sentinel (1.2.2):
- Sentinel/Default (= 1.2.2)
- Sentinel/Core (1.2.2)
- Sentinel/CustomLocation (1.2.2):
- Sentinel (2.0.0):
- Sentinel/Default (= 2.0.0)
- Sentinel/Core (2.0.0)
- Sentinel/CustomLocation (2.0.0):
- Sentinel/Core
- Sentinel/Default (1.2.2):
- Sentinel/Default (2.0.0):
- Sentinel/Core
- Sentinel/CustomLocation
- Sentinel/TextEditing
- Sentinel/UserDefaults
- Sentinel/EmailSender (1.2.2):
- Sentinel/EmailSender (2.0.0):
- Sentinel/Core
- Sentinel/TextEditing (1.2.2):
- Sentinel/TextEditing (2.0.0):
- Sentinel/Core
- Sentinel/UserDefaults (1.2.2):
- Sentinel/UserDefaults (2.0.0):
- Sentinel/Core

DEPENDENCIES:
Expand All @@ -25,8 +25,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Sentinel: ff75b928d3f1517992ba63e7a48b18230194e737
Sentinel: d846456bed40a8f1983534a141eb259b8fc1870f

PODFILE CHECKSUM: 9c832ffe95f37b33da45d44c34055fef22efd343
PODFILE CHECKSUM: b4ac31ac0023145189dcb5c8e0a0491b082199f1

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
8 changes: 4 additions & 4 deletions Example/Pods/Local Podspecs/Sentinel.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,211 changes: 614 additions & 597 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading