6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit c91f3dd0

AuthorJakob Højgård<jax@dwarf.dk>
Date2024-08-28 07:56:45 +0200
changed settings for build

Changed files

.../ios/Runner.xcodeproj/project.pbxproj           | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

Diff

diff --git a/comwell_key_app/ios/Runner.xcodeproj/project.pbxproj b/comwell_key_app/ios/Runner.xcodeproj/project.pbxproj
index 89474515..791f1650 100644
--- a/comwell_key_app/ios/Runner.xcodeproj/project.pbxproj
+++ b/comwell_key_app/ios/Runner.xcodeproj/project.pbxproj
@@ -174,6 +174,7 @@
5D39846F0889792EE3E0A577 /* [CP] Embed Pods Frameworks */,
89BF24564EDAAAD5D0F72D1E /* [CP] Copy Pods Resources */,
557BFAD12C7DED4400560599 /* Embed Frameworks */,
+ 557BFAD22C7EF2EE00560599 /* ShellScript */,
);
buildRules = (
);
@@ -270,6 +271,23 @@
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin\n";
};
+ 557BFAD22C7EF2EE00560599 /* ShellScript */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ );
+ inputPaths = (
+ );
+ outputFileListPaths = (
+ );
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n Type a script or drag a script file from your workspace to insert its path.\nif [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n\n rm -rf \"$BUILD_DIR/Release-TestRelease-iphoneos/seos_mobile_keys_plugin/SeosMobileKeysSDK.xcframework-ios.signature\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi\n";
+ };
5D39846F0889792EE3E0A577 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
@@ -306,6 +324,7 @@
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
+ alwaysOutOfDate = 1;
buildActionMask = 12;
files = (
);
@@ -840,6 +859,7 @@
};
97C147031CF9000F007C117D /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 9740EEB31CF90195004384FC /* Generated.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
@@ -947,7 +967,7 @@
};
97C147061CF9000F007C117D /* Debug */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
+ baseConfigurationReference = 633FA8A048B2B54013DE2C56 /* Pods-Runner.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;