Skip to content

Commit 51b1b2c

Browse files
author
wxlpp
committed
chore(All): 将 WebInterceptor 移入 subspec 管理
1 parent 0f925c2 commit 51b1b2c

20 files changed

+28
-40
lines changed

Example/Example.xcworkspace/contents.xcworkspacedata

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Podfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
platform :ios, '9.0'
1+
platform :ios, '14.5'
22
inhibit_all_warnings!
33
install! 'cocoapods',
4+
45
:generate_multiple_pod_projects => true,
56
:incremental_installation => true,
7+
:preserve_pod_file_structure => true,
68
:warn_for_unused_master_specs_repo => false
79

10+
project 'shell.xcodeproj'
11+
workspace 'Example.xcworkspace'
12+
813
target 'shell' do
914
use_frameworks!
10-
pod 'UIRouter', :path => '../'
15+
pod 'UIRouter/Web', :path => '../'
1116
pod 'Submodule', :path => 'Submodule/'
1217
end
1318

Example/Podfile.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
PODS:
22
- Submodule (0.1.0):
33
- UIRouter
4-
- UIRouter (0.1.0.alpha)
4+
- UIRouter (0.2.0.alpha)
5+
- UIRouter/Web (0.2.0.alpha)
56

67
DEPENDENCIES:
78
- Submodule (from `Submodule/`)
8-
- UIRouter (from `../`)
9+
- UIRouter/Web (from `../`)
910

1011
EXTERNAL SOURCES:
1112
Submodule:
@@ -15,8 +16,8 @@ EXTERNAL SOURCES:
1516

1617
SPEC CHECKSUMS:
1718
Submodule: 4d6c30b294c43d33503985e348909fd7c4c02353
18-
UIRouter: cc1486c13af569df95ed9a6c0dfb0b8e5532ec65
19+
UIRouter: 57c6fd4e66a174927134a6d962a9452c6e17fc12
1920

20-
PODFILE CHECKSUM: ba24c8ebfe1e7f5e3aea87b3cd76d9bb52a9c99e
21+
PODFILE CHECKSUM: 5387537adb0879783c29a9e30e3acc9630837f78
2122

2223
COCOAPODS: 1.10.1

Example/shell.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
461BD8F1FCA1D75E244A1511 /* Pods_shell.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64F661DB3A4594028AD8041D /* Pods_shell.framework */; };
11+
AFB4C5D3264003490018229B /* UIRouter.podspec in Resources */ = {isa = PBXBuildFile; fileRef = AFB4C5D2264003490018229B /* UIRouter.podspec */; };
1112
AFF87539263D28E000234826 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFF87538263D28E000234826 /* AppDelegate.swift */; };
1213
AFF8753B263D28E000234826 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFF8753A263D28E000234826 /* SceneDelegate.swift */; };
1314
AFF8753F263D28E200234826 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AFF8753E263D28E200234826 /* Assets.xcassets */; };
@@ -26,6 +27,7 @@
2627
926010144793C5C8C345B1D4 /* Pods_ExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2728
A3B75E7330C33D887776A83C /* Pods-ExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleTests.release.xcconfig"; path = "Target Support Files/Pods-ExampleTests/Pods-ExampleTests.release.xcconfig"; sourceTree = "<group>"; };
2829
A4119074813D4DEC57006AEB /* Pods_Example_ExampleUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example_ExampleUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
30+
AFB4C5D2264003490018229B /* UIRouter.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = UIRouter.podspec; path = ../UIRouter.podspec; sourceTree = "<group>"; };
2931
AFF87535263D28E000234826 /* shell.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = shell.app; sourceTree = BUILT_PRODUCTS_DIR; };
3032
AFF87538263D28E000234826 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3133
AFF8753A263D28E000234826 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
@@ -80,6 +82,7 @@
8082
AFF8752C263D28E000234826 = {
8183
isa = PBXGroup;
8284
children = (
85+
AFB4C5D2264003490018229B /* UIRouter.podspec */,
8386
AFF87537263D28E000234826 /* shell */,
8487
AFF87536263D28E000234826 /* Products */,
8588
1A761347A593F8D347DC5745 /* Pods */,
@@ -169,6 +172,7 @@
169172
isa = PBXResourcesBuildPhase;
170173
buildActionMask = 2147483647;
171174
files = (
175+
AFB4C5D3264003490018229B /* UIRouter.podspec in Resources */,
172176
AFF87545263D28E200234826 /* LaunchScreen.storyboard in Resources */,
173177
AFF8753F263D28E200234826 /* Assets.xcassets in Resources */,
174178
);

Example/shell.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 10 deletions
This file was deleted.

Example/shell.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)