Skip to content

Commit 93ab14b

Browse files
authored
chore: Update (#153)
1 parent ddaf9cc commit 93ab14b

3 files changed

Lines changed: 37 additions & 61 deletions

File tree

Example/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

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

Example/Demo.xcodeproj/project.pbxproj

Lines changed: 20 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 60;
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
998C3F112FDE2CE4006300CC /* ImageViewer_swift in Frameworks */ = {isa = PBXBuildFile; productRef = 998C3F102FDE2CE4006300CC /* ImageViewer_swift */; };
1011
A68EAF90239634A000158120 /* ExampleListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A68EAF8F239634A000158120 /* ExampleListViewController.swift */; };
1112
A68EAF922396361C00158120 /* BasicViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A68EAF912396361C00158120 /* BasicViewController.swift */; };
1213
A68EAF9423963A9100158120 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A68EAF9323963A9100158120 /* Extensions.swift */; };
@@ -20,12 +21,10 @@
2021
A6BC0BE223914239004A4E46 /* ThumbCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BC0BE123914239004A4E46 /* ThumbCell.swift */; };
2122
A6BC0BE823915420004A4E46 /* Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BC0BE723915420004A4E46 /* Data.swift */; };
2223
A6FE4B4624EDDBAE00E9C754 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = A6FE4B4524EDDBAE00E9C754 /* README.md */; };
23-
D303414D23CA5F17FEDDCF7B /* Pods_Demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 10710A5B07A80798DED8269E /* Pods_Demo.framework */; };
2424
/* End PBXBuildFile section */
2525

2626
/* Begin PBXFileReference section */
2727
10710A5B07A80798DED8269E /* Pods_Demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Demo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
28-
20E424F2DB4A27D25989365C /* Pods-Demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.release.xcconfig"; path = "Target Support Files/Pods-Demo/Pods-Demo.release.xcconfig"; sourceTree = "<group>"; };
2928
A68EAF8F239634A000158120 /* ExampleListViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleListViewController.swift; sourceTree = "<group>"; };
3029
A68EAF912396361C00158120 /* BasicViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicViewController.swift; sourceTree = "<group>"; };
3130
A68EAF9323963A9100158120 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
@@ -41,15 +40,14 @@
4140
A6BC0BE123914239004A4E46 /* ThumbCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThumbCell.swift; sourceTree = "<group>"; };
4241
A6BC0BE723915420004A4E46 /* Data.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Data.swift; sourceTree = "<group>"; };
4342
A6FE4B4524EDDBAE00E9C754 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../../README.md; sourceTree = "<group>"; };
44-
D023B1BBDAD100A2962FDC7E /* Pods-Demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.debug.xcconfig"; path = "Target Support Files/Pods-Demo/Pods-Demo.debug.xcconfig"; sourceTree = "<group>"; };
4543
/* End PBXFileReference section */
4644

4745
/* Begin PBXFrameworksBuildPhase section */
4846
A6BC0BC1239139F8004A4E46 /* Frameworks */ = {
4947
isa = PBXFrameworksBuildPhase;
5048
buildActionMask = 2147483647;
5149
files = (
52-
D303414D23CA5F17FEDDCF7B /* Pods_Demo.framework in Frameworks */,
50+
998C3F112FDE2CE4006300CC /* ImageViewer_swift in Frameworks */,
5351
);
5452
runOnlyForDeploymentPostprocessing = 0;
5553
};
@@ -69,7 +67,6 @@
6967
children = (
7068
A6BC0BC6239139F8004A4E46 /* Demo */,
7169
A6BC0BC5239139F8004A4E46 /* Products */,
72-
DF82B993DFB6603C678D27F5 /* Pods */,
7370
536695A4E2804E597DF57F75 /* Frameworks */,
7471
);
7572
sourceTree = "<group>";
@@ -103,27 +100,16 @@
103100
path = Demo;
104101
sourceTree = "<group>";
105102
};
106-
DF82B993DFB6603C678D27F5 /* Pods */ = {
107-
isa = PBXGroup;
108-
children = (
109-
D023B1BBDAD100A2962FDC7E /* Pods-Demo.debug.xcconfig */,
110-
20E424F2DB4A27D25989365C /* Pods-Demo.release.xcconfig */,
111-
);
112-
path = Pods;
113-
sourceTree = "<group>";
114-
};
115103
/* End PBXGroup section */
116104

117105
/* Begin PBXNativeTarget section */
118106
A6BC0BC3239139F8004A4E46 /* Demo */ = {
119107
isa = PBXNativeTarget;
120108
buildConfigurationList = A6BC0BD8239139F9004A4E46 /* Build configuration list for PBXNativeTarget "Demo" */;
121109
buildPhases = (
122-
F2D653881EA1CD30831E01CB /* [CP] Check Pods Manifest.lock */,
123110
A6BC0BC0239139F8004A4E46 /* Sources */,
124111
A6BC0BC1239139F8004A4E46 /* Frameworks */,
125112
A6BC0BC2239139F8004A4E46 /* Resources */,
126-
C03AB560810480391BF64A7A /* [CP] Embed Pods Frameworks */,
127113
);
128114
buildRules = (
129115
);
@@ -158,6 +144,9 @@
158144
Base,
159145
);
160146
mainGroup = A6BC0BBB239139F8004A4E46;
147+
packageReferences = (
148+
998C3F0F2FDE2CE4006300CC /* XCLocalSwiftPackageReference "../../ImageViewer.swift" */,
149+
);
161150
productRefGroup = A6BC0BC5239139F8004A4E46 /* Products */;
162151
projectDirPath = "";
163152
projectRoot = "";
@@ -180,48 +169,6 @@
180169
};
181170
/* End PBXResourcesBuildPhase section */
182171

183-
/* Begin PBXShellScriptBuildPhase section */
184-
C03AB560810480391BF64A7A /* [CP] Embed Pods Frameworks */ = {
185-
isa = PBXShellScriptBuildPhase;
186-
buildActionMask = 2147483647;
187-
files = (
188-
);
189-
inputFileListPaths = (
190-
"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
191-
);
192-
name = "[CP] Embed Pods Frameworks";
193-
outputFileListPaths = (
194-
"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
195-
);
196-
runOnlyForDeploymentPostprocessing = 0;
197-
shellPath = /bin/sh;
198-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh\"\n";
199-
showEnvVarsInLog = 0;
200-
};
201-
F2D653881EA1CD30831E01CB /* [CP] Check Pods Manifest.lock */ = {
202-
isa = PBXShellScriptBuildPhase;
203-
buildActionMask = 2147483647;
204-
files = (
205-
);
206-
inputFileListPaths = (
207-
);
208-
inputPaths = (
209-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
210-
"${PODS_ROOT}/Manifest.lock",
211-
);
212-
name = "[CP] Check Pods Manifest.lock";
213-
outputFileListPaths = (
214-
);
215-
outputPaths = (
216-
"$(DERIVED_FILE_DIR)/Pods-Demo-checkManifestLockResult.txt",
217-
);
218-
runOnlyForDeploymentPostprocessing = 0;
219-
shellPath = /bin/sh;
220-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
221-
showEnvVarsInLog = 0;
222-
};
223-
/* End PBXShellScriptBuildPhase section */
224-
225172
/* Begin PBXSourcesBuildPhase section */
226173
A6BC0BC0239139F8004A4E46 /* Sources */ = {
227174
isa = PBXSourcesBuildPhase;
@@ -370,7 +317,6 @@
370317
};
371318
A6BC0BD9239139F9004A4E46 /* Debug */ = {
372319
isa = XCBuildConfiguration;
373-
baseConfigurationReference = D023B1BBDAD100A2962FDC7E /* Pods-Demo.debug.xcconfig */;
374320
buildSettings = {
375321
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
376322
CODE_SIGN_STYLE = Automatic;
@@ -388,7 +334,6 @@
388334
};
389335
A6BC0BDA239139F9004A4E46 /* Release */ = {
390336
isa = XCBuildConfiguration;
391-
baseConfigurationReference = 20E424F2DB4A27D25989365C /* Pods-Demo.release.xcconfig */;
392337
buildSettings = {
393338
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
394339
CODE_SIGN_STYLE = Automatic;
@@ -426,6 +371,20 @@
426371
defaultConfigurationName = Release;
427372
};
428373
/* End XCConfigurationList section */
374+
375+
/* Begin XCLocalSwiftPackageReference section */
376+
998C3F0F2FDE2CE4006300CC /* XCLocalSwiftPackageReference "../../ImageViewer.swift" */ = {
377+
isa = XCLocalSwiftPackageReference;
378+
relativePath = ../../ImageViewer.swift;
379+
};
380+
/* End XCLocalSwiftPackageReference section */
381+
382+
/* Begin XCSwiftPackageProductDependency section */
383+
998C3F102FDE2CE4006300CC /* ImageViewer_swift */ = {
384+
isa = XCSwiftPackageProductDependency;
385+
productName = ImageViewer_swift;
386+
};
387+
/* End XCSwiftPackageProductDependency section */
429388
};
430389
rootObject = A6BC0BBC239139F8004A4E46 /* Project object */;
431390
}

Example/Package.swift

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// swift-tools-version:5.5
2+
3+
// Leave blank. This is only here so that Xcode doesn't display it.
4+
import PackageDescription
5+
6+
let package = Package(
7+
name: "demo",
8+
products: [],
9+
targets: []
10+
)

0 commit comments

Comments
 (0)