|
44 | 44 | 03AAE3E2539C80211DDB0E1D /* EntityInfo.generated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = EntityInfo.generated.swift; sourceTree = "<group>"; }; |
45 | 45 | 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>"; }; |
46 | 46 | 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>"; }; |
49 | 47 | 5039EC9D2181DA350095204F /* NotesExample-macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "NotesExample-macOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
50 | 48 | 5039EC9F2181DA350095204F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
51 | 49 | 5039ECA12181DA350095204F /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
|
125 | 123 | children = ( |
126 | 124 | 03AAE3E2539C80211DDB0E1D /* EntityInfo.generated.swift */, |
127 | 125 | ); |
128 | | -name = generated; |
129 | 126 | path = generated; |
130 | 127 | sourceTree = "<group>"; |
131 | 128 | }; |
|
169 | 166 | 5039ECAD2181DA4D0095204F /* Shared */, |
170 | 167 | 5070AAEE218066C0002305F8 /* NotesExample-iOS */, |
171 | 168 | 5039EC9E2181DA350095204F /* NotesExample-macOS */, |
172 | | -5039EC96218099C10095204F /* .sourcery.yml */, |
173 | | -5039EC92218097FC0095204F /* templates */, |
174 | 169 | 35F641D9D3E0492C65A63C84 /* generated */, |
175 | 170 | 5070AAED218066C0002305F8 /* Products */, |
176 | 171 | 1816FA0D018BADD44A16C61F /* Pods */, |
|
219 | 214 | buildConfigurationList = 5039ECAA2181DA360095204F /* Build configuration list for PBXNativeTarget "NotesExample-macOS" */; |
220 | 215 | buildPhases = ( |
221 | 216 | 31490094811CB81E2781E223 /* [CP] Check Pods Manifest.lock */, |
222 | | -BD1CBD53950AF28314061AFA /* [OBX] Update Sourcery Generated Files */, |
223 | 217 | 5039EC992181DA350095204F /* Sources */, |
224 | 218 | 5039EC9A2181DA350095204F /* Frameworks */, |
225 | 219 | 5039EC9B2181DA350095204F /* Resources */, |
|
239 | 233 | buildConfigurationList = 5070AB00218066C1002305F8 /* Build configuration list for PBXNativeTarget "NotesExample-iOS" */; |
240 | 234 | buildPhases = ( |
241 | 235 | 9BA7975165E82DD07F3F0ACE /* [CP] Check Pods Manifest.lock */, |
242 | | -85154EF94DE0967FCE800AC4 /* [OBX] Update Sourcery Generated Files */, |
243 | 236 | 5070AAE8218066C0002305F8 /* Sources */, |
244 | 237 | 5070AAE9218066C0002305F8 /* Frameworks */, |
245 | 238 | 5070AAEA218066C0002305F8 /* Resources */, |
|
385 | 378 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NotesExample-macOS/Pods-NotesExample-macOS-frameworks.sh\"\n"; |
386 | 379 | showEnvVarsInLog = 0; |
387 | 380 | }; |
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 | | -}; |
407 | 381 | 9BA7975165E82DD07F3F0ACE /* [CP] Check Pods Manifest.lock */ = { |
408 | 382 | isa = PBXShellScriptBuildPhase; |
409 | 383 | buildActionMask = 2147483647; |
|
426 | 400 | 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"; |
427 | 401 | showEnvVarsInLog = 0; |
428 | 402 | }; |
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 | | -}; |
448 | 403 | /* End PBXShellScriptBuildPhase section */ |
449 | 404 |
|
450 | 405 | /* Begin PBXSourcesBuildPhase section */ |
|
0 commit comments