mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Add armv7s to the list of valid architectures for the liblinphone xcode project.
This commit is contained in:
parent
3eae070874
commit
903e2af59e
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue