Skip to content

Commit 943ecc4

Browse files
committed
Clean out build artifacts so users get a fresh, up-to-date build and settings on calling pod install.
1 parent 15d0fb1 commit 943ecc4

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

Example/NotesExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
03AAE3E2539C80211DDB0E1D /* EntityInfo.generated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = EntityInfo.generated.swift; sourceTree = "<group>"; };
4545
0F24EB393E1ADF01EDD556C0 /* Pods-NotesExample-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotesExample-macOS.release.xcconfig"; path = "Target Support Files/Pods-NotesExample-macOS/Pods-NotesExample-macOS.release.xcconfig"; sourceTree = "<group>"; };
4646
34684F4530AD29B74727E507 /* Pods-NotesExample-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotesExample-macOS.debug.xcconfig"; path = "Target Support Files/Pods-NotesExample-macOS/Pods-NotesExample-macOS.debug.xcconfig"; sourceTree = "<group>"; };
47-
5039EC92218097FC0095204F /* templates */ = {isa = PBXFileReference; lastKnownFileType = folder; path = templates; sourceTree = "<group>"; };
48-
5039EC96218099C10095204F /* .sourcery.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .sourcery.yml; sourceTree = "<group>"; };
4947
5039EC9D2181DA350095204F /* NotesExample-macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "NotesExample-macOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
5048
5039EC9F2181DA350095204F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5149
5039ECA12181DA350095204F /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
@@ -125,7 +123,6 @@
125123
children = (
126124
03AAE3E2539C80211DDB0E1D /* EntityInfo.generated.swift */,
127125
);
128-
name = generated;
129126
path = generated;
130127
sourceTree = "<group>";
131128
};
@@ -169,8 +166,6 @@
169166
5039ECAD2181DA4D0095204F /* Shared */,
170167
5070AAEE218066C0002305F8 /* NotesExample-iOS */,
171168
5039EC9E2181DA350095204F /* NotesExample-macOS */,
172-
5039EC96218099C10095204F /* .sourcery.yml */,
173-
5039EC92218097FC0095204F /* templates */,
174169
35F641D9D3E0492C65A63C84 /* generated */,
175170
5070AAED218066C0002305F8 /* Products */,
176171
1816FA0D018BADD44A16C61F /* Pods */,
@@ -219,7 +214,6 @@
219214
buildConfigurationList = 5039ECAA2181DA360095204F /* Build configuration list for PBXNativeTarget "NotesExample-macOS" */;
220215
buildPhases = (
221216
31490094811CB81E2781E223 /* [CP] Check Pods Manifest.lock */,
222-
BD1CBD53950AF28314061AFA /* [OBX] Update Sourcery Generated Files */,
223217
5039EC992181DA350095204F /* Sources */,
224218
5039EC9A2181DA350095204F /* Frameworks */,
225219
5039EC9B2181DA350095204F /* Resources */,
@@ -239,7 +233,6 @@
239233
buildConfigurationList = 5070AB00218066C1002305F8 /* Build configuration list for PBXNativeTarget "NotesExample-iOS" */;
240234
buildPhases = (
241235
9BA7975165E82DD07F3F0ACE /* [CP] Check Pods Manifest.lock */,
242-
85154EF94DE0967FCE800AC4 /* [OBX] Update Sourcery Generated Files */,
243236
5070AAE8218066C0002305F8 /* Sources */,
244237
5070AAE9218066C0002305F8 /* Frameworks */,
245238
5070AAEA218066C0002305F8 /* Resources */,
@@ -385,25 +378,6 @@
385378
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NotesExample-macOS/Pods-NotesExample-macOS-frameworks.sh\"\n";
386379
showEnvVarsInLog = 0;
387380
};
388-
85154EF94DE0967FCE800AC4 /* [OBX] Update Sourcery Generated Files */ = {
389-
isa = PBXShellScriptBuildPhase;
390-
buildActionMask = 2147483647;
391-
files = (
392-
);
393-
inputFileListPaths = (
394-
);
395-
inputPaths = (
396-
);
397-
name = "[OBX] Update Sourcery Generated Files";
398-
outputFileListPaths = (
399-
);
400-
outputPaths = (
401-
);
402-
runOnlyForDeploymentPostprocessing = 0;
403-
shellPath = /bin/sh;
404-
shellScript = "set -e\n\nsourcery=\"$PODS_ROOT/Sourcery/bin/sourcery\"\n\nif [ -f \"$sourcery\" ]; then\n \"$sourcery\"\nelse\n echo \"error: Cannot find Sourcery in the expected location at '$sourcery'\"\n exit -1\nfi\n";
405-
showEnvVarsInLog = 1;
406-
};
407381
9BA7975165E82DD07F3F0ACE /* [CP] Check Pods Manifest.lock */ = {
408382
isa = PBXShellScriptBuildPhase;
409383
buildActionMask = 2147483647;
@@ -426,25 +400,6 @@
426400
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";
427401
showEnvVarsInLog = 0;
428402
};
429-
BD1CBD53950AF28314061AFA /* [OBX] Update Sourcery Generated Files */ = {
430-
isa = PBXShellScriptBuildPhase;
431-
buildActionMask = 2147483647;
432-
files = (
433-
);
434-
inputFileListPaths = (
435-
);
436-
inputPaths = (
437-
);
438-
name = "[OBX] Update Sourcery Generated Files";
439-
outputFileListPaths = (
440-
);
441-
outputPaths = (
442-
);
443-
runOnlyForDeploymentPostprocessing = 0;
444-
shellPath = /bin/sh;
445-
shellScript = "set -e\n\nsourcery=\"$PODS_ROOT/Sourcery/bin/sourcery\"\n\nif [ -f \"$sourcery\" ]; then\n \"$sourcery\"\nelse\n echo \"error: Cannot find Sourcery in the expected location at '$sourcery'\"\n exit -1\nfi\n";
446-
showEnvVarsInLog = 1;
447-
};
448403
/* End PBXShellScriptBuildPhase section */
449404

450405
/* Begin PBXSourcesBuildPhase section */

0 commit comments

Comments
 (0)