Skip to content
Snippets Groups Projects
Commit 4aab7222 authored by peters's avatar peters
Browse files

most final

parent 4b6b0acd
No related branches found
No related tags found
No related merge requests found
Showing
with 153 additions and 2 deletions
.DS_Store 0 → 100644
File added
...@@ -35,6 +35,12 @@ ...@@ -35,6 +35,12 @@
A672B65627B1944D000A9007 /* ranking_passwords.png in Resources */ = {isa = PBXBuildFile; fileRef = A672B65427B1944D000A9007 /* ranking_passwords.png */; }; A672B65627B1944D000A9007 /* ranking_passwords.png in Resources */ = {isa = PBXBuildFile; fileRef = A672B65427B1944D000A9007 /* ranking_passwords.png */; };
A672B65927B19455000A9007 /* types_of_usage.png in Resources */ = {isa = PBXBuildFile; fileRef = A672B65727B19455000A9007 /* types_of_usage.png */; }; A672B65927B19455000A9007 /* types_of_usage.png in Resources */ = {isa = PBXBuildFile; fileRef = A672B65727B19455000A9007 /* types_of_usage.png */; };
A672B65A27B19455000A9007 /* good_idea_bad_idea.png in Resources */ = {isa = PBXBuildFile; fileRef = A672B65827B19455000A9007 /* good_idea_bad_idea.png */; }; A672B65A27B19455000A9007 /* good_idea_bad_idea.png in Resources */ = {isa = PBXBuildFile; fileRef = A672B65827B19455000A9007 /* good_idea_bad_idea.png */; };
A675CC9F27B80FCF003B3C58 /* bruteForce_mask_scan_four_stones.png in Resources */ = {isa = PBXBuildFile; fileRef = A675CC9E27B80FCF003B3C58 /* bruteForce_mask_scan_four_stones.png */; };
A675CCA127B81174003B3C58 /* explore_disclaimer.png in Resources */ = {isa = PBXBuildFile; fileRef = A675CCA027B81174003B3C58 /* explore_disclaimer.png */; };
A675CCA327B8149F003B3C58 /* bruteForce_btn_use.png in Resources */ = {isa = PBXBuildFile; fileRef = A675CCA227B8149F003B3C58 /* bruteForce_btn_use.png */; };
A675CCA527B818B2003B3C58 /* explore_btn_menu_hamburger.png in Resources */ = {isa = PBXBuildFile; fileRef = A675CCA427B818B2003B3C58 /* explore_btn_menu_hamburger.png */; };
A675CCA727B818C1003B3C58 /* explore_btn_reflect.png in Resources */ = {isa = PBXBuildFile; fileRef = A675CCA627B818C1003B3C58 /* explore_btn_reflect.png */; };
A675CCA927B81A39003B3C58 /* reflect_slide.png in Resources */ = {isa = PBXBuildFile; fileRef = A675CCA827B81A39003B3C58 /* reflect_slide.png */; };
A680413627B5857000314DE6 /* inventory_not_collected.png in Resources */ = {isa = PBXBuildFile; fileRef = A680413527B5857000314DE6 /* inventory_not_collected.png */; }; A680413627B5857000314DE6 /* inventory_not_collected.png in Resources */ = {isa = PBXBuildFile; fileRef = A680413527B5857000314DE6 /* inventory_not_collected.png */; };
A6A78BF427A9579800675532 /* Avatar.png in Resources */ = {isa = PBXBuildFile; fileRef = A6A78BF327A9579800675532 /* Avatar.png */; }; A6A78BF427A9579800675532 /* Avatar.png in Resources */ = {isa = PBXBuildFile; fileRef = A6A78BF327A9579800675532 /* Avatar.png */; };
A6B94B2127B5557300861198 /* inventory_collected2.png in Resources */ = {isa = PBXBuildFile; fileRef = A6B94B2027B5557300861198 /* inventory_collected2.png */; }; A6B94B2127B5557300861198 /* inventory_collected2.png in Resources */ = {isa = PBXBuildFile; fileRef = A6B94B2027B5557300861198 /* inventory_collected2.png */; };
...@@ -44,6 +50,7 @@ ...@@ -44,6 +50,7 @@
A6C0A3A527AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png in Resources */ = {isa = PBXBuildFile; fileRef = A6C0A3A427AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png */; }; A6C0A3A527AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png in Resources */ = {isa = PBXBuildFile; fileRef = A6C0A3A427AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png */; };
A6C0A3A727AEA8AC00146E18 /* station_passwords_scan_cube_plane.png in Resources */ = {isa = PBXBuildFile; fileRef = A6C0A3A627AEA8AC00146E18 /* station_passwords_scan_cube_plane.png */; }; A6C0A3A727AEA8AC00146E18 /* station_passwords_scan_cube_plane.png in Resources */ = {isa = PBXBuildFile; fileRef = A6C0A3A627AEA8AC00146E18 /* station_passwords_scan_cube_plane.png */; };
A6C0A3AC27AED97200146E18 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6C0A3AB27AED97200146E18 /* Task.swift */; }; A6C0A3AC27AED97200146E18 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6C0A3AB27AED97200146E18 /* Task.swift */; };
A6E5FCE927BABD7D008EF9E1 /* mainmenu_btn_ar.png in Resources */ = {isa = PBXBuildFile; fileRef = A6E5FCE827BABD7D008EF9E1 /* mainmenu_btn_ar.png */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
...@@ -71,11 +78,18 @@ ...@@ -71,11 +78,18 @@
A664716D27A8399900417BF1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; A664716D27A8399900417BF1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
A664717627A83AB000417BF1 /* HomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = "<group>"; }; A664717627A83AB000417BF1 /* HomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = "<group>"; };
A664717A27A840E200417BF1 /* Letsliterate.rcproject */ = {isa = PBXFileReference; lastKnownFileType = file.rcproject; path = Letsliterate.rcproject; sourceTree = "<group>"; }; A664717A27A840E200417BF1 /* Letsliterate.rcproject */ = {isa = PBXFileReference; lastKnownFileType = file.rcproject; path = Letsliterate.rcproject; sourceTree = "<group>"; };
A6703EC427BB69130039D279 /* ar-mode.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ar-mode.mp4"; sourceTree = "<group>"; };
A672B65127B19391000A9007 /* ImagesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagesViewController.swift; sourceTree = "<group>"; }; A672B65127B19391000A9007 /* ImagesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagesViewController.swift; sourceTree = "<group>"; };
A672B65327B1944C000A9007 /* strong_password.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = strong_password.png; sourceTree = "<group>"; }; A672B65327B1944C000A9007 /* strong_password.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = strong_password.png; sourceTree = "<group>"; };
A672B65427B1944D000A9007 /* ranking_passwords.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ranking_passwords.png; sourceTree = "<group>"; }; A672B65427B1944D000A9007 /* ranking_passwords.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ranking_passwords.png; sourceTree = "<group>"; };
A672B65727B19455000A9007 /* types_of_usage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = types_of_usage.png; sourceTree = "<group>"; }; A672B65727B19455000A9007 /* types_of_usage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = types_of_usage.png; sourceTree = "<group>"; };
A672B65827B19455000A9007 /* good_idea_bad_idea.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = good_idea_bad_idea.png; sourceTree = "<group>"; }; A672B65827B19455000A9007 /* good_idea_bad_idea.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = good_idea_bad_idea.png; sourceTree = "<group>"; };
A675CC9E27B80FCF003B3C58 /* bruteForce_mask_scan_four_stones.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bruteForce_mask_scan_four_stones.png; sourceTree = "<group>"; };
A675CCA027B81174003B3C58 /* explore_disclaimer.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = explore_disclaimer.png; sourceTree = "<group>"; };
A675CCA227B8149F003B3C58 /* bruteForce_btn_use.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bruteForce_btn_use.png; sourceTree = "<group>"; };
A675CCA427B818B2003B3C58 /* explore_btn_menu_hamburger.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = explore_btn_menu_hamburger.png; sourceTree = "<group>"; };
A675CCA627B818C1003B3C58 /* explore_btn_reflect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = explore_btn_reflect.png; sourceTree = "<group>"; };
A675CCA827B81A39003B3C58 /* reflect_slide.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = reflect_slide.png; sourceTree = "<group>"; };
A680413527B5857000314DE6 /* inventory_not_collected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = inventory_not_collected.png; sourceTree = "<group>"; }; A680413527B5857000314DE6 /* inventory_not_collected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = inventory_not_collected.png; sourceTree = "<group>"; };
A6A78BF327A9579800675532 /* Avatar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Avatar.png; sourceTree = "<group>"; }; A6A78BF327A9579800675532 /* Avatar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Avatar.png; sourceTree = "<group>"; };
A6B94B2027B5557300861198 /* inventory_collected2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = inventory_collected2.png; sourceTree = "<group>"; }; A6B94B2027B5557300861198 /* inventory_collected2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = inventory_collected2.png; sourceTree = "<group>"; };
...@@ -85,6 +99,7 @@ ...@@ -85,6 +99,7 @@
A6C0A3A427AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bruteForce_mask_scan_single_stone.png; sourceTree = "<group>"; }; A6C0A3A427AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bruteForce_mask_scan_single_stone.png; sourceTree = "<group>"; };
A6C0A3A627AEA8AC00146E18 /* station_passwords_scan_cube_plane.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = station_passwords_scan_cube_plane.png; sourceTree = "<group>"; }; A6C0A3A627AEA8AC00146E18 /* station_passwords_scan_cube_plane.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = station_passwords_scan_cube_plane.png; sourceTree = "<group>"; };
A6C0A3AB27AED97200146E18 /* Task.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Task.swift; sourceTree = "<group>"; }; A6C0A3AB27AED97200146E18 /* Task.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Task.swift; sourceTree = "<group>"; };
A6E5FCE827BABD7D008EF9E1 /* mainmenu_btn_ar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mainmenu_btn_ar.png; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */
...@@ -133,14 +148,20 @@ ...@@ -133,14 +148,20 @@
A664717A27A840E200417BF1 /* Letsliterate.rcproject */, A664717A27A840E200417BF1 /* Letsliterate.rcproject */,
A633CDC527A8757400450383 /* PasswordsIntro.m4v */, A633CDC527A8757400450383 /* PasswordsIntro.m4v */,
A633CDC727A93E3500450383 /* mainmenu_background02.png */, A633CDC727A93E3500450383 /* mainmenu_background02.png */,
A6E5FCE827BABD7D008EF9E1 /* mainmenu_btn_ar.png */,
A633CDCB27A93ED600450383 /* mainmenu_btn_explore.png */, A633CDCB27A93ED600450383 /* mainmenu_btn_explore.png */,
A633CDC927A93ED500450383 /* mainmenu_btn_reset.png */, A633CDC927A93ED500450383 /* mainmenu_btn_reset.png */,
A633CDCA27A93ED600450383 /* mainmenu_btn_tutorial.png */, A633CDCA27A93ED600450383 /* mainmenu_btn_tutorial.png */,
A6A78BF327A9579800675532 /* Avatar.png */, A6A78BF327A9579800675532 /* Avatar.png */,
A623508E27AAE8360030D490 /* mainmenu_background03.png */, A623508E27AAE8360030D490 /* mainmenu_background03.png */,
A675CCA027B81174003B3C58 /* explore_disclaimer.png */,
A63DDDAA27AC0607007CB857 /* explore_mask_scan.png */, A63DDDAA27AC0607007CB857 /* explore_mask_scan.png */,
A63DDDAC27AC07F8007CB857 /* explore_btn_inventory.png */, A63DDDAC27AC07F8007CB857 /* explore_btn_inventory.png */,
A675CCA427B818B2003B3C58 /* explore_btn_menu_hamburger.png */,
A675CCA627B818C1003B3C58 /* explore_btn_reflect.png */,
A675CCA227B8149F003B3C58 /* bruteForce_btn_use.png */,
A6C0A3A427AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png */, A6C0A3A427AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png */,
A675CC9E27B80FCF003B3C58 /* bruteForce_mask_scan_four_stones.png */,
A6C0A3A627AEA8AC00146E18 /* station_passwords_scan_cube_plane.png */, A6C0A3A627AEA8AC00146E18 /* station_passwords_scan_cube_plane.png */,
A6005B8E27B03704009E2967 /* passwordsIntro.mp4 */, A6005B8E27B03704009E2967 /* passwordsIntro.mp4 */,
A6005B8C27B03632009E2967 /* passwordsBruteForceIntro.m4v */, A6005B8C27B03632009E2967 /* passwordsBruteForceIntro.m4v */,
...@@ -153,6 +174,8 @@ ...@@ -153,6 +174,8 @@
A672B65727B19455000A9007 /* types_of_usage.png */, A672B65727B19455000A9007 /* types_of_usage.png */,
A680413527B5857000314DE6 /* inventory_not_collected.png */, A680413527B5857000314DE6 /* inventory_not_collected.png */,
A6B94B2027B5557300861198 /* inventory_collected2.png */, A6B94B2027B5557300861198 /* inventory_collected2.png */,
A675CCA827B81A39003B3C58 /* reflect_slide.png */,
A6703EC427BB69130039D279 /* ar-mode.mp4 */,
A6B94B2227B55C4500861198 /* tutorial.mp4 */, A6B94B2227B55C4500861198 /* tutorial.mp4 */,
); );
path = "Lets Literate"; path = "Lets Literate";
...@@ -223,6 +246,7 @@ ...@@ -223,6 +246,7 @@
A6005B8F27B03704009E2967 /* passwordsIntro.mp4 in Resources */, A6005B8F27B03704009E2967 /* passwordsIntro.mp4 in Resources */,
A63DDDAD27AC07F8007CB857 /* explore_btn_inventory.png in Resources */, A63DDDAD27AC07F8007CB857 /* explore_btn_inventory.png in Resources */,
A6B94B2327B55C4500861198 /* tutorial.mp4 in Resources */, A6B94B2327B55C4500861198 /* tutorial.mp4 in Resources */,
A675CCA327B8149F003B3C58 /* bruteForce_btn_use.png in Resources */,
A623508F27AAE8360030D490 /* mainmenu_background03.png in Resources */, A623508F27AAE8360030D490 /* mainmenu_background03.png in Resources */,
A633CDC627A8757400450383 /* PasswordsIntro.m4v in Resources */, A633CDC627A8757400450383 /* PasswordsIntro.m4v in Resources */,
A664716B27A8399900417BF1 /* Assets.xcassets in Resources */, A664716B27A8399900417BF1 /* Assets.xcassets in Resources */,
...@@ -232,15 +256,21 @@ ...@@ -232,15 +256,21 @@
A672B65627B1944D000A9007 /* ranking_passwords.png in Resources */, A672B65627B1944D000A9007 /* ranking_passwords.png in Resources */,
A672B65A27B19455000A9007 /* good_idea_bad_idea.png in Resources */, A672B65A27B19455000A9007 /* good_idea_bad_idea.png in Resources */,
A6C0A3A527AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png in Resources */, A6C0A3A527AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png in Resources */,
A675CCA127B81174003B3C58 /* explore_disclaimer.png in Resources */,
A633CDCC27A93ED600450383 /* mainmenu_btn_reset.png in Resources */, A633CDCC27A93ED600450383 /* mainmenu_btn_reset.png in Resources */,
A6B94B2727B56D4900861198 /* passwordsOutro.mp4 in Resources */, A6B94B2727B56D4900861198 /* passwordsOutro.mp4 in Resources */,
A672B65927B19455000A9007 /* types_of_usage.png in Resources */, A672B65927B19455000A9007 /* types_of_usage.png in Resources */,
A675CCA527B818B2003B3C58 /* explore_btn_menu_hamburger.png in Resources */,
A6E5FCE927BABD7D008EF9E1 /* mainmenu_btn_ar.png in Resources */,
A633CDCE27A93ED600450383 /* mainmenu_btn_explore.png in Resources */, A633CDCE27A93ED600450383 /* mainmenu_btn_explore.png in Resources */,
A6B94B2127B5557300861198 /* inventory_collected2.png in Resources */, A6B94B2127B5557300861198 /* inventory_collected2.png in Resources */,
A6B94B2527B56A5E00861198 /* passwordsBruteForceOutro.mp4 in Resources */, A6B94B2527B56A5E00861198 /* passwordsBruteForceOutro.mp4 in Resources */,
A675CCA927B81A39003B3C58 /* reflect_slide.png in Resources */,
A6A78BF427A9579800675532 /* Avatar.png in Resources */, A6A78BF427A9579800675532 /* Avatar.png in Resources */,
A675CCA727B818C1003B3C58 /* explore_btn_reflect.png in Resources */,
A6005B8D27B03632009E2967 /* passwordsBruteForceIntro.m4v in Resources */, A6005B8D27B03632009E2967 /* passwordsBruteForceIntro.m4v in Resources */,
A633CDC827A93E3500450383 /* mainmenu_background02.png in Resources */, A633CDC827A93E3500450383 /* mainmenu_background02.png in Resources */,
A675CC9F27B80FCF003B3C58 /* bruteForce_mask_scan_four_stones.png in Resources */,
A672B65527B1944D000A9007 /* strong_password.png in Resources */, A672B65527B1944D000A9007 /* strong_password.png in Resources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
......
File added
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
}, },
{ {
"filename" : "stones_wrong01.arreferenceimage" "filename" : "stones_wrong01.arreferenceimage"
},
{
"filename" : "stones_wrong02.arreferenceimage"
} }
] ]
} }
{
"images" : [
{
"filename" : "Anker_falsch02.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"unit" : "centimeters",
"width" : 50
}
}
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
{ {
"filename" : "anchor_passwords_task1.arreferenceimage" "filename" : "anchor_passwords_task1.arreferenceimage"
}, },
{
"filename" : "anchor_passwords_task2_old.arreferenceimage"
},
{ {
"filename" : "anchor_passwords_task2.arreferenceimage" "filename" : "anchor_passwords_task2.arreferenceimage"
}, },
......
{ {
"images" : [ "images" : [
{ {
"filename" : "anchor_passwords_task2.png", "filename" : "Gelb_Scan.png",
"idiom" : "universal" "idiom" : "universal"
} }
], ],
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
"version" : 1 "version" : 1
}, },
"properties" : { "properties" : {
"unit" : "centimeters",
"width" : 8 "width" : 8
} }
} }
{
"images" : [
{
"filename" : "anchor_passwords_task2.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"unit" : "centimeters",
"width" : 8
}
}
{
"info" : {
"author" : "xcode",
"version" : 1
},
"resources" : [
{
"filename" : "stone_1_schwarz.arreferenceimage"
},
{
"filename" : "stone_Fragezeichen.arreferenceimage"
},
{
"filename" : "stone_H_schwarz.arreferenceimage"
},
{
"filename" : "stone_i_schwarz.arreferenceimage"
}
]
}
{
"images" : [
{
"filename" : "stone_1_schwarz.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"unit" : "centimeters",
"width" : 4.1246612466124661
}
}
{
"images" : [
{
"filename" : "stone_Fragezeichen.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"unit" : "centimeters",
"width" : 8
}
}
{
"images" : [
{
"filename" : "stone_H_schwarz.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"unit" : "centimeters",
"width" : 8
}
}
{
"images" : [
{
"filename" : "stone_i_schwarz.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"unit" : "centimeters",
"width" : 5.4022491349480974
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment