mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Added events for dynamically connecting and disconnecting displays, with an iOS implementation
This commit is contained in:
parent
cd703b5628
commit
76980e30f2
20 changed files with 91 additions and 25 deletions
|
|
@ -1795,6 +1795,9 @@
|
|||
FABA34961D8B582100915323 = {
|
||||
ProvisioningStyle = Automatic;
|
||||
};
|
||||
FDD2C53D0E2E80E400B7A85F = {
|
||||
DevelopmentTeam = MXGJJ98X76;
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "TestiPhoneOS" */;
|
||||
|
|
@ -2865,6 +2868,7 @@
|
|||
FDD2C54C0E2E80E400B7A85F /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
DEVELOPMENT_TEAM = MXGJJ98X76;
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
PRODUCT_NAME = testsprite2;
|
||||
};
|
||||
|
|
@ -2873,6 +2877,7 @@
|
|||
FDD2C54D0E2E80E400B7A85F /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
DEVELOPMENT_TEAM = MXGJJ98X76;
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
PRODUCT_NAME = testsprite2;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue