Skip to content

Commit 3f6994f

Browse files
author
zhxf2012
committed
get the demo build success
1 parent b904767 commit 3f6994f

File tree

3 files changed

+43
-5
lines changed

3 files changed

+43
-5
lines changed

Demos/CurvyText.xcodeproj/project.pbxproj

+26-4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
831F282924E1784E00F60353 /* PathText in Frameworks */ = {isa = PBXBuildFile; productRef = 831F282824E1784E00F60353 /* PathText */; };
1011
FB05B63523C253EB00B01325 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB05B63423C253EB00B01325 /* AppDelegate.swift */; };
1112
FB05B63723C253EB00B01325 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB05B63623C253EB00B01325 /* ViewController.swift */; };
1213
FB05B63923C253EC00B01325 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FB05B63823C253EC00B01325 /* Assets.xcassets */; };
@@ -84,6 +85,7 @@
8485
isa = PBXFrameworksBuildPhase;
8586
buildActionMask = 2147483647;
8687
files = (
88+
831F282924E1784E00F60353 /* PathText in Frameworks */,
8789
FB2C367E239C09CE002DDB93 /* PathText in Frameworks */,
8890
);
8991
runOnlyForDeploymentPostprocessing = 0;
@@ -248,6 +250,7 @@
248250
name = CurvyText;
249251
packageProductDependencies = (
250252
FB2C367D239C09CE002DDB93 /* PathText */,
253+
831F282824E1784E00F60353 /* PathText */,
251254
);
252255
productName = CurvyText;
253256
productReference = FB2C3660239AA4AC002DDB93 /* CurvyText.app */;
@@ -326,6 +329,9 @@
326329
Base,
327330
);
328331
mainGroup = FB2C3657239AA4AC002DDB93;
332+
packageReferences = (
333+
831F282724E1784E00F60353 /* XCRemoteSwiftPackageReference "PathText" */,
334+
);
329335
productRefGroup = FB2C3661239AA4AC002DDB93 /* Products */;
330336
projectDirPath = "";
331337
projectRoot = "";
@@ -480,7 +486,7 @@
480486
"$(inherited)",
481487
"@executable_path/../Frameworks",
482488
);
483-
MACOSX_DEPLOYMENT_TARGET = 10.10;
489+
MACOSX_DEPLOYMENT_TARGET = 10.15;
484490
PRODUCT_BUNDLE_IDENTIFIER = net.robnapier.PathTextDemoMac;
485491
PRODUCT_NAME = "$(TARGET_NAME)";
486492
SDKROOT = macosx;
@@ -502,7 +508,7 @@
502508
"$(inherited)",
503509
"@executable_path/../Frameworks",
504510
);
505-
MACOSX_DEPLOYMENT_TARGET = 10.10;
511+
MACOSX_DEPLOYMENT_TARGET = 10.15;
506512
PRODUCT_BUNDLE_IDENTIFIER = net.robnapier.PathTextDemoMac;
507513
PRODUCT_NAME = "$(TARGET_NAME)";
508514
SDKROOT = macosx;
@@ -725,7 +731,7 @@
725731
CODE_SIGN_STYLE = Automatic;
726732
DEVELOPMENT_TEAM = UYPNG254PD;
727733
INFOPLIST_FILE = PathTextDemo/Info.plist;
728-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
734+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
729735
LD_RUNPATH_SEARCH_PATHS = (
730736
"$(inherited)",
731737
"@executable_path/Frameworks",
@@ -744,7 +750,7 @@
744750
CODE_SIGN_STYLE = Automatic;
745751
DEVELOPMENT_TEAM = UYPNG254PD;
746752
INFOPLIST_FILE = PathTextDemo/Info.plist;
747-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
753+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
748754
LD_RUNPATH_SEARCH_PATHS = (
749755
"$(inherited)",
750756
"@executable_path/Frameworks",
@@ -806,7 +812,23 @@
806812
};
807813
/* End XCConfigurationList section */
808814

815+
/* Begin XCRemoteSwiftPackageReference section */
816+
831F282724E1784E00F60353 /* XCRemoteSwiftPackageReference "PathText" */ = {
817+
isa = XCRemoteSwiftPackageReference;
818+
repositoryURL = "https://github.com/zhxf2012/PathText";
819+
requirement = {
820+
branch = master;
821+
kind = branch;
822+
};
823+
};
824+
/* End XCRemoteSwiftPackageReference section */
825+
809826
/* Begin XCSwiftPackageProductDependency section */
827+
831F282824E1784E00F60353 /* PathText */ = {
828+
isa = XCSwiftPackageProductDependency;
829+
package = 831F282724E1784E00F60353 /* XCRemoteSwiftPackageReference "PathText" */;
830+
productName = PathText;
831+
};
810832
FB05B64223C2542300B01325 /* PathText */ = {
811833
isa = XCSwiftPackageProductDependency;
812834
productName = PathText;

Demos/CurvyText.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"object": {
3+
"pins": [
4+
{
5+
"package": "PathText",
6+
"repositoryURL": "https://github.com/zhxf2012/PathText",
7+
"state": {
8+
"branch": "master",
9+
"revision": "b904767d3582adbfd9eee9ba136a2c5f0fcc12be",
10+
"version": null
11+
}
12+
}
13+
]
14+
},
15+
"version": 1
16+
}

0 commit comments

Comments
 (0)