Add armv7s to the list of valid architectures for the liblinphone xcode project.

This commit is contained in:
Ghislain MARY 2013-04-04 11:57:03 +02:00
parent 3eae070874
commit 903e2af59e

View file

@ -2015,6 +2015,7 @@
);
PRODUCT_NAME = mediastreamer;
SKIP_INSTALL = YES;
VALID_ARCHS = "armv6 armv7 armv7s i386";
};
name = Debug;
};
@ -2071,6 +2072,7 @@
);
PRODUCT_NAME = mediastreamer;
SKIP_INSTALL = YES;
VALID_ARCHS = "armv6 armv7 armv7s i386";
};
name = Release;
};
@ -2127,6 +2129,7 @@
);
PRODUCT_NAME = mediastreamer;
SKIP_INSTALL = YES;
VALID_ARCHS = "armv6 armv7 armv7s i386";
};
name = DistributionAdhoc;
};