Skip to content

Commit 0fb5318

Browse files
committed
Merge pull request #81 from hsnl-dev/tiny-fix
validation unwind btn fixed.
2 parents 37047f2 + 35f4260 commit 0fb5318

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

Podfile.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,4 @@ SPEC CHECKSUMS:
6767
SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a
6868
SwiftyTimer: db4458cfaf67fc71e16ad6e4637c60b86f76a649
6969

70-
PODFILE CHECKSUM: f6348005e3c3801144f5b2fa2b4292724f8a0bd2
71-
72-
COCOAPODS: 1.0.0
70+
COCOAPODS: 0.39.0

VoiceIn.xcodeproj/project.pbxproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@
375375
3E6BBE791CF558A8006D3CE9 /* ShellScript */,
376376
09FC7F628EB720F83C3ABD57 /* 📦 Embed Pods Frameworks */,
377377
41AEC25AD5DF994D641CC162 /* 📦 Copy Pods Resources */,
378+
81D10D9116D69CE8AC8638A4 /* Embed Pods Frameworks */,
378379
);
379380
buildRules = (
380381
);
@@ -487,6 +488,21 @@
487488
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-voiceIn/Pods-voiceIn-resources.sh\"\n";
488489
showEnvVarsInLog = 0;
489490
};
491+
81D10D9116D69CE8AC8638A4 /* Embed Pods Frameworks */ = {
492+
isa = PBXShellScriptBuildPhase;
493+
buildActionMask = 2147483647;
494+
files = (
495+
);
496+
inputPaths = (
497+
);
498+
name = "Embed Pods Frameworks";
499+
outputPaths = (
500+
);
501+
runOnlyForDeploymentPostprocessing = 0;
502+
shellPath = /bin/sh;
503+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-voiceIn/Pods-voiceIn-frameworks.sh\"\n";
504+
showEnvVarsInLog = 0;
505+
};
490506
9369F673959675090DB98948 /* 📦 Check Pods Manifest.lock */ = {
491507
isa = PBXShellScriptBuildPhase;
492508
buildActionMask = 2147483647;

voiceIn/Controllers/Validation/LoginViewController.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ class LoginViewController: UIViewController, TextFieldDelegate, BWWalkthroughVie
4040
}
4141
}
4242

43+
@IBAction func unwindToLoginPage(segue: UIStoryboardSegue) {
44+
45+
}
46+
4347
func showWalkthrough() {
4448
debugPrint("showWalkThrough")
4549
// Get view controllers and build the walkthrough

voiceIn/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>34.1.6</string>
22+
<string>34.1.7</string>
2323
<key>Fabric</key>
2424
<dict>
2525
<key>APIKey</key>

0 commit comments

Comments
 (0)