Skip to content

Commit b2503bc

Browse files
committed
Fix example app
1 parent 14bfa7e commit b2503bc

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

Example/ChatExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@
338338
882B5E301CF7D4B900B6E160 /* Frameworks */,
339339
882B5E2F1CF7D4B900B6E160 /* Sources */,
340340
882B5E311CF7D4B900B6E160 /* Resources */,
341-
7E0AFF9D207BB460004DFD4C /* ShellScript */,
342341
);
343342
buildRules = (
344343
);
@@ -467,22 +466,6 @@
467466
};
468467
/* End PBXResourcesBuildPhase section */
469468

470-
/* Begin PBXShellScriptBuildPhase section */
471-
7E0AFF9D207BB460004DFD4C /* ShellScript */ = {
472-
isa = PBXShellScriptBuildPhase;
473-
buildActionMask = 2147483647;
474-
files = (
475-
);
476-
inputPaths = (
477-
);
478-
outputPaths = (
479-
);
480-
runOnlyForDeploymentPostprocessing = 0;
481-
shellPath = /bin/sh;
482-
shellScript = "#\"${PODS_ROOT}/SwiftLint/swiftlint\"\n";
483-
};
484-
/* End PBXShellScriptBuildPhase section */
485-
486469
/* Begin PBXSourcesBuildPhase section */
487470
882B5E2F1CF7D4B900B6E160 /* Sources */ = {
488471
isa = PBXSourcesBuildPhase;

Example/ChatExample.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.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)