Skip to content

Commit

Permalink
1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z1tr0t3c committed Mar 9, 2021
1 parent f0e42e3 commit b44d11d
Show file tree
Hide file tree
Showing 5 changed files with 11 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: e793a715911bfaebdd70a4151028aaeb3d9f2e00

COCOAPODS: 1.10.0
COCOAPODS: 1.10.1
6 changes: 2 additions & 4 deletions blista.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = blista/blista.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand All @@ -595,7 +594,7 @@
INFOPLIST_FILE = blista/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.18.0;
MARKETING_VERSION = 1.19.0;
PRODUCT_BUNDLE_IDENTIFIER = de.zitrotec.blista;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -613,7 +612,6 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = blista/blista.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = CM9ECSAB4Y;
Expand All @@ -625,7 +623,7 @@
INFOPLIST_FILE = blista/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.18.0;
MARKETING_VERSION = 1.19.0;
PRODUCT_BUNDLE_IDENTIFIER = de.zitrotec.blista;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
8 changes: 4 additions & 4 deletions blista/EighthViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class EighthViewController: UIViewController, UIWebViewDelegate {
contentId: "katalog",
customAttributes: [:])

webView8.loadRequest(URLRequest(url: URL(string: "https://katalog.blista.de/allegro")!))
webView8.loadRequest(URLRequest(url: URL(string: "https://katalog.blista.de/")!))

case .cellular:

Expand All @@ -41,7 +41,7 @@ class EighthViewController: UIViewController, UIWebViewDelegate {
contentId: "katalog",
customAttributes: [:])

webView8.loadRequest(URLRequest(url: URL(string: "https://katalog.blista.de/allegro")!))
webView8.loadRequest(URLRequest(url: URL(string: "https://katalog.blista.de/")!))

case .none:
UIApplication.shared.isNetworkActivityIndicatorVisible = false
Expand All @@ -68,15 +68,15 @@ class EighthViewController: UIViewController, UIWebViewDelegate {
if viewHasLoaded == true {
return
} else {
webView8.loadRequest(URLRequest(url: URL(string: "https://katalog.blista.de/allegro")!))
webView8.loadRequest(URLRequest(url: URL(string: "https://katalog.blista.de/")!))
}


case .cellular:
if viewHasLoaded == true {
return
} else {
webView8.loadRequest(URLRequest(url: URL(string: "https://katalog.blista.de/allegro")!))
webView8.loadRequest(URLRequest(url: URL(string: "https://katalog.blista.de/")!))
}
case .none:
UIApplication.shared.isNetworkActivityIndicatorVisible = false
Expand Down
4 changes: 2 additions & 2 deletions imprint.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ <h1>Impressum</h1>

<h2>Angaben gem&auml;&szlig; &sect; 5 TMG:</h2>
Falk Rismansanj<br>
Am Weinberg 13.0<br>
35037 Marburg<br>
Chicago Lane 5b<br>
30539 Hannover<br>
Deutschland

<h2>Kontakt:</h2>
Expand Down
4 changes: 2 additions & 2 deletions privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ <h2>2. Name und Anschrift des für die Verarbeitung Verantwortlichen</h2>
<p>Verantwortlicher im Sinne der Datenschutz-Grundverordnung, sonstiger in den Mitgliedstaaten der Europäischen Union geltenden Datenschutzgesetze und anderer Bestimmungen mit datenschutzrechtlichem Charakter ist die:</p>

<p>zitrotec</p>
<p>Am Weinberg 13</p>
<p>35037 Marburg</p>
<p>Chicago Lane 5b</p>
<p>30539 Hannover</p>
<p>Deutschland</p>
<p>Tel.: <a href="tel:+4917656931729" style="color:#00A61D;">+49 176 56931729</a></p>
<p>E-Mail: <a href="mailto:[email protected]" style="color:#00A61D;">[email protected]</a></p>
Expand Down

0 comments on commit b44d11d

Please sign in to comment.