diff options
author | Vitaly Takmazov | 2017-10-18 02:09:43 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-10-18 02:09:43 +0300 |
commit | 7249cda59a1a8ca061b9d3afa443921286f56781 (patch) | |
tree | 521259c60b2270a23500dedb76625dbe1f0c98a7 /Juick | |
parent | 2345989ce454342d8ac45077e2cd650d18744066 (diff) |
marketing icon
Diffstat (limited to 'Juick')
-rw-r--r-- | Juick/Images.xcassets/AppIcon.appiconset/Contents.json | 3 | ||||
-rw-r--r-- | Juick/Images.xcassets/AppIcon.appiconset/tagscloud.png | bin | 0 -> 152882 bytes | |||
-rw-r--r-- | Juick/Main.storyboard | 18 | ||||
-rw-r--r-- | Juick/Supporting Files/Juick-Info.plist | 2 |
4 files changed, 5 insertions, 18 deletions
diff --git a/Juick/Images.xcassets/AppIcon.appiconset/Contents.json b/Juick/Images.xcassets/AppIcon.appiconset/Contents.json index 520a8bf..5fad6ce 100644 --- a/Juick/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/Juick/Images.xcassets/AppIcon.appiconset/Contents.json @@ -129,8 +129,9 @@ "scale" : "2x" }, { - "idiom" : "ios-marketing", "size" : "1024x1024", + "idiom" : "ios-marketing", + "filename" : "tagscloud.png", "scale" : "1x" } ], diff --git a/Juick/Images.xcassets/AppIcon.appiconset/tagscloud.png b/Juick/Images.xcassets/AppIcon.appiconset/tagscloud.png Binary files differnew file mode 100644 index 0000000..766682b --- /dev/null +++ b/Juick/Images.xcassets/AppIcon.appiconset/tagscloud.png diff --git a/Juick/Main.storyboard b/Juick/Main.storyboard index 5394264..3e40aa2 100644 --- a/Juick/Main.storyboard +++ b/Juick/Main.storyboard @@ -108,9 +108,9 @@ </view> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="999" verticalHuggingPriority="249" horizontalCompressionResistancePriority="999" verticalCompressionResistancePriority="749" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zqL-hd-LLy" customClass="TTTAttributedLabel"> <rect key="frame" x="0.0" y="101" width="359" height="86.5"/> - <mutableString key="text">Блин, парился через teamviewer заокеан, там xcode, а к xcode подключен iphone, а в iphone торчит t-mobile, а на iphone наш Qt application, который не коннектиццо к серверу в упор. + <string key="text">Блин, парился через teamviewer заокеан, там xcode, а к xcode подключен iphone, а в iphone торчит t-mobile, а на iphone наш Qt application, который не коннектиццо к серверу в упор. -А в qt creator видно что приходит ошибка NetworkError, логи не пишет, а кто отправляет и почему — непонятно, а отладчик не ставит брякпойнты в сорцах Qt, а приходит qt сигнал — и понятно, что никаких тебе стектрейсов. Плакал, пока не запустил НЕ через отладчик Qt Creator, а прямо в xcode, там брякпойнты ставит.</mutableString> +А в qt creator видно что приходит ошибка NetworkError, логи не пишет, а кто отправляет и почему — непонятно, а отладчик не ставит брякпойнты в сорцах Qt, а приходит qt сигнал — и понятно, что никаких тебе стектрейсов. Плакал, пока не запустил НЕ через отладчик Qt Creator, а прямо в xcode, там брякпойнты ставит.</string> <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/> <nil key="textColor"/> <nil key="highlightedColor"/> @@ -295,20 +295,6 @@ </objects> <point key="canvasLocation" x="-222.5" y="-187.87166666666664"/> </scene> - <!--View Controller--> - <scene sceneID="2JO-Ow-tN4"> - <objects> - <viewController id="1fn-M8-sIw" sceneMemberID="viewController"> - <view key="view" contentMode="scaleToFill" id="yTB-MW-YgM"> - <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> - <viewLayoutGuide key="safeArea" id="M9k-qT-r2t"/> - </view> - </viewController> - <placeholder placeholderIdentifier="IBFirstResponder" id="xeU-Vq-blW" userLabel="First Responder" sceneMemberID="firstResponder"/> - </objects> - </scene> </scenes> <resources> <image name="chats_icon" width="20" height="22"/> diff --git a/Juick/Supporting Files/Juick-Info.plist b/Juick/Supporting Files/Juick-Info.plist index e3ddfc5..b46e17c 100644 --- a/Juick/Supporting Files/Juick-Info.plist +++ b/Juick/Supporting Files/Juick-Info.plist @@ -21,7 +21,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>1.0.20</string> + <string>1.0.21</string> <key>ITSAppUsesNonExemptEncryption</key> <false/> <key>LSApplicationCategoryType</key> |