Ifd_Mobile 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/Ifd_Mobile/methods/core.rb +10 -2
- data/lib/Ifd_Mobile/version.rb +1 -1
- data/project/features/TestData/globalData.yml +2 -0
- data/project/features/TestSuite/login.feature +1 -0
- data/project/features/support/env.rb +3 -0
- metadata +2 -33
- data/project/apps/TestApp/Default-568h@2x.png +0 -0
- data/project/apps/TestApp/Test App 2/GestureTestViewController.h +0 -18
- data/project/apps/TestApp/Test App 2/GestureTestViewController.m +0 -48
- data/project/apps/TestApp/Test App 2/GestureTestViewController.xib +0 -47
- data/project/apps/TestApp/Test App 2/MyViewControllerViewController.h +0 -42
- data/project/apps/TestApp/Test App 2/MyViewControllerViewController.m +0 -193
- data/project/apps/TestApp/Test App 2/TA2AppDelegate.h +0 -28
- data/project/apps/TestApp/Test App 2/TA2AppDelegate.m +0 -85
- data/project/apps/TestApp/Test App 2/TestApp-Info.plist +0 -40
- data/project/apps/TestApp/Test App 2/TestApp-Prefix.pch +0 -29
- data/project/apps/TestApp/Test App 2/en.lproj/InfoPlist.strings +0 -21
- data/project/apps/TestApp/Test App 2/en.lproj/Localizable.strings +0 -0
- data/project/apps/TestApp/Test App 2/en.lproj/MyViewControllerViewController.xib +0 -175
- data/project/apps/TestApp/Test App 2/main.m +0 -31
- data/project/apps/TestApp/TestApp.xcodeproj/project.pbxproj +0 -336
- data/project/apps/TestApp/TestApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/project/apps/TestApp/TestApp.xcodeproj/project.xcworkspace/xcuserdata/anhpham.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- data/project/apps/TestApp/TestApp.xcodeproj/xcuserdata/anhpham.xcuserdatad/xcschemes/TestApp.xcscheme +0 -88
- data/project/apps/TestApp/TestApp.xcodeproj/xcuserdata/anhpham.xcuserdatad/xcschemes/xcschememanagement.plist +0 -22
- data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/Default-568h@2x.png +0 -0
- data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/GestureTestViewController.nib/objects-8.0+.nib +0 -0
- data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/GestureTestViewController.nib/objects.nib +0 -0
- data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/GestureTestViewController.nib/runtime.nib +0 -0
- data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/Info.plist +0 -0
- data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/PkgInfo +0 -1
- data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/TestApp +0 -0
- data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/InfoPlist.strings +0 -0
- data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/Localizable.strings +0 -0
- data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/MyViewControllerViewController.nib/objects-8.0+.nib +0 -0
- data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/MyViewControllerViewController.nib/objects.nib +0 -0
- data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/MyViewControllerViewController.nib/runtime.nib +0 -0
- data/project/apps/selendroid-test-app.apk +0 -0
Binary file
|
@@ -1,88 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<Scheme
|
3
|
-
LastUpgradeVersion = "0630"
|
4
|
-
version = "1.3">
|
5
|
-
<BuildAction
|
6
|
-
parallelizeBuildables = "YES"
|
7
|
-
buildImplicitDependencies = "YES">
|
8
|
-
<BuildActionEntries>
|
9
|
-
<BuildActionEntry
|
10
|
-
buildForTesting = "YES"
|
11
|
-
buildForRunning = "YES"
|
12
|
-
buildForProfiling = "YES"
|
13
|
-
buildForArchiving = "YES"
|
14
|
-
buildForAnalyzing = "YES">
|
15
|
-
<BuildableReference
|
16
|
-
BuildableIdentifier = "primary"
|
17
|
-
BlueprintIdentifier = "3647AE0D15CA0082006F70D6"
|
18
|
-
BuildableName = "TestApp.app"
|
19
|
-
BlueprintName = "TestApp"
|
20
|
-
ReferencedContainer = "container:TestApp.xcodeproj">
|
21
|
-
</BuildableReference>
|
22
|
-
</BuildActionEntry>
|
23
|
-
</BuildActionEntries>
|
24
|
-
</BuildAction>
|
25
|
-
<TestAction
|
26
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
27
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
28
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
29
|
-
buildConfiguration = "Debug">
|
30
|
-
<Testables>
|
31
|
-
</Testables>
|
32
|
-
<MacroExpansion>
|
33
|
-
<BuildableReference
|
34
|
-
BuildableIdentifier = "primary"
|
35
|
-
BlueprintIdentifier = "3647AE0D15CA0082006F70D6"
|
36
|
-
BuildableName = "TestApp.app"
|
37
|
-
BlueprintName = "TestApp"
|
38
|
-
ReferencedContainer = "container:TestApp.xcodeproj">
|
39
|
-
</BuildableReference>
|
40
|
-
</MacroExpansion>
|
41
|
-
</TestAction>
|
42
|
-
<LaunchAction
|
43
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
44
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
45
|
-
launchStyle = "0"
|
46
|
-
useCustomWorkingDirectory = "NO"
|
47
|
-
buildConfiguration = "Debug"
|
48
|
-
ignoresPersistentStateOnLaunch = "NO"
|
49
|
-
debugDocumentVersioning = "YES"
|
50
|
-
allowLocationSimulation = "YES">
|
51
|
-
<BuildableProductRunnable
|
52
|
-
runnableDebuggingMode = "0">
|
53
|
-
<BuildableReference
|
54
|
-
BuildableIdentifier = "primary"
|
55
|
-
BlueprintIdentifier = "3647AE0D15CA0082006F70D6"
|
56
|
-
BuildableName = "TestApp.app"
|
57
|
-
BlueprintName = "TestApp"
|
58
|
-
ReferencedContainer = "container:TestApp.xcodeproj">
|
59
|
-
</BuildableReference>
|
60
|
-
</BuildableProductRunnable>
|
61
|
-
<AdditionalOptions>
|
62
|
-
</AdditionalOptions>
|
63
|
-
</LaunchAction>
|
64
|
-
<ProfileAction
|
65
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
66
|
-
savedToolIdentifier = ""
|
67
|
-
useCustomWorkingDirectory = "NO"
|
68
|
-
buildConfiguration = "Release"
|
69
|
-
debugDocumentVersioning = "YES">
|
70
|
-
<BuildableProductRunnable
|
71
|
-
runnableDebuggingMode = "0">
|
72
|
-
<BuildableReference
|
73
|
-
BuildableIdentifier = "primary"
|
74
|
-
BlueprintIdentifier = "3647AE0D15CA0082006F70D6"
|
75
|
-
BuildableName = "TestApp.app"
|
76
|
-
BlueprintName = "TestApp"
|
77
|
-
ReferencedContainer = "container:TestApp.xcodeproj">
|
78
|
-
</BuildableReference>
|
79
|
-
</BuildableProductRunnable>
|
80
|
-
</ProfileAction>
|
81
|
-
<AnalyzeAction
|
82
|
-
buildConfiguration = "Debug">
|
83
|
-
</AnalyzeAction>
|
84
|
-
<ArchiveAction
|
85
|
-
buildConfiguration = "Release"
|
86
|
-
revealArchiveInOrganizer = "YES">
|
87
|
-
</ArchiveAction>
|
88
|
-
</Scheme>
|
@@ -1,22 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
-
<plist version="1.0">
|
4
|
-
<dict>
|
5
|
-
<key>SchemeUserState</key>
|
6
|
-
<dict>
|
7
|
-
<key>TestApp.xcscheme</key>
|
8
|
-
<dict>
|
9
|
-
<key>orderHint</key>
|
10
|
-
<integer>0</integer>
|
11
|
-
</dict>
|
12
|
-
</dict>
|
13
|
-
<key>SuppressBuildableAutocreation</key>
|
14
|
-
<dict>
|
15
|
-
<key>3647AE0D15CA0082006F70D6</key>
|
16
|
-
<dict>
|
17
|
-
<key>primary</key>
|
18
|
-
<true/>
|
19
|
-
</dict>
|
20
|
-
</dict>
|
21
|
-
</dict>
|
22
|
-
</plist>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
APPL????
|
Binary file
|
data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/InfoPlist.strings
DELETED
Binary file
|
data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/Localizable.strings
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|