Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Commit

Permalink
xcode updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Jul 20, 2017
1 parent 9403a50 commit 3c7782d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dist/supersphere-WIN.zip
dist/supersphere-app-OSX.zip
dist/windows/SuperSphere.exe
dist/.DS_Store
dist/android/.gradle/2.14.1/taskArtifacts/cache.properties.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
A9F16926109E7BAD00FC83D1 /* libmodplug.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libmodplug.framework; path = /Library/Frameworks/libmodplug.framework; sourceTree = "<absolute>"; };
A9F169A6109E824900FC83D1 /* mpg123.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = mpg123.framework; path = /Library/Frameworks/mpg123.framework; sourceTree = "<absolute>"; };
D238868E1F1EB64400C0A611 /* supersphere.love */ = {isa = PBXFileReference; lastKnownFileType = file; name = supersphere.love; path = ../../../supersphere.love; sourceTree = "<group>"; };
D2D8C9EA1F206F1B005F2A12 /* love.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = love.entitlements; sourceTree = "<group>"; };
FA0797981BF480A200034B7C /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.1.sdk/System/Library/Frameworks/GameController.framework; sourceTree = DEVELOPER_DIR; };
FA08F69116C765A200F007B5 /* love.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = love.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FA0B7F061A95AAF3000E1D17 /* Super Sphere.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Super Sphere.app"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -189,6 +190,7 @@
29B97314FDCFA39411CA2CEA /* love */ = {
isa = PBXGroup;
children = (
D2D8C9EA1F206F1B005F2A12 /* love.entitlements */,
FA5D249A1A96CF4300C6FC8F /* Images.xcassets */,
FA577A9D16C7262E00860150 /* Source */,
FA5D24A01A96CF7200C6FC8F /* Supporting Files */,
Expand Down Expand Up @@ -326,6 +328,11 @@
8D1107260486CEB800E47090 = {
DevelopmentTeam = 9NWSG5G7Z9;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.Sandbox = {
enabled = 0;
};
};
};
FA0B7F051A95AAF3000E1D17 = {
CreatedOnToolsVersion = 6.1.1;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<key>love-ios.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>1</integer>
</dict>
<key>love-macosx.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</integer>
</dict>
</dict>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions dist/ios/platform/xcode/ios/love-ios.plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
<array>
<string>opengles-2</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
Expand Down
5 changes: 5 additions & 0 deletions dist/ios/platform/xcode/love.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>
Binary file removed dist/windows/SuperSphere.exe
Binary file not shown.

0 comments on commit 3c7782d

Please sign in to comment.