Showing
6 changed files
with
4 additions
and
30 deletions
| ... | @@ -26,7 +26,7 @@ Pod::Spec.new do |spec| | ... | @@ -26,7 +26,7 @@ Pod::Spec.new do |spec| |
| 26 | # spec.vendored_frameworks = "SwiftWarplyFramework.framework" | 26 | # spec.vendored_frameworks = "SwiftWarplyFramework.framework" |
| 27 | spec.exclude_files = "Classes/Exclude" | 27 | spec.exclude_files = "Classes/Exclude" |
| 28 | 28 | ||
| 29 | - spec.dependency 'RSBarcodes_Swift', '~> 5.2.0' | 29 | + # spec.dependency 'RSBarcodes_Swift', '~> 5.2.0' |
| 30 | spec.dependency 'SwiftEventBus' | 30 | spec.dependency 'SwiftEventBus' |
| 31 | 31 | ||
| 32 | # spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,ttf,imageset,strings}'] } | 32 | # spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,ttf,imageset,strings}'] } | ... | ... |
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
| 8 | <dict> | 8 | <dict> |
| 9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
| 10 | - <integer>0</integer> | 10 | + <integer>1</integer> |
| 11 | </dict> | 11 | </dict> |
| 12 | </dict> | 12 | </dict> |
| 13 | </dict> | 13 | </dict> | ... | ... |
| ... | @@ -22,7 +22,6 @@ | ... | @@ -22,7 +22,6 @@ |
| 22 | 1EB15E7329E45F5100654657 /* PeridotPE-ExtraBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6A29E45F5100654657 /* PeridotPE-ExtraBold.ttf */; }; | 22 | 1EB15E7329E45F5100654657 /* PeridotPE-ExtraBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6A29E45F5100654657 /* PeridotPE-ExtraBold.ttf */; }; |
| 23 | 1EB15E7429E45F5100654657 /* PeridotPE-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6B29E45F5100654657 /* PeridotPE-Regular.ttf */; }; | 23 | 1EB15E7429E45F5100654657 /* PeridotPE-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6B29E45F5100654657 /* PeridotPE-Regular.ttf */; }; |
| 24 | 1EBF5F072840E13F00B8B17F /* SwiftEventBus in Frameworks */ = {isa = PBXBuildFile; productRef = 1EBF5F062840E13F00B8B17F /* SwiftEventBus */; }; | 24 | 1EBF5F072840E13F00B8B17F /* SwiftEventBus in Frameworks */ = {isa = PBXBuildFile; productRef = 1EBF5F062840E13F00B8B17F /* SwiftEventBus */; }; |
| 25 | - 1EC46C782DDE0035001BA18C /* RSBarcodes_Swift in Frameworks */ = {isa = PBXBuildFile; productRef = 1EC46C772DDE0035001BA18C /* RSBarcodes_Swift */; }; | ||
| 26 | 7630AD9A6242D60846D6750C /* Pods_SwiftWarplyFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0D5F56DD4E5371A50AD2D87 /* Pods_SwiftWarplyFramework.framework */; }; | 25 | 7630AD9A6242D60846D6750C /* Pods_SwiftWarplyFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0D5F56DD4E5371A50AD2D87 /* Pods_SwiftWarplyFramework.framework */; }; |
| 27 | A07936762885E9CC00064122 /* UIColorExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A07936752885E9CC00064122 /* UIColorExtensions.swift */; }; | 26 | A07936762885E9CC00064122 /* UIColorExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A07936752885E9CC00064122 /* UIColorExtensions.swift */; }; |
| 28 | E6A77853282933340045BBA8 /* SwiftWarplyFramework.docc in Sources */ = {isa = PBXBuildFile; fileRef = E6A77852282933340045BBA8 /* SwiftWarplyFramework.docc */; }; | 27 | E6A77853282933340045BBA8 /* SwiftWarplyFramework.docc in Sources */ = {isa = PBXBuildFile; fileRef = E6A77852282933340045BBA8 /* SwiftWarplyFramework.docc */; }; |
| ... | @@ -291,7 +290,6 @@ | ... | @@ -291,7 +290,6 @@ |
| 291 | isa = PBXFrameworksBuildPhase; | 290 | isa = PBXFrameworksBuildPhase; |
| 292 | buildActionMask = 2147483647; | 291 | buildActionMask = 2147483647; |
| 293 | files = ( | 292 | files = ( |
| 294 | - 1EC46C782DDE0035001BA18C /* RSBarcodes_Swift in Frameworks */, | ||
| 295 | 7630AD9A6242D60846D6750C /* Pods_SwiftWarplyFramework.framework in Frameworks */, | 293 | 7630AD9A6242D60846D6750C /* Pods_SwiftWarplyFramework.framework in Frameworks */, |
| 296 | 1EBF5F072840E13F00B8B17F /* SwiftEventBus in Frameworks */, | 294 | 1EBF5F072840E13F00B8B17F /* SwiftEventBus in Frameworks */, |
| 297 | ); | 295 | ); |
| ... | @@ -688,7 +686,6 @@ | ... | @@ -688,7 +686,6 @@ |
| 688 | name = SwiftWarplyFramework; | 686 | name = SwiftWarplyFramework; |
| 689 | packageProductDependencies = ( | 687 | packageProductDependencies = ( |
| 690 | 1EBF5F062840E13F00B8B17F /* SwiftEventBus */, | 688 | 1EBF5F062840E13F00B8B17F /* SwiftEventBus */, |
| 691 | - 1EC46C772DDE0035001BA18C /* RSBarcodes_Swift */, | ||
| 692 | ); | 689 | ); |
| 693 | productName = SwiftWarplyFramework; | 690 | productName = SwiftWarplyFramework; |
| 694 | productReference = E6A7784E282933340045BBA8 /* SwiftWarplyFramework.framework */; | 691 | productReference = E6A7784E282933340045BBA8 /* SwiftWarplyFramework.framework */; |
| ... | @@ -720,7 +717,6 @@ | ... | @@ -720,7 +717,6 @@ |
| 720 | mainGroup = E6A77844282933340045BBA8; | 717 | mainGroup = E6A77844282933340045BBA8; |
| 721 | packageReferences = ( | 718 | packageReferences = ( |
| 722 | 1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */, | 719 | 1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */, |
| 723 | - 1EC46C762DDE0035001BA18C /* XCRemoteSwiftPackageReference "RSBarcodes_Swift" */, | ||
| 724 | ); | 720 | ); |
| 725 | productRefGroup = E6A7784F282933340045BBA8 /* Products */; | 721 | productRefGroup = E6A7784F282933340045BBA8 /* Products */; |
| 726 | projectDirPath = ""; | 722 | projectDirPath = ""; |
| ... | @@ -1083,14 +1079,6 @@ | ... | @@ -1083,14 +1079,6 @@ |
| 1083 | minimumVersion = 5.0.0; | 1079 | minimumVersion = 5.0.0; |
| 1084 | }; | 1080 | }; |
| 1085 | }; | 1081 | }; |
| 1086 | - 1EC46C762DDE0035001BA18C /* XCRemoteSwiftPackageReference "RSBarcodes_Swift" */ = { | ||
| 1087 | - isa = XCRemoteSwiftPackageReference; | ||
| 1088 | - repositoryURL = "https://github.com/yeahdongcn/RSBarcodes_Swift"; | ||
| 1089 | - requirement = { | ||
| 1090 | - kind = upToNextMajorVersion; | ||
| 1091 | - minimumVersion = 5.2.0; | ||
| 1092 | - }; | ||
| 1093 | - }; | ||
| 1094 | /* End XCRemoteSwiftPackageReference section */ | 1082 | /* End XCRemoteSwiftPackageReference section */ |
| 1095 | 1083 | ||
| 1096 | /* Begin XCSwiftPackageProductDependency section */ | 1084 | /* Begin XCSwiftPackageProductDependency section */ |
| ... | @@ -1099,11 +1087,6 @@ | ... | @@ -1099,11 +1087,6 @@ |
| 1099 | package = 1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */; | 1087 | package = 1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */; |
| 1100 | productName = SwiftEventBus; | 1088 | productName = SwiftEventBus; |
| 1101 | }; | 1089 | }; |
| 1102 | - 1EC46C772DDE0035001BA18C /* RSBarcodes_Swift */ = { | ||
| 1103 | - isa = XCSwiftPackageProductDependency; | ||
| 1104 | - package = 1EC46C762DDE0035001BA18C /* XCRemoteSwiftPackageReference "RSBarcodes_Swift" */; | ||
| 1105 | - productName = RSBarcodes_Swift; | ||
| 1106 | - }; | ||
| 1107 | /* End XCSwiftPackageProductDependency section */ | 1090 | /* End XCSwiftPackageProductDependency section */ |
| 1108 | }; | 1091 | }; |
| 1109 | rootObject = E6A77845282933340045BBA8 /* Project object */; | 1092 | rootObject = E6A77845282933340045BBA8 /* Project object */; | ... | ... |
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
| 8 | <dict> | 8 | <dict> |
| 9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
| 10 | - <integer>1</integer> | 10 | + <integer>0</integer> |
| 11 | </dict> | 11 | </dict> |
| 12 | </dict> | 12 | </dict> |
| 13 | </dict> | 13 | </dict> | ... | ... |
| 1 | { | 1 | { |
| 2 | - "originHash" : "17e77d02482a9bad5f5e4730583b6ef8e884bc07c7c794430f8edee2618193bc", | 2 | + "originHash" : "a973e37718e3a158b792c38b1b8ebf4fb41961343f7a99be3fa56123caed92c7", |
| 3 | "pins" : [ | 3 | "pins" : [ |
| 4 | { | 4 | { |
| 5 | - "identity" : "rsbarcodes_swift", | ||
| 6 | - "kind" : "remoteSourceControl", | ||
| 7 | - "location" : "https://github.com/yeahdongcn/RSBarcodes_Swift", | ||
| 8 | - "state" : { | ||
| 9 | - "revision" : "241de72a96f49b1545d5de3c00fae170c2675c41", | ||
| 10 | - "version" : "5.2.0" | ||
| 11 | - } | ||
| 12 | - }, | ||
| 13 | - { | ||
| 14 | "identity" : "swifteventbus", | 5 | "identity" : "swifteventbus", |
| 15 | "kind" : "remoteSourceControl", | 6 | "kind" : "remoteSourceControl", |
| 16 | "location" : "https://github.com/cesarferreira/SwiftEventBus", | 7 | "location" : "https://github.com/cesarferreira/SwiftEventBus", | ... | ... |
No preview for this file type
-
Please register or login to post a comment