Skip to content

Commit 24c91f5

Browse files
committed
fix ios build
1 parent 7fd7693 commit 24c91f5

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

kamel-sample-ios/iosApp.xcodeproj/project.pbxproj

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
buildConfigurationList = 7555FFA5242A565B00829871 /* Build configuration list for PBXNativeTarget "iosApp" */;
8888
buildPhases = (
8989
24387B822D1F73AE003330FB /* ShellScript */,
90-
98D614C51D2DA07C614CC46E /* [CP] Check Pods Manifest.lock */,
9190
7555FF77242A565900829871 /* Sources */,
9291
7555FF79242A565900829871 /* Resources */,
9392
);
@@ -163,28 +162,6 @@
163162
shellPath = /bin/sh;
164163
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\ncd \"$SRCROOT/..\"\n./gradlew :kamel-samples:embedAndSignAppleFrameworkForXcode\n";
165164
};
166-
98D614C51D2DA07C614CC46E /* [CP] Check Pods Manifest.lock */ = {
167-
isa = PBXShellScriptBuildPhase;
168-
buildActionMask = 2147483647;
169-
files = (
170-
);
171-
inputFileListPaths = (
172-
);
173-
inputPaths = (
174-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
175-
"${PODS_ROOT}/Manifest.lock",
176-
);
177-
name = "[CP] Check Pods Manifest.lock";
178-
outputFileListPaths = (
179-
);
180-
outputPaths = (
181-
"$(DERIVED_FILE_DIR)/Pods-iosApp-checkManifestLockResult.txt",
182-
);
183-
runOnlyForDeploymentPostprocessing = 0;
184-
shellPath = /bin/sh;
185-
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";
186-
showEnvVarsInLog = 0;
187-
};
188165
/* End PBXShellScriptBuildPhase section */
189166

190167
/* Begin PBXSourcesBuildPhase section */

kamel-sample-ios/iosApp/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>CADisableMinimumFrameDurationOnPhone</key>
6+
<true/>
57
<key>CFBundleDevelopmentRegion</key>
68
<string>$(DEVELOPMENT_LANGUAGE)</string>
79
<key>CFBundleExecutable</key>

0 commit comments

Comments
 (0)