Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2025-05-21 17:49:04 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7441b699074dea54868c1e315226dc65a5c9d191
7441b699
1 parent
32c5a79d
add RSBarcodes_Swift
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
2 deletions
SwiftWarplyFramework.podspec
SwiftWarplyFramework/SwiftWarplyFramework.xcodeproj/project.pbxproj
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcshareddata/swiftpm/Package.resolved
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework.podspec
View file @
7441b69
...
...
@@ -35,7 +35,7 @@ Pod::Spec.new do |spec|
# spec.vendored_frameworks = "SwiftWarplyFramework.framework"
spec
.
exclude_files
=
"Classes/Exclude"
#
spec.dependency 'RSBarcodes_Swift', '~> 5.2.0'
spec
.
dependency
'RSBarcodes_Swift'
,
'~> 5.2.0'
# spec.dependency 'RSBarcodes_Swift', '~> 5.1.1'
spec
.
dependency
'SwiftEventBus'
...
...
SwiftWarplyFramework/SwiftWarplyFramework.xcodeproj/project.pbxproj
View file @
7441b69
...
...
@@ -12,6 +12,7 @@
1E108A9428A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A8F28A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf */; };
1E108A9528A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9028A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf */; };
1E108A9628A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9128A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf */; };
1EA554212DDE1EF40061E740 /* RSBarcodes_Swift in Frameworks */ = {isa = PBXBuildFile; productRef = 1EA554202DDE1EF40061E740 /* RSBarcodes_Swift */; };
1EB15E6C29E45F5100654657 /* PeridotPE-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6329E45F5100654657 /* PeridotPE-SemiBold.ttf */; };
1EB15E6D29E45F5100654657 /* PeridotPE-ExtraBoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6429E45F5100654657 /* PeridotPE-ExtraBoldItalic.ttf */; };
1EB15E6E29E45F5100654657 /* PeridotPE-SemiBoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6529E45F5100654657 /* PeridotPE-SemiBoldItalic.ttf */; };
...
...
@@ -290,6 +291,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
1EA554212DDE1EF40061E740 /* RSBarcodes_Swift in Frameworks */,
7630AD9A6242D60846D6750C /* Pods_SwiftWarplyFramework.framework in Frameworks */,
1EBF5F072840E13F00B8B17F /* SwiftEventBus in Frameworks */,
);
...
...
@@ -686,6 +688,7 @@
name = SwiftWarplyFramework;
packageProductDependencies = (
1EBF5F062840E13F00B8B17F /* SwiftEventBus */,
1EA554202DDE1EF40061E740 /* RSBarcodes_Swift */,
);
productName = SwiftWarplyFramework;
productReference = E6A7784E282933340045BBA8 /* SwiftWarplyFramework.framework */;
...
...
@@ -717,6 +720,7 @@
mainGroup = E6A77844282933340045BBA8;
packageReferences = (
1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */,
1EA5541F2DDE1EF40061E740 /* XCRemoteSwiftPackageReference "RSBarcodes_Swift" */,
);
productRefGroup = E6A7784F282933340045BBA8 /* Products */;
projectDirPath = "";
...
...
@@ -1071,6 +1075,14 @@
/* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */
1EA5541F2DDE1EF40061E740 /* XCRemoteSwiftPackageReference "RSBarcodes_Swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/yeahdongcn/RSBarcodes_Swift";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.1.1;
};
};
1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/cesarferreira/SwiftEventBus";
...
...
@@ -1082,6 +1094,11 @@
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
1EA554202DDE1EF40061E740 /* RSBarcodes_Swift */ = {
isa = XCSwiftPackageProductDependency;
package = 1EA5541F2DDE1EF40061E740 /* XCRemoteSwiftPackageReference "RSBarcodes_Swift" */;
productName = RSBarcodes_Swift;
};
1EBF5F062840E13F00B8B17F /* SwiftEventBus */ = {
isa = XCSwiftPackageProductDependency;
package = 1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */;
...
...
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcshareddata/swiftpm/Package.resolved
View file @
7441b69
{
"originHash"
:
"
a973e37718e3a158b792c38b1b8ebf4fb41961343f7a99be3fa56123caed92c7
"
,
"originHash"
:
"
17e77d02482a9bad5f5e4730583b6ef8e884bc07c7c794430f8edee2618193bc
"
,
"pins"
:
[
{
"identity"
:
"rsbarcodes_swift"
,
"kind"
:
"remoteSourceControl"
,
"location"
:
"https://github.com/yeahdongcn/RSBarcodes_Swift"
,
"state"
:
{
"revision"
:
"241de72a96f49b1545d5de3c00fae170c2675c41"
,
"version"
:
"5.2.0"
}
},
{
"identity"
:
"swifteventbus"
,
"kind"
:
"remoteSourceControl"
,
"location"
:
"https://github.com/cesarferreira/SwiftEventBus"
,
...
...
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
7441b69
No preview for this file type
Please
register
or
login
to post a comment