Skip to content

Commit

Permalink
Fix gemfile warning (#293)
Browse files Browse the repository at this point in the history
* chore: add libray Spark use SPM

* chore: remove pod library Spark

* fix: resolve Gemfile warning
  • Loading branch information
tisfeng authored Dec 30, 2023
1 parent 437777b commit 79cd67b
Show file tree
Hide file tree
Showing 186 changed files with 3,440 additions and 11,698 deletions.
17 changes: 17 additions & 0 deletions Easydict.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
039F5504294B6E29004AB940 /* EZPreferencesWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 039F54FD294B6E29004AB940 /* EZPreferencesWindowController.m */; };
039F5506294B6E29004AB940 /* EZSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 039F5501294B6E29004AB940 /* EZSettingViewController.m */; };
039F5508294B6E29004AB940 /* EZAboutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 039F5503294B6E29004AB940 /* EZAboutViewController.m */; };
03A8308D2B405F8E00112834 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 03A8308C2B405F8E00112834 /* Sparkle */; };
03B022E629231FA6001C7E63 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 03B0221D29231FA6001C7E63 /* Assets.xcassets */; };
03B022E729231FA6001C7E63 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 03B0221F29231FA6001C7E63 /* Main.storyboard */; };
03B022E829231FA6001C7E63 /* entry.m in Sources */ = {isa = PBXBuildFile; fileRef = 03B0222129231FA6001C7E63 /* entry.m */; };
Expand Down Expand Up @@ -757,6 +758,7 @@
03FD68BB2B1DC59600FD388E /* CryptoSwift in Frameworks */,
03CF28002B3DA7D500E19B57 /* RealmSwift in Frameworks */,
03022F222B36D1A400B63209 /* SnapKit in Frameworks */,
03A8308D2B405F8E00112834 /* Sparkle in Frameworks */,
B87AC7E36367075BA5D13234 /* Pods_Easydict.framework in Frameworks */,
03022F1C2B35DEBA00B63209 /* Hue in Frameworks */,
03CF27FE2B3DA7D500E19B57 /* Realm in Frameworks */,
Expand Down Expand Up @@ -2201,6 +2203,7 @@
03022F212B36D1A400B63209 /* SnapKit */,
03CF27FD2B3DA7D500E19B57 /* Realm */,
03CF27FF2B3DA7D500E19B57 /* RealmSwift */,
03A8308C2B405F8E00112834 /* Sparkle */,
);
productName = Bob;
productReference = C99EEB182385796700FEE666 /* Easydict-debug.app */;
Expand Down Expand Up @@ -2253,6 +2256,7 @@
03022F1D2B36CF3100B63209 /* XCRemoteSwiftPackageReference "SwiftShell" */,
03022F202B36D1A300B63209 /* XCRemoteSwiftPackageReference "SnapKit" */,
03CF27FC2B3DA7D500E19B57 /* XCRemoteSwiftPackageReference "realm-swift" */,
03A8308B2B405F8E00112834 /* XCRemoteSwiftPackageReference "Sparkle" */,
);
productRefGroup = C99EEB192385796700FEE666 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -3129,6 +3133,14 @@
minimumVersion = 5.6.0;
};
};
03A8308B2B405F8E00112834 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/sparkle-project/Sparkle";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.5.2;
};
};
03CF27FC2B3DA7D500E19B57 /* XCRemoteSwiftPackageReference "realm-swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/realm/realm-swift.git";
Expand Down Expand Up @@ -3171,6 +3183,11 @@
package = 03022F202B36D1A300B63209 /* XCRemoteSwiftPackageReference "SnapKit" */;
productName = SnapKit;
};
03A8308C2B405F8E00112834 /* Sparkle */ = {
isa = XCSwiftPackageProductDependency;
package = 03A8308B2B405F8E00112834 /* XCRemoteSwiftPackageReference "Sparkle" */;
productName = Sparkle;
};
03CF27FD2B3DA7D500E19B57 /* Realm */ = {
isa = XCSwiftPackageProductDependency;
package = 03CF27FC2B3DA7D500E19B57 /* XCRemoteSwiftPackageReference "realm-swift" */;
Expand Down
9 changes: 9 additions & 0 deletions Easydict.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@
"version" : "5.6.0"
}
},
{
"identity" : "sparkle",
"kind" : "remoteSourceControl",
"location" : "https://github.com/sparkle-project/Sparkle",
"state" : {
"revision" : "47d3d90aee3c52b6f61d04ceae426e607df62347",
"version" : "2.5.2"
}
},
{
"identity" : "swiftshell",
"kind" : "remoteSourceControl",
Expand Down
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
source 'https://rubygems.org' do
gem 'cocoapods', '1.14.2'
end
source 'https://rubygems.org'
gem 'cocoapods', '1.14.2'
1 change: 0 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ target 'Easydict' do
pod 'MASPreferences', '~> 1.4.1'
pod 'CocoaLumberjack/Swift', '~> 3.6.0'
pod 'SSZipArchive', '~> 2.2.2'
pod 'Sparkle', '~> 2.5.1'
pod 'KVOController', '~> 1.2.0'
pod 'JLRoutes', '~> 2.1'

Expand Down
6 changes: 1 addition & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ PODS:
- nanopb/encode (2.30909.1)
- PromisesObjC (2.3.1)
- ReactiveObjC (3.1.1)
- Sparkle (2.5.1)
- SSZipArchive (2.2.3)
- SwiftFormat/CLI (0.52.11)

Expand All @@ -120,7 +119,6 @@ DEPENDENCIES:
- "MASShortcut (from `[email protected]:AkaShark/MASShortcut.git`, branch `double_click_modifier`)"
- MJExtension (~> 3.2.1)
- ReactiveObjC (~> 3.1.1)
- Sparkle (~> 2.5.1)
- SSZipArchive (~> 2.2.2)
- SwiftFormat/CLI (~> 0.52.11)

Expand All @@ -143,7 +141,6 @@ SPEC REPOS:
- nanopb
- PromisesObjC
- ReactiveObjC
- Sparkle
- SSZipArchive
- SwiftFormat

Expand Down Expand Up @@ -176,10 +173,9 @@ SPEC CHECKSUMS:
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
ReactiveObjC: 011caa393aa0383245f2dcf9bf02e86b80b36040
Sparkle: ce9957501a2655dd4c8264312c6134ff478a777c
SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9
SwiftFormat: 2ca3d0b75754193f0f3ba532291f25ae08dd1e42

PODFILE CHECKSUM: 597cd2d7aa9ead11dfe63d03ada0bdffc6ee7ad8
PODFILE CHECKSUM: f40ab9f504bd3624478acda6ba9982bd089edb96

COCOAPODS: 1.14.2
6 changes: 1 addition & 5 deletions Pods/Manifest.lock

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

Loading

0 comments on commit 79cd67b

Please sign in to comment.