diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-14 14:54:30 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-14 14:54:30 -0600 |
| commit | e70f22ca17df245a9ca9db3f0c6732d1bae1b121 (patch) | |
| tree | dffcea55eef78e3d93fbfa3aab2696d100ad4afd /Pods | |
| parent | 22dcb7a7d71bd36d2b5ab333ec83dd15badb618d (diff) | |
secure password textbox
Diffstat (limited to 'Pods')
| -rw-r--r-- | Pods/Pods.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Pods-SSKeychain.xcscheme | 59 | ||||
| -rw-r--r-- | Pods/Pods.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist | 30 |
2 files changed, 89 insertions, 0 deletions
diff --git a/Pods/Pods.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Pods-SSKeychain.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Pods-SSKeychain.xcscheme new file mode 100644 index 0000000..37088e9 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Pods-SSKeychain.xcscheme @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme + LastUpgradeVersion = "0460" + version = "1.3"> + <BuildAction + parallelizeBuildables = "YES" + buildImplicitDependencies = "YES"> + <BuildActionEntries> + <BuildActionEntry + buildForTesting = "YES" + buildForRunning = "YES" + buildForProfiling = "YES" + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "ACA0552B19994511B5B5AFD5" + BuildableName = "libPods-SSKeychain.a" + BlueprintName = "Pods-SSKeychain" + ReferencedContainer = "container:Pods.xcodeproj"> + </BuildableReference> + </BuildActionEntry> + </BuildActionEntries> + </BuildAction> + <TestAction + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + shouldUseLaunchSchemeArgsEnv = "YES" + buildConfiguration = "Debug"> + <Testables> + </Testables> + </TestAction> + <LaunchAction + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + launchStyle = "0" + useCustomWorkingDirectory = "NO" + buildConfiguration = "Debug" + ignoresPersistentStateOnLaunch = "NO" + debugDocumentVersioning = "YES" + allowLocationSimulation = "YES"> + <AdditionalOptions> + </AdditionalOptions> + </LaunchAction> + <ProfileAction + shouldUseLaunchSchemeArgsEnv = "YES" + savedToolIdentifier = "" + useCustomWorkingDirectory = "NO" + buildConfiguration = "Release" + debugDocumentVersioning = "YES"> + </ProfileAction> + <AnalyzeAction + buildConfiguration = "Debug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Release" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme> diff --git a/Pods/Pods.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist index 03bfda3..5bb8194 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist @@ -14,6 +14,11 @@ <key>orderHint</key> <integer>3</integer> </dict> + <key>Pods-SSKeychain.xcscheme</key> + <dict> + <key>orderHint</key> + <integer>5</integer> + </dict> <key>Pods-TSMessages.xcscheme</key> <dict> <key>orderHint</key> @@ -27,6 +32,11 @@ </dict> <key>SuppressBuildableAutocreation</key> <dict> + <key>050C4010A5474C498DAB8682</key> + <dict> + <key>primary</key> + <true/> + </dict> <key>161441ECEC9D4E86A021D7C9</key> <dict> <key>primary</key> @@ -42,6 +52,11 @@ <key>primary</key> <true/> </dict> + <key>420FC36D074541F39798DA98</key> + <dict> + <key>primary</key> + <true/> + </dict> <key>5A5C34FB827C4A8B8E75E025</key> <dict> <key>primary</key> @@ -52,11 +67,21 @@ <key>primary</key> <true/> </dict> + <key>932468EE7BD9453A978E3EE3</key> + <dict> + <key>primary</key> + <true/> + </dict> <key>9A958A30D9CC4453807F8599</key> <dict> <key>primary</key> <true/> </dict> + <key>ACA0552B19994511B5B5AFD5</key> + <dict> + <key>primary</key> + <true/> + </dict> <key>ADA9A9C691B34B59BEE507CD</key> <dict> <key>primary</key> @@ -77,6 +102,11 @@ <key>primary</key> <true/> </dict> + <key>F3855E3778B04597A88E3D43</key> + <dict> + <key>primary</key> + <true/> + </dict> </dict> </dict> </plist> |
