Skip to content

Instantly share code, notes, and snippets.

@kateinoigakukun
Last active February 6, 2020 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kateinoigakukun/be8d1c594c973534d5152233eea1bf19 to your computer and use it in GitHub Desktop.
Save kateinoigakukun/be8d1c594c973534d5152233eea1bf19 to your computer and use it in GitHub Desktop.
diff --git a/XcodeGenWithPods.xcodeproj/project.pbxproj b/XcodeGenWithPods.xcodeproj/project.pbxproj
index dfcdf54..2ccc1d7 100644
--- a/XcodeGenWithPods.xcodeproj/project.pbxproj
+++ b/XcodeGenWithPods.xcodeproj/project.pbxproj
@@ -7,6 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
+ 9B4FB0EE55D0AAB7C3934B9C /* Pods_XcodeGenWithPods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 23E159711564C07B8B4AABE5 /* Pods_XcodeGenWithPods.framework */; };
F2D1B3F323EBF5EC00BC0FE4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2D1B3F223EBF5EC00BC0FE4 /* AppDelegate.swift */; };
F2D1B3F523EBF5EC00BC0FE4 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2D1B3F423EBF5EC00BC0FE4 /* SceneDelegate.swift */; };
F2D1B3F723EBF5EC00BC0FE4 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2D1B3F623EBF5EC00BC0FE4 /* ContentView.swift */; };
@@ -16,6 +17,9 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
+ 23E159711564C07B8B4AABE5 /* Pods_XcodeGenWithPods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_XcodeGenWithPods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 7215FEC3837079C8A323F2CC /* Pods-XcodeGenWithPods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-XcodeGenWithPods.debug.xcconfig"; path = "Target Support Files/Pods-XcodeGenWithPods/Pods-XcodeGenWithPods.debug.xcconfig"; sourceTree = "<group>"; };
+ EFB4389F95CA6BA751284F37 /* Pods-XcodeGenWithPods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-XcodeGenWithPods.release.xcconfig"; path = "Target Support Files/Pods-XcodeGenWithPods/Pods-XcodeGenWithPods.release.xcconfig"; sourceTree = "<group>"; };
F2D1B3EF23EBF5EC00BC0FE4 /* XcodeGenWithPods.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XcodeGenWithPods.app; sourceTree = BUILT_PRODUCTS_DIR; };
F2D1B3F223EBF5EC00BC0FE4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
F2D1B3F423EBF5EC00BC0FE4 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
@@ -31,17 +35,38 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 9B4FB0EE55D0AAB7C3934B9C /* Pods_XcodeGenWithPods.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
+ 109AF197209171E114C946CA /* Pods */ = {
+ isa = PBXGroup;
+ children = (
+ 7215FEC3837079C8A323F2CC /* Pods-XcodeGenWithPods.debug.xcconfig */,
+ EFB4389F95CA6BA751284F37 /* Pods-XcodeGenWithPods.release.xcconfig */,
+ );
+ name = Pods;
+ path = Pods;
+ sourceTree = "<group>";
+ };
+ 6624EA11389E0B2569E1D77B /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 23E159711564C07B8B4AABE5 /* Pods_XcodeGenWithPods.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "<group>";
+ };
F2D1B3E623EBF5EC00BC0FE4 = {
isa = PBXGroup;
children = (
F2D1B3F123EBF5EC00BC0FE4 /* XcodeGenWithPods */,
F2D1B3F023EBF5EC00BC0FE4 /* Products */,
+ 109AF197209171E114C946CA /* Pods */,
+ 6624EA11389E0B2569E1D77B /* Frameworks */,
);
sourceTree = "<group>";
};
@@ -82,9 +107,11 @@
isa = PBXNativeTarget;
buildConfigurationList = F2D1B40323EBF5EE00BC0FE4 /* Build configuration list for PBXNativeTarget "XcodeGenWithPods" */;
buildPhases = (
+ A499E17D02248D6DB5354980 /* [CP] Check Pods Manifest.lock */,
F2D1B3EB23EBF5EC00BC0FE4 /* Sources */,
F2D1B3EC23EBF5EC00BC0FE4 /* Frameworks */,
F2D1B3ED23EBF5EC00BC0FE4 /* Resources */,
+ 990EDDED843116159FD930F7 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
@@ -140,6 +167,48 @@
};
/* End PBXResourcesBuildPhase section */
+/* Begin PBXShellScriptBuildPhase section */
+ 990EDDED843116159FD930F7 /* [CP] Embed Pods Frameworks */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ "${PODS_ROOT}/Target Support Files/Pods-XcodeGenWithPods/Pods-XcodeGenWithPods-frameworks-${CONFIGURATION}-input-files.xcfilelist",
+ );
+ name = "[CP] Embed Pods Frameworks";
+ outputFileListPaths = (
+ "${PODS_ROOT}/Target Support Files/Pods-XcodeGenWithPods/Pods-XcodeGenWithPods-frameworks-${CONFIGURATION}-output-files.xcfilelist",
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-XcodeGenWithPods/Pods-XcodeGenWithPods-frameworks.sh\"\n";
+ showEnvVarsInLog = 0;
+ };
+ A499E17D02248D6DB5354980 /* [CP] Check Pods Manifest.lock */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ );
+ inputPaths = (
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
+ "${PODS_ROOT}/Manifest.lock",
+ );
+ name = "[CP] Check Pods Manifest.lock";
+ outputFileListPaths = (
+ );
+ outputPaths = (
+ "$(DERIVED_FILE_DIR)/Pods-XcodeGenWithPods-checkManifestLockResult.txt",
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ 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";
+ showEnvVarsInLog = 0;
+ };
+/* End PBXShellScriptBuildPhase section */
+
/* Begin PBXSourcesBuildPhase section */
F2D1B3EB23EBF5EC00BC0FE4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
@@ -281,6 +350,7 @@
};
F2D1B40423EBF5EE00BC0FE4 /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 7215FEC3837079C8A323F2CC /* Pods-XcodeGenWithPods.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
@@ -301,6 +371,7 @@
};
F2D1B40523EBF5EE00BC0FE4 /* Release */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = EFB4389F95CA6BA751284F37 /* Pods-XcodeGenWithPods.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment