Skip to content

Commit 9cbee11

Browse files
authored
fix (#65)
1 parent 6709c98 commit 9cbee11

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

FlyGame/Catch Fly Stickers/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>UIRequiredDeviceCapabilities</key>
6+
<array>
7+
<string>arm64</string>
8+
</array>
59
<key>NSExtension</key>
610
<dict>
711
<key>NSExtensionPointIdentifier</key>

FlyGame/FlyGame Shared/Controllers/GameSceneController.swift

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,6 @@ class GameSceneController: NSObject, SKPhysicsContactDelegate {
129129

130130
return buttonsPause
131131
}
132-
133-
@objc func clicked() {
134-
if gameDelegate?.getResumeButton().isFocused == true {
135-
gameDelegate?.resumeGame()
136-
137-
return buttonsPause
138-
}
139132

140133
@objc func clicked() {
141134
if gameDelegate?.getButtons()[0].isFocused == true {
@@ -154,7 +147,7 @@ class GameSceneController: NSObject, SKPhysicsContactDelegate {
154147
gameDelegate?.musicAction()
155148
}
156149
}
157-
}
150+
158151
#endif
159152

160153
func calculateObstacleMovement(allObstacles: [SKNode]) {

FlyGame/FlyGame.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@
789789
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
790790
CODE_SIGN_STYLE = Automatic;
791791
CURRENT_PROJECT_VERSION = 7;
792-
DEVELOPMENT_TEAM = R36LU3NVAA;
792+
DEVELOPMENT_TEAM = 87UTUM347S;
793793
GENERATE_INFOPLIST_FILE = YES;
794794
INFOPLIST_FILE = "FlyGame-iOS-Info.plist";
795795
INFOPLIST_KEY_CFBundleDisplayName = "Catch Fly";
@@ -822,7 +822,7 @@
822822
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
823823
CODE_SIGN_STYLE = Automatic;
824824
CURRENT_PROJECT_VERSION = 7;
825-
DEVELOPMENT_TEAM = R36LU3NVAA;
825+
DEVELOPMENT_TEAM = 87UTUM347S;
826826
GENERATE_INFOPLIST_FILE = YES;
827827
INFOPLIST_FILE = "FlyGame-iOS-Info.plist";
828828
INFOPLIST_KEY_CFBundleDisplayName = "Catch Fly";

0 commit comments

Comments
 (0)