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;