Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
Build 10
Browse files Browse the repository at this point in the history
  • Loading branch information
blkshdw committed Nov 15, 2017
1 parent fa9fe1c commit 069a329
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions PASSCITY.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_TEAM = 4WGG8V34K4;
INFOPLIST_FILE = PASSCITY/Supporting/info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
Expand All @@ -1481,7 +1481,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_TEAM = 4WGG8V34K4;
INFOPLIST_FILE = PASSCITY/Supporting/info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
Expand Down
Binary file added PASSCITY/Supporting/Assets.xcassets.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions PASSCITY/Supporting/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand All @@ -42,7 +42,7 @@
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>media.izi.travel</key>
<key>api.izi.travel</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
Expand All @@ -51,7 +51,7 @@
<key>NSIncludesSubdomains</key>
<true/>
</dict>
<key>api.izi.travel</key>
<key>api.voxxter.ru</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
Expand All @@ -60,7 +60,7 @@
<key>NSIncludesSubdomains</key>
<true/>
</dict>
<key>api.voxxter.ru</key>
<key>media.izi.travel</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
Expand Down
4 changes: 2 additions & 2 deletions PASSCITY/UI/CodeConfirm/CodeConfirmViewController.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- -->
<scene sceneID="4rp-ob-zfD">
<objects>
<viewController title=" " id="du3-M2-dpr" customClass="CodeConfirmViewController" customModule="PASSCITY_iOS" customModuleProvider="target" sceneMemberID="viewController">
<viewController title=" " id="du3-M2-dpr" customClass="CodeConfirmViewController" customModule="PASSCITY" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Abf-DC-Uru"/>
<viewControllerLayoutGuide type="bottom" id="ySO-1W-PyU"/>
Expand Down Expand Up @@ -44,7 +44,7 @@
<constraint firstAttribute="height" constant="1" id="LLC-uH-tHF"/>
</constraints>
</view>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Nng-dT-nVn" customClass="GoButton" customModule="PASSCITY_iOS" customModuleProvider="target">
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Nng-dT-nVn" customClass="GoButton" customModule="PASSCITY" customModuleProvider="target">
<rect key="frame" x="87.5" y="509" width="200" height="48"/>
<color key="backgroundColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
Expand Down

0 comments on commit 069a329

Please sign in to comment.