|
|
@@ -6,8 +6,15 @@
|
|
|
objectVersion = 77;
|
|
|
objects = {
|
|
|
|
|
|
+/* Begin PBXBuildFile section */
|
|
|
+ 9E9B9EAFBCFDA5B374E2A7BC /* Pods_VenusKitto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E3AD601ADDE039C5BC7E9E2 /* Pods_VenusKitto.framework */; };
|
|
|
+/* End PBXBuildFile section */
|
|
|
+
|
|
|
/* Begin PBXFileReference section */
|
|
|
+ 2EA4EBC0C7BF828046B7A6B0 /* Pods-VenusKitto.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VenusKitto.debug.xcconfig"; path = "Target Support Files/Pods-VenusKitto/Pods-VenusKitto.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
+ 4E3AD601ADDE039C5BC7E9E2 /* Pods_VenusKitto.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_VenusKitto.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
B5EE3FE52E56FEAB00E519E8 /* VenusKitto.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VenusKitto.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ E5B16119FA7BA358FAD355BD /* Pods-VenusKitto.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VenusKitto.release.xcconfig"; path = "Target Support Files/Pods-VenusKitto/Pods-VenusKitto.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
|
|
|
@@ -36,17 +43,37 @@
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ 9E9B9EAFBCFDA5B374E2A7BC /* Pods_VenusKitto.framework in Frameworks */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
+ 445CE287CD266C0DF7926E96 /* Pods */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 2EA4EBC0C7BF828046B7A6B0 /* Pods-VenusKitto.debug.xcconfig */,
|
|
|
+ E5B16119FA7BA358FAD355BD /* Pods-VenusKitto.release.xcconfig */,
|
|
|
+ );
|
|
|
+ path = Pods;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 81EF1A1A246A25F05197D2B8 /* Frameworks */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 4E3AD601ADDE039C5BC7E9E2 /* Pods_VenusKitto.framework */,
|
|
|
+ );
|
|
|
+ name = Frameworks;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
B5EE3FDC2E56FEAB00E519E8 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
B5EE3FE72E56FEAB00E519E8 /* VenusKitto */,
|
|
|
B5EE3FE62E56FEAB00E519E8 /* Products */,
|
|
|
+ 445CE287CD266C0DF7926E96 /* Pods */,
|
|
|
+ 81EF1A1A246A25F05197D2B8 /* Frameworks */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
@@ -65,9 +92,12 @@
|
|
|
isa = PBXNativeTarget;
|
|
|
buildConfigurationList = B5EE3FF82E56FEAC00E519E8 /* Build configuration list for PBXNativeTarget "VenusKitto" */;
|
|
|
buildPhases = (
|
|
|
+ 5CAF66771B6B25907412ADB3 /* [CP] Check Pods Manifest.lock */,
|
|
|
B5EE3FE12E56FEAB00E519E8 /* Sources */,
|
|
|
B5EE3FE22E56FEAB00E519E8 /* Frameworks */,
|
|
|
B5EE3FE32E56FEAB00E519E8 /* Resources */,
|
|
|
+ 735AE22D1F6BE2CC7029127B /* [CP] Embed Pods Frameworks */,
|
|
|
+ E9354021AF4A1092CFE69A2C /* [CP] Copy Pods Resources */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
@@ -77,8 +107,6 @@
|
|
|
B5EE3FE72E56FEAB00E519E8 /* VenusKitto */,
|
|
|
);
|
|
|
name = VenusKitto;
|
|
|
- packageProductDependencies = (
|
|
|
- );
|
|
|
productName = VenusKitto;
|
|
|
productReference = B5EE3FE52E56FEAB00E519E8 /* VenusKitto.app */;
|
|
|
productType = "com.apple.product-type.application";
|
|
|
@@ -127,6 +155,73 @@
|
|
|
};
|
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
+/* Begin PBXShellScriptBuildPhase section */
|
|
|
+ 5CAF66771B6B25907412ADB3 /* [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-VenusKitto-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;
|
|
|
+ };
|
|
|
+ 735AE22D1F6BE2CC7029127B /* [CP] Embed Pods Frameworks */ = {
|
|
|
+ isa = PBXShellScriptBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ inputFileListPaths = (
|
|
|
+ "${PODS_ROOT}/Target Support Files/Pods-VenusKitto/Pods-VenusKitto-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
+ );
|
|
|
+ inputPaths = (
|
|
|
+ );
|
|
|
+ name = "[CP] Embed Pods Frameworks";
|
|
|
+ outputFileListPaths = (
|
|
|
+ "${PODS_ROOT}/Target Support Files/Pods-VenusKitto/Pods-VenusKitto-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
+ );
|
|
|
+ outputPaths = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ shellPath = /bin/sh;
|
|
|
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-VenusKitto/Pods-VenusKitto-frameworks.sh\"\n";
|
|
|
+ showEnvVarsInLog = 0;
|
|
|
+ };
|
|
|
+ E9354021AF4A1092CFE69A2C /* [CP] Copy Pods Resources */ = {
|
|
|
+ isa = PBXShellScriptBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ inputFileListPaths = (
|
|
|
+ "${PODS_ROOT}/Target Support Files/Pods-VenusKitto/Pods-VenusKitto-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
+ );
|
|
|
+ inputPaths = (
|
|
|
+ );
|
|
|
+ name = "[CP] Copy Pods Resources";
|
|
|
+ outputFileListPaths = (
|
|
|
+ "${PODS_ROOT}/Target Support Files/Pods-VenusKitto/Pods-VenusKitto-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
+ );
|
|
|
+ outputPaths = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ shellPath = /bin/sh;
|
|
|
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-VenusKitto/Pods-VenusKitto-resources.sh\"\n";
|
|
|
+ showEnvVarsInLog = 0;
|
|
|
+ };
|
|
|
+/* End PBXShellScriptBuildPhase section */
|
|
|
+
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
B5EE3FE12E56FEAB00E519E8 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
@@ -140,6 +235,7 @@
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
B5EE3FF92E56FEAC00E519E8 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
+ baseConfigurationReference = 2EA4EBC0C7BF828046B7A6B0 /* Pods-VenusKitto.debug.xcconfig */;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
@@ -152,6 +248,7 @@
|
|
|
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
|
|
|
INFOPLIST_KEY_NSCameraUsageDescription = "咕噜日记需要访问您的相机来拍摄头像照片";
|
|
|
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "咕噜日记需要访问您的相册来选择头像照片";
|
|
|
+ INFOPLIST_KEY_NSUserTrackingUsageDescription = "为了向您展示更相关的广告并衡量广告效果,我们请求允许追踪您在其他应用和网站上的活动。";
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
|
INFOPLIST_KEY_UIMainStoryboardFile = Main;
|
|
|
@@ -173,6 +270,7 @@
|
|
|
};
|
|
|
B5EE3FFA2E56FEAC00E519E8 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
+ baseConfigurationReference = E5B16119FA7BA358FAD355BD /* Pods-VenusKitto.release.xcconfig */;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
@@ -185,6 +283,7 @@
|
|
|
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
|
|
|
INFOPLIST_KEY_NSCameraUsageDescription = "咕噜日记需要访问您的相机来拍摄头像照片";
|
|
|
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "咕噜日记需要访问您的相册来选择头像照片";
|
|
|
+ INFOPLIST_KEY_NSUserTrackingUsageDescription = "为了向您展示更相关的广告并衡量广告效果,我们请求允许追踪您在其他应用和网站上的活动。";
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
|
INFOPLIST_KEY_UIMainStoryboardFile = Main;
|