mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Moves linker flags to xcconfig
This commit is contained in:
@@ -4625,11 +4625,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 1768140A2564BB8300D98635 /* NetNewsWire_iOSwidgetextension_target.xcconfig */;
|
||||
buildSettings = {
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-Xlinker",
|
||||
"-no_application_extension",
|
||||
);
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@@ -4637,11 +4632,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 1768140A2564BB8300D98635 /* NetNewsWire_iOSwidgetextension_target.xcconfig */;
|
||||
buildSettings = {
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-Xlinker",
|
||||
"-no_application_extension",
|
||||
);
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
@@ -4663,11 +4653,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 51314617235A797400387FDC /* NetNewsWire_iOSintentextension_target.xcconfig */;
|
||||
buildSettings = {
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-Xlinker",
|
||||
"-no_application_extension",
|
||||
);
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@@ -4675,11 +4660,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 51314617235A797400387FDC /* NetNewsWire_iOSintentextension_target.xcconfig */;
|
||||
buildSettings = {
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-Xlinker",
|
||||
"-no_application_extension",
|
||||
);
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
@@ -4687,11 +4667,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 515D4FCE2325B3D000EE1167 /* NetNewsWire_iOSshareextension_target.xcconfig */;
|
||||
buildSettings = {
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-Xlinker",
|
||||
"-no_application_extension",
|
||||
);
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@@ -4699,11 +4674,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 515D4FCE2325B3D000EE1167 /* NetNewsWire_iOSshareextension_target.xcconfig */;
|
||||
buildSettings = {
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-Xlinker",
|
||||
"-no_application_extension",
|
||||
);
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
||||
@@ -11,3 +11,4 @@ GCC_C_LANGUAGE_STANDARD = gnu11;
|
||||
SDKROOT = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = 1,2
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0
|
||||
OTHER_LDFLAGS = $(inherited) -Xlinker -no_application_extension
|
||||
|
||||
Reference in New Issue
Block a user