Skip to content

Commit

Permalink
chore: cleanup XCode's pbxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs committed Dec 17, 2024
1 parent 7140e27 commit 18191fe
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions flutter/example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_LDFLAGS = "-v";
OTHER_LIBTOOLFLAGS = "-v";
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -367,21 +365,6 @@
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-framework",
"\"UIKit\"",
"-framework",
"\"WebRTC\"",
"-framework",
"\"integration_test\"",
"-framework",
"\"medea_flutter_webrtc\"",
"-framework",
"\"medea_jason\"",
"-v",
);
PRODUCT_BUNDLE_IDENTIFIER = com.instrumentisto.medeaJasonExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down Expand Up @@ -440,8 +423,6 @@
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-v";
OTHER_LIBTOOLFLAGS = "-v";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down Expand Up @@ -490,8 +471,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_LDFLAGS = "-v";
OTHER_LIBTOOLFLAGS = "-v";
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
Expand All @@ -515,21 +494,6 @@
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-framework",
"\"UIKit\"",
"-framework",
"\"WebRTC\"",
"-framework",
"\"integration_test\"",
"-framework",
"\"medea_flutter_webrtc\"",
"-framework",
"\"medea_jason\"",
"-v",
);
PRODUCT_BUNDLE_IDENTIFIER = com.instrumentisto.medeaJasonExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand All @@ -553,21 +517,6 @@
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-framework",
"\"UIKit\"",
"-framework",
"\"WebRTC\"",
"-framework",
"\"integration_test\"",
"-framework",
"\"medea_flutter_webrtc\"",
"-framework",
"\"medea_jason\"",
"-v",
);
PRODUCT_BUNDLE_IDENTIFIER = com.instrumentisto.medeaJasonExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down

0 comments on commit 18191fe

Please sign in to comment.