Skip to content

Commit c2cb632

Browse files
committed
bug fix
1 parent 5188199 commit c2cb632

37 files changed

+28
-1404
lines changed

Demo/.DS_Store

0 Bytes
Binary file not shown.

Demo/Demo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
8BA7E86E5700F580CE1B715E /* Pods_Demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A11CFC1FD47A9B273A51132C /* Pods_Demo.framework */; };
1110
A5546D2A23C3151700287794 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5546D2923C3151700287794 /* AppDelegate.swift */; };
1211
A5546D2C23C3151700287794 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5546D2B23C3151700287794 /* ViewController.swift */; };
1312
A5546D2E23C3151900287794 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A5546D2D23C3151900287794 /* Assets.xcassets */; };
1413
A5546D3123C3151900287794 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A5546D2F23C3151900287794 /* Main.storyboard */; };
1514
/* End PBXBuildFile section */
1615

1716
/* Begin PBXFileReference section */
18-
2CDDFAB358ED711131D824B8 /* 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>"; };
19-
49DC4A41E8BF6D122A04B719 /* 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>"; };
20-
A11CFC1FD47A9B273A51132C /* Pods_Demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Demo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2117
A5546D2623C3151700287794 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
2218
A5546D2923C3151700287794 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2319
A5546D2B23C3151700287794 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
@@ -32,28 +28,18 @@
3228
isa = PBXFrameworksBuildPhase;
3329
buildActionMask = 2147483647;
3430
files = (
35-
8BA7E86E5700F580CE1B715E /* Pods_Demo.framework in Frameworks */,
3631
);
3732
runOnlyForDeploymentPostprocessing = 0;
3833
};
3934
/* End PBXFrameworksBuildPhase section */
4035

4136
/* Begin PBXGroup section */
42-
683C5EA200F53130E011175F /* Frameworks */ = {
43-
isa = PBXGroup;
44-
children = (
45-
A11CFC1FD47A9B273A51132C /* Pods_Demo.framework */,
46-
);
47-
name = Frameworks;
48-
sourceTree = "<group>";
49-
};
5037
A5546D1D23C3151700287794 = {
5138
isa = PBXGroup;
5239
children = (
5340
A5546D2823C3151700287794 /* Demo */,
5441
A5546D2723C3151700287794 /* Products */,
5542
C4BA01830802ED4585272F46 /* Pods */,
56-
683C5EA200F53130E011175F /* Frameworks */,
5743
);
5844
sourceTree = "<group>";
5945
};
@@ -81,10 +67,7 @@
8167
C4BA01830802ED4585272F46 /* Pods */ = {
8268
isa = PBXGroup;
8369
children = (
84-
2CDDFAB358ED711131D824B8 /* Pods-Demo.debug.xcconfig */,
85-
49DC4A41E8BF6D122A04B719 /* Pods-Demo.release.xcconfig */,
8670
);
87-
name = Pods;
8871
path = Pods;
8972
sourceTree = "<group>";
9073
};
@@ -95,17 +78,17 @@
9578
isa = PBXNativeTarget;
9679
buildConfigurationList = A5546D3623C3151900287794 /* Build configuration list for PBXNativeTarget "Demo" */;
9780
buildPhases = (
98-
87E7C7D21FD7D801F5F6BB66 /* [CP] Check Pods Manifest.lock */,
9981
A5546D2223C3151700287794 /* Sources */,
10082
A5546D2323C3151700287794 /* Frameworks */,
10183
A5546D2423C3151700287794 /* Resources */,
102-
DC5506D2440B1F0C7A41AF8E /* [CP] Embed Pods Frameworks */,
10384
);
10485
buildRules = (
10586
);
10687
dependencies = (
10788
);
10889
name = Demo;
90+
packageProductDependencies = (
91+
);
10992
productName = Demo;
11093
productReference = A5546D2623C3151700287794 /* Demo.app */;
11194
productType = "com.apple.product-type.application";
@@ -134,6 +117,8 @@
134117
Base,
135118
);
136119
mainGroup = A5546D1D23C3151700287794;
120+
packageReferences = (
121+
);
137122
productRefGroup = A5546D2723C3151700287794 /* Products */;
138123
projectDirPath = "";
139124
projectRoot = "";
@@ -155,48 +140,6 @@
155140
};
156141
/* End PBXResourcesBuildPhase section */
157142

158-
/* Begin PBXShellScriptBuildPhase section */
159-
87E7C7D21FD7D801F5F6BB66 /* [CP] Check Pods Manifest.lock */ = {
160-
isa = PBXShellScriptBuildPhase;
161-
buildActionMask = 2147483647;
162-
files = (
163-
);
164-
inputFileListPaths = (
165-
);
166-
inputPaths = (
167-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
168-
"${PODS_ROOT}/Manifest.lock",
169-
);
170-
name = "[CP] Check Pods Manifest.lock";
171-
outputFileListPaths = (
172-
);
173-
outputPaths = (
174-
"$(DERIVED_FILE_DIR)/Pods-Demo-checkManifestLockResult.txt",
175-
);
176-
runOnlyForDeploymentPostprocessing = 0;
177-
shellPath = /bin/sh;
178-
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";
179-
showEnvVarsInLog = 0;
180-
};
181-
DC5506D2440B1F0C7A41AF8E /* [CP] Embed Pods Frameworks */ = {
182-
isa = PBXShellScriptBuildPhase;
183-
buildActionMask = 2147483647;
184-
files = (
185-
);
186-
inputFileListPaths = (
187-
"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
188-
);
189-
name = "[CP] Embed Pods Frameworks";
190-
outputFileListPaths = (
191-
"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
192-
);
193-
runOnlyForDeploymentPostprocessing = 0;
194-
shellPath = /bin/sh;
195-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh\"\n";
196-
showEnvVarsInLog = 0;
197-
};
198-
/* End PBXShellScriptBuildPhase section */
199-
200143
/* Begin PBXSourcesBuildPhase section */
201144
A5546D2223C3151700287794 /* Sources */ = {
202145
isa = PBXSourcesBuildPhase;
@@ -336,7 +279,6 @@
336279
};
337280
A5546D3723C3151900287794 /* Debug */ = {
338281
isa = XCBuildConfiguration;
339-
baseConfigurationReference = 2CDDFAB358ED711131D824B8 /* Pods-Demo.debug.xcconfig */;
340282
buildSettings = {
341283
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
342284
CODE_SIGN_ENTITLEMENTS = Demo/Demo.entitlements;
@@ -357,7 +299,6 @@
357299
};
358300
A5546D3823C3151900287794 /* Release */ = {
359301
isa = XCBuildConfiguration;
360-
baseConfigurationReference = 49DC4A41E8BF6D122A04B719 /* Pods-Demo.release.xcconfig */;
361302
buildSettings = {
362303
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
363304
CODE_SIGN_ENTITLEMENTS = Demo/Demo.entitlements;

Demo/Demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Demo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

Demo/Demo.xcodeproj/xcuserdata/banapresso.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>Demo.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>2</integer>
10+
<integer>0</integer>
1111
</dict>
1212
</dict>
1313
</dict>
Binary file not shown.

Demo/Demo/ViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class ViewController: NSViewController {
1515
super.viewDidLoad()
1616

1717
// Do any additional setup after loading the view.
18+
TerminalKit("ls -al").launch()
1819
TerminalKit("ls -al").launch { (ter) in
1920
if let output = ter.output {
2021
print(output)

Demo/Pods/Manifest.lock

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

0 commit comments

Comments
 (0)