Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
Update Pushwoosh framework. SiteCatalyst set to production.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsledbetter committed Jan 7, 2016
1 parent 862fde3 commit bb967ed
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
Empty file.
Binary file modified StdTxGuide/StdTxGuide/Frameworks/Pushwoosh.framework/Versions/A/Pushwoosh
100755 → 100644
Binary file not shown.
4 changes: 2 additions & 2 deletions StdTxGuide/StdTxGuide/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.0</string>
<string>2.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion StdTxGuide/StdTxGuide/SiteCatalystService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class SiteCatalystService: NSObject, NSURLConnectionDelegate {

// these first change most often depending on version and if debug is true
let appVersion = getAppVersion()
let debug = true
let debug = false
let debugLocal = false

// server information
Expand Down
2 changes: 1 addition & 1 deletion StdTxGuide/StdTxGuide/content/about_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div>
<img src="about_icon_page.png" style="float:left;margin:-5px 5px 0 0;"/>
<span style="font-size:18px; position:relative; top:1px;"><strong>About Us</strong></span><br/>
<span style="font-size:14px; position:relative; top:1px;">Version: 2.3.0.1</span>
<span style="font-size:14px; position:relative; top:1px;">Version: 2.3.1.2</span>
</div>
<br/>
<div id="about_info">
Expand Down
31 changes: 31 additions & 0 deletions StdTxGuide/StdTxGuide/content/share.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>

<title>About Us</title>

<link href="about.css" rel="stylesheet" type="text/css"/>

</head>
<body>


<div>
<img src="about_icon_page.png" style="float:left;margin:-5px 5px 0 0;"/>
<span style="font-size:18px; position:relative; top:1px;"><strong>Share</strong></span><br/>
</div>
<br/>
<div id="about_info">

<span style="color:#000000; font-size:14px; position:relative; top:1px;">

<p>If you have would like to let someone else know about the STD TX Guide app, touch one of the share buttons below.
</p>
</span></div>


</body>
</html>

0 comments on commit bb967ed

Please sign in to comment.