Easy interface Currency Converter for iOS

This commit is contained in:
2018-08-25 00:51:49 -07:00
parent cb8d38cf0a
commit 730c335f63
49 changed files with 9485 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
647522C9212F895400F06A1B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 647522C7212F895400F06A1B /* LaunchScreen.storyboard */; };
647522D4212F895400F06A1B /* easyCCTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 647522D3212F895400F06A1B /* easyCCTests.swift */; };
647522DF212F895400F06A1B /* easyCCUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 647522DE212F895400F06A1B /* easyCCUITests.swift */; };
AD16DFB459D342A2ACE549CD /* Pods_easyCC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E9AC5790CB8FD511B83D0A9 /* Pods_easyCC.framework */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -34,6 +35,9 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
073C0080E986B9DF961A5BE2 /* Pods_easyCCUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_easyCCUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1DE2E01EC13D9FB592123728 /* Pods-easyCC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-easyCC.release.xcconfig"; path = "Pods/Target Support Files/Pods-easyCC/Pods-easyCC.release.xcconfig"; sourceTree = "<group>"; };
37DF5F0032479FB0FF847F75 /* Pods-easyCC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-easyCC.debug.xcconfig"; path = "Pods/Target Support Files/Pods-easyCC/Pods-easyCC.debug.xcconfig"; sourceTree = "<group>"; };
647522BB212F895400F06A1B /* easyCC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = easyCC.app; sourceTree = BUILT_PRODUCTS_DIR; };
647522BE212F895400F06A1B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
647522C0212F895400F06A1B /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
@@ -47,6 +51,8 @@
647522DA212F895400F06A1B /* easyCCUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = easyCCUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
647522DE212F895400F06A1B /* easyCCUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = easyCCUITests.swift; sourceTree = "<group>"; };
647522E0212F895400F06A1B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6E9AC5790CB8FD511B83D0A9 /* Pods_easyCC.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_easyCC.framework; sourceTree = BUILT_PRODUCTS_DIR; };
EED5884D459E0768F0E09BEB /* Pods_easyCCTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_easyCCTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -54,6 +60,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
AD16DFB459D342A2ACE549CD /* Pods_easyCC.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -74,6 +81,16 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
41A411B88F77BF0337F08CAB /* Frameworks */ = {
isa = PBXGroup;
children = (
6E9AC5790CB8FD511B83D0A9 /* Pods_easyCC.framework */,
EED5884D459E0768F0E09BEB /* Pods_easyCCTests.framework */,
073C0080E986B9DF961A5BE2 /* Pods_easyCCUITests.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
647522B2212F895400F06A1B = {
isa = PBXGroup;
children = (
@@ -81,6 +98,8 @@
647522D2212F895400F06A1B /* easyCCTests */,
647522DD212F895400F06A1B /* easyCCUITests */,
647522BC212F895400F06A1B /* Products */,
7F2F59131A8B0EE007D41B8E /* Pods */,
41A411B88F77BF0337F08CAB /* Frameworks */,
);
sourceTree = "<group>";
};
@@ -125,6 +144,15 @@
path = easyCCUITests;
sourceTree = "<group>";
};
7F2F59131A8B0EE007D41B8E /* Pods */ = {
isa = PBXGroup;
children = (
37DF5F0032479FB0FF847F75 /* Pods-easyCC.debug.xcconfig */,
1DE2E01EC13D9FB592123728 /* Pods-easyCC.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -132,9 +160,11 @@
isa = PBXNativeTarget;
buildConfigurationList = 647522E3212F895400F06A1B /* Build configuration list for PBXNativeTarget "easyCC" */;
buildPhases = (
8A3CA7BE322C310D3CA1C099 /* [CP] Check Pods Manifest.lock */,
647522B7212F895400F06A1B /* Sources */,
647522B8212F895400F06A1B /* Frameworks */,
647522B9212F895400F06A1B /* Resources */,
61160B645749553C5F419391 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
@@ -254,6 +284,45 @@
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
61160B645749553C5F419391 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-easyCC/Pods-easyCC-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-easyCC/Pods-easyCC-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
8A3CA7BE322C310D3CA1C099 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-easyCC-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
647522B7212F895400F06A1B /* Sources */ = {
isa = PBXSourcesBuildPhase;
@@ -412,6 +481,7 @@
};
647522E4212F895400F06A1B /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 37DF5F0032479FB0FF847F75 /* Pods-easyCC.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = easyCC/Info.plist;
@@ -424,6 +494,7 @@
};
647522E5212F895400F06A1B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 1DE2E01EC13D9FB592123728 /* Pods-easyCC.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = easyCC/Info.plist;

View File

@@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "easyCC/ViewController.swift"
timestampString = "556774887.786877"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "23"
endingLineNumber = "23"
landmarkName = "ViewController"
landmarkType = "3">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "easyCC/ViewController.swift"
timestampString = "556774887.786877"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "20"
endingLineNumber = "20"
landmarkName = "ViewController"
landmarkType = "3">
<Locations>
<Location
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "easyCC.ViewController.currencyList.getter : Swift.Array&lt;Swift.String&gt;"
moduleName = "easyCC"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/h_mal/Documents/Ios%20App/easyCC/easyCC/ViewController.swift"
timestampString = "556771544.8885601"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "20"
endingLineNumber = "20"
offsetFromSymbolStart = "38">
</Location>
<Location
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "easyCC.ViewController.currencyList.setter : Swift.Array&lt;Swift.String&gt;"
moduleName = "easyCC"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/h_mal/Documents/Ios%20App/easyCC/easyCC/ViewController.swift"
timestampString = "556771544.892626"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "20"
endingLineNumber = "20"
offsetFromSymbolStart = "76">
</Location>
<Location
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "easyCC.ViewController.init (nibName : Swift.Optional&lt;Swift.String&gt;, bundle : Swift.Optional&lt;__ObjC.Bundle&gt;) -&gt; easyCC.ViewController"
moduleName = "easyCC"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/h_mal/Documents/Ios%20App/easyCC/easyCC/ViewController.swift"
timestampString = "556771544.894362"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "20"
endingLineNumber = "20"
offsetFromSymbolStart = "438">
</Location>
<Location
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "easyCC.ViewController.init (coder : __ObjC.NSCoder) -&gt; Swift.Optional&lt;easyCC.ViewController&gt;"
moduleName = "easyCC"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/h_mal/Documents/Ios%20App/easyCC/easyCC/ViewController.swift"
timestampString = "556771544.8957779"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "20"
endingLineNumber = "20"
offsetFromSymbolStart = "340">
</Location>
</Locations>
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>

View File

@@ -5,6 +5,22 @@
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "647522BA212F895400F06A1B"
BuildableName = "easyCC.app"
BlueprintName = "easyCC"
ReferencedContainer = "container:easyCC.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
@@ -12,7 +28,36 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "647522CE212F895400F06A1B"
BuildableName = "easyCCTests.xctest"
BlueprintName = "easyCCTests"
ReferencedContainer = "container:easyCC.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "647522D9212F895400F06A1B"
BuildableName = "easyCCUITests.xctest"
BlueprintName = "easyCCUITests"
ReferencedContainer = "container:easyCC.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "647522BA212F895400F06A1B"
BuildableName = "easyCC.app"
BlueprintName = "easyCC"
ReferencedContainer = "container:easyCC.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
@@ -26,6 +71,16 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "647522BA212F895400F06A1B"
BuildableName = "easyCC.app"
BlueprintName = "easyCC"
ReferencedContainer = "container:easyCC.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
@@ -35,6 +90,16 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "647522BA212F895400F06A1B"
BuildableName = "easyCC.app"
BlueprintName = "easyCC"
ReferencedContainer = "container:easyCC.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">