Skip to content

Commit

Permalink
[NEW] prepare for 12.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrey committed Apr 10, 2019
1 parent f84f28b commit 5e00a43
Show file tree
Hide file tree
Showing 45 changed files with 372 additions and 297 deletions.
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@
};
buildConfigurationList = 8411B823189FDB140019D2D6 /* Build configuration list for PBXProject "OwnTracks" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0930"
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
6 changes: 3 additions & 3 deletions OwnTracks/OwnTracks/Base.lproj/Launch Screen.xib
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand Down Expand Up @@ -30,7 +30,7 @@
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="12.0.3" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="wg9-vU-Qvm">
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="12.0.4" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="wg9-vU-Qvm">
<rect key="frame" x="162.5" y="469.5" width="50" height="20.5"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="xFp-b4-JHU"/>
Expand Down
4 changes: 2 additions & 2 deletions OwnTracks/OwnTracks/OwnTracks-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>12.0.3</string>
<string>12.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -115,7 +115,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>12.0.3</string>
<string>12.0.4</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions OwnTracks/OwnTracksToday/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>12.0.3</string>
<string>12.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>12.0.3</string>
<string>12.0.4</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>
Expand Down
8 changes: 4 additions & 4 deletions OwnTracks/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- ABStaticTableViewController (1.1.1)
- CocoaLumberjack (3.5.0):
- CocoaLumberjack/Core (= 3.5.0)
- CocoaLumberjack/Core (3.5.0)
- CocoaLumberjack (3.5.2):
- CocoaLumberjack/Core (= 3.5.2)
- CocoaLumberjack/Core (3.5.2)
- libsodium (1.0.12)
- mqttc/MinL (5.0.5):
- CocoaLumberjack
Expand Down Expand Up @@ -37,7 +37,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
ABStaticTableViewController: d8cfbdd596fbf58b515b13e49cc8ca8ca86c6e12
CocoaLumberjack: cffaa70a9336515228178e3669b71bd49d343850
CocoaLumberjack: 118bf4a820efc641f79fa487b75ed928dccfae23
libsodium: 9a8faa5ef2fa0d2d57bd7f7d79bf8fb7c1a9f0ea
mqttc: f70f5bccea6c45ed416d52bcee24644e2046bdaf
objc-geohash: d0e90301db6da57e69d1569f25607c0fb99f8731
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/Pods/CocoaLumberjack/Classes/CLI/CLIColor.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion OwnTracks/Pods/CocoaLumberjack/Classes/CLI/CLIColor.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions OwnTracks/Pods/CocoaLumberjack/Classes/CocoaLumberjack.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion OwnTracks/Pods/CocoaLumberjack/Classes/DDASLLogCapture.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion OwnTracks/Pods/CocoaLumberjack/Classes/DDASLLogCapture.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion OwnTracks/Pods/CocoaLumberjack/Classes/DDASLLogger.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion OwnTracks/Pods/CocoaLumberjack/Classes/DDASLLogger.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion OwnTracks/Pods/CocoaLumberjack/Classes/DDAssertMacros.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion OwnTracks/Pods/CocoaLumberjack/Classes/DDFileLogger.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 47 additions & 35 deletions OwnTracks/Pods/CocoaLumberjack/Classes/DDFileLogger.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion OwnTracks/Pods/CocoaLumberjack/Classes/DDLegacyMacros.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion OwnTracks/Pods/CocoaLumberjack/Classes/DDLog+LOGV.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion OwnTracks/Pods/CocoaLumberjack/Classes/DDLog.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5e00a43

Please sign in to comment.