This website requires JavaScript.
Explore
Help
Sign In
rock-n-code
/
colibri
Watch
1
Star
0
Fork
0
You've already forked colibri
Code
Issues
Pull Requests
Actions
Releases
3
Activity
colibri
/
Library
/
Sources
/
Internal
/
Extensions
/
Bundle+Conformances.swift
6 lines
74 B
Swift
Raw
Normal View
History
Unescape
Escape
Conformed the Bundle representation of the Foundation framework to the BundleServicing protocol in the library target.
2025-01-18 00:19:59 +01:00
import
Foundation
Renamed the BundleServicing protocol in the library target as Bundleable.
2025-01-18 19:52:40 +01:00
//
MARK:
-
B
u
n
d
l
e
a
b
l
e
Conformed the Bundle representation of the Foundation framework to the BundleServicing protocol in the library target.
2025-01-18 00:19:59 +01:00
Renamed the BundleServicing protocol in the library target as Bundleable.
2025-01-18 19:52:40 +01:00
extension
Bundle
:
Bundleable
{
}
Reference in New Issue
Copy Permalink