-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c98e3e
commit 7d2f1ce
Showing
11 changed files
with
525 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
StreetFighterV.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
91 changes: 91 additions & 0 deletions
91
StreetFighterV.xcodeproj/xcshareddata/xcschemes/StreetFighterV-Release.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Scheme | ||
LastUpgradeVersion = "1020" | ||
version = "1.3"> | ||
<BuildAction | ||
parallelizeBuildables = "YES" | ||
buildImplicitDependencies = "YES"> | ||
<BuildActionEntries> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "YES" | ||
buildForArchiving = "YES" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "16718404124DC5DB2A6335F3836E20CC" | ||
BuildableName = "StreetFighterV.app" | ||
BlueprintName = "StreetFighterV" | ||
ReferencedContainer = "container:StreetFighterV.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
</BuildActionEntries> | ||
</BuildAction> | ||
<TestAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES"> | ||
<Testables> | ||
</Testables> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "16718404124DC5DB2A6335F3836E20CC" | ||
BuildableName = "StreetFighterV.app" | ||
BlueprintName = "StreetFighterV" | ||
ReferencedContainer = "container:StreetFighterV.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
<AdditionalOptions> | ||
</AdditionalOptions> | ||
</TestAction> | ||
<LaunchAction | ||
buildConfiguration = "Release" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
launchStyle = "0" | ||
useCustomWorkingDirectory = "NO" | ||
ignoresPersistentStateOnLaunch = "NO" | ||
debugDocumentVersioning = "YES" | ||
debugServiceExtension = "internal" | ||
allowLocationSimulation = "YES"> | ||
<BuildableProductRunnable | ||
runnableDebuggingMode = "0"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "16718404124DC5DB2A6335F3836E20CC" | ||
BuildableName = "StreetFighterV.app" | ||
BlueprintName = "StreetFighterV" | ||
ReferencedContainer = "container:StreetFighterV.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
<AdditionalOptions> | ||
</AdditionalOptions> | ||
</LaunchAction> | ||
<ProfileAction | ||
buildConfiguration = "Release" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
debugDocumentVersioning = "YES"> | ||
<BuildableProductRunnable | ||
runnableDebuggingMode = "0"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "16718404124DC5DB2A6335F3836E20CC" | ||
BuildableName = "StreetFighterV.app" | ||
BlueprintName = "StreetFighterV" | ||
ReferencedContainer = "container:StreetFighterV.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#include "Pods/Target Support Files/Pods-StreetFighterV/Pods-StreetFighterV.debug.xcconfig" | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon | ||
CODE_SIGN_STYLE = Automatic | ||
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym | ||
DEVELOPMENT_TEAM = HKDHURHY83 | ||
INFOPLIST_FILE = $(SRCROOT)/StreetFighterV/Resources/Info.plist | ||
IPHONEOS_DEPLOYMENT_TARGET = 11.4 | ||
LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' | ||
OTHER_SWIFT_FLAGS = "-D" "DEBUG" | ||
PRODUCT_BUNDLE_IDENTIFIER = com.nonchalant.StreetFighterV | ||
//PRODUCT_NAME = $(TARGET_NAME) | ||
SWIFT_VERSION = 5.0 | ||
TARGETED_DEVICE_FAMILY = 1,2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#include "Pods/Target Support Files/Pods-StreetFighterV/Pods-StreetFighterV.release.xcconfig" | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon | ||
CODE_SIGN_STYLE = Automatic | ||
DEVELOPMENT_TEAM = HKDHURHY83 | ||
INFOPLIST_FILE = $(SRCROOT)/StreetFighterV/Resources/Info.plist | ||
IPHONEOS_DEPLOYMENT_TARGET = 11.4 | ||
LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' | ||
PRODUCT_BUNDLE_IDENTIFIER = com.nonchalant.StreetFighterV | ||
PRODUCT_NAME = $(TARGET_NAME) | ||
SWIFT_VERSION = 5.0 | ||
TARGETED_DEVICE_FAMILY = 1,2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: StreetFighterV | ||
targets: | ||
StreetFighterV: | ||
type: application | ||
platform: iOS | ||
sources: StreetFighterV | ||
configFiles: | ||
Debug: StreetFighterV/Resources/Config/Config.Debug.xcconfig | ||
Release: StreetFighterV/Resources/Config/Config.Release.xcconfig | ||
preBuildScripts: | ||
- name: SwiftGen Run Script | ||
script: | | ||
$PODS_ROOT/SwiftGen/bin/swiftgen | ||
- name: GoogleService-Info.plist | ||
script: | | ||
if [ "${CONFIGURATION}" = "Debug" ]; then | ||
cp "${SRCROOT}/StreetFighterV/Resources/GoogleService/GoogleService-Info.Debug.plist" "${SRCROOT}/StreetFighterV/Resources/GoogleService/GoogleService-Info.plist" | ||
echo "Debug GoogleService-Info.plist" | ||
else | ||
cp "${SRCROOT}/StreetFighterV/Resources/GoogleService/GoogleService-Info.Release.plist" "${SRCROOT}/StreetFighterV/Resources/GoogleService/GoogleService-Info.plist" | ||
echo "Release GoogleService-Info.plist" | ||
fi | ||
postBuildScripts: | ||
- name: Fabric Run Script | ||
script: | | ||
./scripts/fabric.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters