Skip to content

Commit

Permalink
* V-Pläne für Schüler/Lehrer korrigiert
Browse files Browse the repository at this point in the history
* Vorschau-V-Pläne für Schüler/Lehrer korrigiert
  • Loading branch information
z1tr0t3c committed Sep 7, 2022
1 parent 3adc2c6 commit af2e18a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: c7a300f02ff7a4a60adc671fd33d1293385e5d7e

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
4 changes: 2 additions & 2 deletions blista.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
INFOPLIST_FILE = blista/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.22.0;
MARKETING_VERSION = 1.22.1;
PRODUCT_BUNDLE_IDENTIFIER = de.zitrotec.blista;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -621,7 +621,7 @@
INFOPLIST_FILE = blista/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.22.0;
MARKETING_VERSION = 1.22.1;
PRODUCT_BUNDLE_IDENTIFIER = de.zitrotec.blista;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
12 changes: 6 additions & 6 deletions blista/FirstViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ class FirstViewController: UIViewController, UIWebViewDelegate {
customAttributes: [:])

DispatchQueue.main.async {
webView1.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=39#maincontent")!))
webView1.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=4526#maincontent")!))
}

case .cellular:
Expand All @@ -572,7 +572,7 @@ class FirstViewController: UIViewController, UIWebViewDelegate {
customAttributes: [:])

DispatchQueue.main.async {
webView1.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=39#maincontent")!))
webView1.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=4526#maincontent")!))
}

case .none:
Expand All @@ -598,7 +598,7 @@ class FirstViewController: UIViewController, UIWebViewDelegate {
contentId: "vplan1",
customAttributes: [:])

webView1.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=39#maincontent")!))
webView1.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=4526#maincontent")!))

case .cellular:

Expand All @@ -607,7 +607,7 @@ class FirstViewController: UIViewController, UIWebViewDelegate {
contentId: "vplan1",
customAttributes: [:])

webView1.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=39#maincontent")!))
webView1.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=4526#maincontent")!))

case .none:
UIApplication.shared.isNetworkActivityIndicatorVisible = false
Expand All @@ -633,7 +633,7 @@ class FirstViewController: UIViewController, UIWebViewDelegate {
contentId: "vplan1vorschau",
customAttributes: [:])

webView1.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=43#maincontent")!))
webView1.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=4527#maincontent")!))

case .cellular:

Expand All @@ -642,7 +642,7 @@ class FirstViewController: UIViewController, UIWebViewDelegate {
contentId: "vplan1vorschau",
customAttributes: [:])

webView1.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=43#maincontent")!))
webView1.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=4527#maincontent")!))

case .none:
UIApplication.shared.isNetworkActivityIndicatorVisible = false
Expand Down
8 changes: 4 additions & 4 deletions blista/SecondViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SecondViewController: UIViewController, UIWebViewDelegate {
contentId: "vplan2",
customAttributes: [:])

webView2.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=41#maincontent")!))
webView2.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=4525#maincontent")!))

case .cellular:

Expand All @@ -59,7 +59,7 @@ class SecondViewController: UIViewController, UIWebViewDelegate {
contentId: "vplan2",
customAttributes: [:])

webView2.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=41#maincontent")!))
webView2.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=4525#maincontent")!))

case .none:
UIApplication.shared.isNetworkActivityIndicatorVisible = false
Expand All @@ -84,7 +84,7 @@ class SecondViewController: UIViewController, UIWebViewDelegate {
contentId: "vplan2vorschau",
customAttributes: [:])

webView2.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=45#maincontent")!))
webView2.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=4528#maincontent")!))

case .cellular:

Expand All @@ -93,7 +93,7 @@ class SecondViewController: UIViewController, UIWebViewDelegate {
contentId: "vplan2vorschau",
customAttributes: [:])

webView2.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=45#maincontent")!))
webView2.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/resource/view.php?id=4528#maincontent")!))

case .none:
UIApplication.shared.isNetworkActivityIndicatorVisible = false
Expand Down

0 comments on commit af2e18a

Please sign in to comment.