Skip to content

Commit e57d7da

Browse files
authored
Merge pull request #4 from jVirus/maintenance/fix-warnings
Maintenance/fix warnings
2 parents 04e112d + 2ed17e4 commit e57d7da

File tree

450 files changed

+79
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

450 files changed

+79
-72
lines changed
Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
A9A313A020B0239100B36175 /* GameScene iPad.sks */ = {isa = PBXFileReference; lastKnownFileType = file.sks; path = "GameScene iPad.sks"; sourceTree = "<group>"; };
130130
A9A313A220B0263C00B36175 /* PauseScene iPad.sks */ = {isa = PBXFileReference; lastKnownFileType = file.sks; path = "PauseScene iPad.sks"; sourceTree = "<group>"; };
131131
A9A313A420B026E000B36175 /* FailedScene iPad.sks */ = {isa = PBXFileReference; lastKnownFileType = file.sks; path = "FailedScene iPad.sks"; sourceTree = "<group>"; };
132-
A9ACB9192099A1F200966991 /* flappy-fly-bird.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "flappy-fly-bird.app"; sourceTree = BUILT_PRODUCTS_DIR; };
132+
A9ACB9192099A1F200966991 /* FlappyFlyBird.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FlappyFlyBird.app; sourceTree = BUILT_PRODUCTS_DIR; };
133133
A9ACB91C2099A1F200966991 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
134134
A9ACB91E2099A1F200966991 /* GameScene.sks */ = {isa = PBXFileReference; lastKnownFileType = file.sks; path = GameScene.sks; sourceTree = "<group>"; };
135135
A9ACB9222099A1F200966991 /* GameScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameScene.swift; sourceTree = "<group>"; };
@@ -279,20 +279,20 @@
279279
isa = PBXGroup;
280280
children = (
281281
A9ACB9962099F19E00966991 /* .gitignore */,
282-
A9ACB91B2099A1F200966991 /* flappy-fly-bird */,
282+
A9ACB91B2099A1F200966991 /* FlappyFlyBird */,
283283
A9ACB91A2099A1F200966991 /* Products */,
284284
);
285285
sourceTree = "<group>";
286286
};
287287
A9ACB91A2099A1F200966991 /* Products */ = {
288288
isa = PBXGroup;
289289
children = (
290-
A9ACB9192099A1F200966991 /* flappy-fly-bird.app */,
290+
A9ACB9192099A1F200966991 /* FlappyFlyBird.app */,
291291
);
292292
name = Products;
293293
sourceTree = "<group>";
294294
};
295-
A9ACB91B2099A1F200966991 /* flappy-fly-bird */ = {
295+
A9ACB91B2099A1F200966991 /* FlappyFlyBird */ = {
296296
isa = PBXGroup;
297297
children = (
298298
A9ACB91C2099A1F200966991 /* AppDelegate.swift */,
@@ -310,7 +310,7 @@
310310
A9ACB9892099F0C100966991 /* Protocols */,
311311
A9ACB9882099F0B600966991 /* Nodes */,
312312
);
313-
path = "flappy-fly-bird";
313+
path = FlappyFlyBird;
314314
sourceTree = "<group>";
315315
};
316316
A9ACB9442099A47800966991 /* Fonts */ = {
@@ -547,9 +547,9 @@
547547
/* End PBXGroup section */
548548

549549
/* Begin PBXNativeTarget section */
550-
A9ACB9182099A1F200966991 /* flappy-fly-bird */ = {
550+
A9ACB9182099A1F200966991 /* FlappyFlyBird */ = {
551551
isa = PBXNativeTarget;
552-
buildConfigurationList = A9ACB93C2099A1F300966991 /* Build configuration list for PBXNativeTarget "flappy-fly-bird" */;
552+
buildConfigurationList = A9ACB93C2099A1F300966991 /* Build configuration list for PBXNativeTarget "FlappyFlyBird" */;
553553
buildPhases = (
554554
A9ACB9152099A1F200966991 /* Sources */,
555555
A9ACB9162099A1F200966991 /* Frameworks */,
@@ -559,9 +559,9 @@
559559
);
560560
dependencies = (
561561
);
562-
name = "flappy-fly-bird";
562+
name = FlappyFlyBird;
563563
productName = "ios-spritekit-flappy-flying-bird";
564-
productReference = A9ACB9192099A1F200966991 /* flappy-fly-bird.app */;
564+
productReference = A9ACB9192099A1F200966991 /* FlappyFlyBird.app */;
565565
productType = "com.apple.product-type.application";
566566
};
567567
/* End PBXNativeTarget section */
@@ -580,7 +580,7 @@
580580
};
581581
};
582582
};
583-
buildConfigurationList = A9ACB9142099A1F200966991 /* Build configuration list for PBXProject "flappy-fly-bird" */;
583+
buildConfigurationList = A9ACB9142099A1F200966991 /* Build configuration list for PBXProject "FlappyFlyBird" */;
584584
compatibilityVersion = "Xcode 9.3";
585585
developmentRegion = en;
586586
hasScannedForEncodings = 0;
@@ -593,7 +593,7 @@
593593
projectDirPath = "";
594594
projectRoot = "";
595595
targets = (
596-
A9ACB9182099A1F200966991 /* flappy-fly-bird */,
596+
A9ACB9182099A1F200966991 /* FlappyFlyBird */,
597597
);
598598
};
599599
/* End PBXProject section */
@@ -844,15 +844,18 @@
844844
buildSettings = {
845845
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
846846
CODE_SIGN_STYLE = Automatic;
847-
DEVELOPMENT_TEAM = 5W8256FV33;
848-
INFOPLIST_FILE = "$(SRCROOT)/flappy-fly-bird/Info.plist";
847+
DEVELOPMENT_TEAM = T3K58FE38R;
848+
GCC_OPTIMIZATION_LEVEL = 2;
849+
INFOPLIST_FILE = "$(SRCROOT)/FlappyFlyBird/Info.plist";
850+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.arcade-games";
849851
LD_RUNPATH_SEARCH_PATHS = (
850852
"$(inherited)",
851853
"@executable_path/Frameworks",
852854
);
853-
MARKETING_VERSION = 1.4.8;
855+
MARKETING_VERSION = 1.4.9;
854856
PRODUCT_BUNDLE_IDENTIFIER = "eleev.astemir.io.flappy-fly-bird";
855857
PRODUCT_NAME = "$(TARGET_NAME)";
858+
SWIFT_OPTIMIZATION_LEVEL = "-O";
856859
SWIFT_VERSION = 5.0;
857860
TARGETED_DEVICE_FAMILY = "1,2";
858861
};
@@ -863,13 +866,14 @@
863866
buildSettings = {
864867
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
865868
CODE_SIGN_STYLE = Automatic;
866-
DEVELOPMENT_TEAM = 5W8256FV33;
867-
INFOPLIST_FILE = "$(SRCROOT)/flappy-fly-bird/Info.plist";
869+
DEVELOPMENT_TEAM = T3K58FE38R;
870+
INFOPLIST_FILE = "$(SRCROOT)/FlappyFlyBird/Info.plist";
871+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.arcade-games";
868872
LD_RUNPATH_SEARCH_PATHS = (
869873
"$(inherited)",
870874
"@executable_path/Frameworks",
871875
);
872-
MARKETING_VERSION = 1.4.8;
876+
MARKETING_VERSION = 1.4.9;
873877
PRODUCT_BUNDLE_IDENTIFIER = "eleev.astemir.io.flappy-fly-bird";
874878
PRODUCT_NAME = "$(TARGET_NAME)";
875879
SWIFT_VERSION = 5.0;
@@ -880,7 +884,7 @@
880884
/* End XCBuildConfiguration section */
881885

882886
/* Begin XCConfigurationList section */
883-
A9ACB9142099A1F200966991 /* Build configuration list for PBXProject "flappy-fly-bird" */ = {
887+
A9ACB9142099A1F200966991 /* Build configuration list for PBXProject "FlappyFlyBird" */ = {
884888
isa = XCConfigurationList;
885889
buildConfigurations = (
886890
A9ACB93A2099A1F300966991 /* Debug */,
@@ -889,7 +893,7 @@
889893
defaultConfigurationIsVisible = 0;
890894
defaultConfigurationName = Release;
891895
};
892-
A9ACB93C2099A1F300966991 /* Build configuration list for PBXNativeTarget "flappy-fly-bird" */ = {
896+
A9ACB93C2099A1F300966991 /* Build configuration list for PBXNativeTarget "FlappyFlyBird" */ = {
893897
isa = XCConfigurationList;
894898
buildConfigurations = (
895899
A9ACB93D2099A1F300966991 /* Debug */,

flappy-fly-bird.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to FlappyFlyBird.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flappy-fly-bird.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist renamed to FlappyFlyBird.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

File renamed without changes.

flappy-fly-bird.xcodeproj/xcshareddata/xcschemes/flappy-fly-bird.xcscheme renamed to FlappyFlyBird.xcodeproj/xcshareddata/xcschemes/FlappyFlyBird.xcscheme

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "A9ACB9182099A1F200966991"
18-
BuildableName = "flappy-fly-bird.app"
19-
BlueprintName = "flappy-fly-bird"
20-
ReferencedContainer = "container:flappy-fly-bird.xcodeproj">
18+
BuildableName = "FlappyFlyBird.app"
19+
BlueprintName = "FlappyFlyBird"
20+
ReferencedContainer = "container:FlappyFlyBird.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -35,7 +35,7 @@
3535
BlueprintIdentifier = "A9ACB9322099A1F300966991"
3636
BuildableName = "flappy-fly-birdTests.xctest"
3737
BlueprintName = "flappy-fly-birdTests"
38-
ReferencedContainer = "container:flappy-fly-bird.xcodeproj">
38+
ReferencedContainer = "container:FlappyFlyBird.xcodeproj">
3939
</BuildableReference>
4040
</TestableReference>
4141
</Testables>
@@ -55,9 +55,9 @@
5555
<BuildableReference
5656
BuildableIdentifier = "primary"
5757
BlueprintIdentifier = "A9ACB9182099A1F200966991"
58-
BuildableName = "flappy-fly-bird.app"
59-
BlueprintName = "flappy-fly-bird"
60-
ReferencedContainer = "container:flappy-fly-bird.xcodeproj">
58+
BuildableName = "FlappyFlyBird.app"
59+
BlueprintName = "FlappyFlyBird"
60+
ReferencedContainer = "container:FlappyFlyBird.xcodeproj">
6161
</BuildableReference>
6262
</BuildableProductRunnable>
6363
</LaunchAction>
@@ -72,9 +72,9 @@
7272
<BuildableReference
7373
BuildableIdentifier = "primary"
7474
BlueprintIdentifier = "A9ACB9182099A1F200966991"
75-
BuildableName = "flappy-fly-bird.app"
76-
BlueprintName = "flappy-fly-bird"
77-
ReferencedContainer = "container:flappy-fly-bird.xcodeproj">
75+
BuildableName = "FlappyFlyBird.app"
76+
BlueprintName = "FlappyFlyBird"
77+
ReferencedContainer = "container:FlappyFlyBird.xcodeproj">
7878
</BuildableReference>
7979
</BuildableProductRunnable>
8080
</ProfileAction>

flappy-fly-bird/Adapeters/GameSceneAdapter.swift renamed to FlappyFlyBird/Adapeters/GameSceneAdapter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// GameSceneAdapter.swift
3-
// ios-spritekit-flappy-flying-bird
3+
// FlappyFlyBird
44
//
55
// Created by Astemir Eleev on 02/05/2018.
66
// Copyright © 2018 Astemir Eleev. All rights reserved.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// AppDelegate.swift
3-
// ios-spritekit-flappy-flying-bird
3+
// FlappyFlyBird
44
//
55
// Created by Astemir Eleev on 02/05/2018.
66
// Copyright © 2018 Astemir Eleev. All rights reserved.
File renamed without changes.

flappy-fly-bird/Assets/Animated Players/animated-gamecat-nyan.gif renamed to FlappyFlyBird/Assets/Animated Players/animated-gamecat-nyan.gif

File renamed without changes.

flappy-fly-bird/Assets/Animated Players/animated-jazz-nyan.gif renamed to FlappyFlyBird/Assets/Animated Players/animated-jazz-nyan.gif

File renamed without changes.

flappy-fly-bird/Assets/Animated Players/animated-lifealope-nyan.gif renamed to FlappyFlyBird/Assets/Animated Players/animated-lifealope-nyan.gif

File renamed without changes.

0 commit comments

Comments
 (0)