35 Commits

Author SHA1 Message Date
Simon Blommegård 27c30e44e8 Version bump podspec. 2015-12-02 20:07:29 +01:00
Simon Blommegård 3bee57b665 Version bump 2015-12-02 20:02:37 +01:00
Simon Blommegård fea6b640eb Update README.md 2015-12-02 20:01:19 +01:00
Simon Blommegård 682cf67c21 Adding 1x assets. 2015-12-02 19:59:44 +01:00
Simon Blommegård 1ce010c06a Update README.md 2015-12-02 19:58:48 +01:00
Simon Blommegård 975215d0ea Update README.md 2015-12-02 19:57:28 +01:00
marcusgellermark 278cfa438e 15 New Flags!
Added 15 new flags to FlagKit:
AI Anguilla
BM Bermuda
FJ Fiji
GD Grenada
GY Guyana
KY Cayman Islands
MO Macau
MS Montserrat
SB Solomon Islands
SC Seychelles
SZ Swaziland
TC Turks and Caicos
VC St. Vincent and The Grenadines
VG British Virgin Islands
ZW Zimbabwe

Also slight tweaks to ZA
2015-11-19 11:08:01 +01:00
Simon Blommegård 7f34596679 Adding TM to Assets Catalog. 2015-11-11 11:04:14 +01:00
Simon Blommegård 2cd6f3b7f7 Update README.md 2015-11-11 10:34:34 +01:00
marcusgellermark 8aaa27639b Added Turkmenistan
Added Turkmenistan (TM) to FlagKit
2015-11-10 14:44:53 +01:00
Marcus Gellermark 750434c8e4 Fix to the Ethiopian flag
Changes in the Ethiopian flag
2015-11-05 08:43:07 +01:00
Marcus Gellermark 7b57b0ec6c Sketch info updates
Now works with the App Store version of Sketch.
2015-11-04 10:25:43 +01:00
Simon Blommegård 0295c8fd33 Adding continent flags to the frameworks. 2015-11-03 12:11:11 +01:00
Simon Blommegård cd9d200a93 Adding notes on continent flags. 2015-11-03 12:04:28 +01:00
Marcus Gellermark 3ba8ab6ab0 Update with continent-flags
New flags for North America (CNA), South America (CSA), Europe (CEU),
Africa (CAF), Asia (CAS), Oceania (COC).
2015-10-30 15:01:25 +01:00
Simon Blommegård d9da0c1ff7 Correct signing. 2015-10-26 10:02:58 +01:00
Simon Blommegård ccebc7bb22 Updating podspec. 2015-10-26 09:02:33 +01:00
Simon Blommegård 231fd049cb 1 Workspace -> 1 Project 2015-10-25 21:16:06 +01:00
Simon Blommegård add74552f8 Update README.md 2015-10-21 20:06:19 +02:00
Simon Blommegård 151eea4bfb Adding Cocoapods support. 2015-10-21 16:34:31 +02:00
Simon Blommegård 08fb58b597 Adding note on Cocoapods 2015-10-21 16:21:05 +02:00
Simon Blommegård 4a30475939 Adding notes for OSX. 2015-10-21 15:50:26 +02:00
Simon Blommegård 2900b04c39 Grab image from the asset catalog on OSX. 2015-10-21 15:31:50 +02:00
Simon Blommegård f760ba493b Merge pull request #16 from madebybowtie/yageek-feature/ns-image
Support for OSX frameworks.
2015-10-21 14:39:36 +02:00
Simon Blommegård 2f69353f68 Support for OSX frameworks. 2015-10-21 14:26:04 +02:00
Yannick Heinrich f8b97a0ee5 Support for NSImage
Create two separated frameworks
Add extension to NSImage

To preserve the API, I needed to use kind of new initialisers (declared
in Objective-C). I don’t know if it is the correct way to perform it.

Any suggestion is welcomed
2015-10-21 11:29:47 +02:00
Simon Blommegård bddd3074d9 Merge pull request #14 from MosheBerman/master
Fixed a typo in "currently" (was "currentry")
2015-10-20 10:48:58 +02:00
Moshe 243b4d0cef Fixed a typo in "currently" (was "currentry") 2015-10-19 13:34:32 -04:00
Simon Blommegård 5adeaf2c72 Update README.md 2015-10-14 10:01:54 +02:00
Simon Blommegård 75a89d9931 Update README.md 2015-10-14 09:30:04 +02:00
Simon Blommegård dcda2bdacc Update README.md 2015-10-14 09:29:22 +02:00
marcusgellermark 8fc7f748a7 New flag added
Added Sri Lanka (LK)
2015-10-12 10:12:27 +02:00
Simon Blommegård 529a5fac86 Update README.md 2015-10-09 08:57:07 +02:00
Simon Blommegård 6e03f0eac1 Update README.md 2015-10-09 08:56:07 +02:00
marcusgellermark 91ca533b08 Two new Flags
Nepal and Hong Kong
2015-10-08 16:55:30 +02:00
1451 changed files with 2601 additions and 1384 deletions
+28
View File
@@ -0,0 +1,28 @@
//
// UIImage+FlagKit.swift
// FlagKit
//
// Created by Simon Blommegård on 22/09/15.
// Copyright © 2015 Bowtie. All rights reserved.
//
import Foundation
public class FlagKit {
public enum SpecialFlag: String {
case World = "WW"
case EuropeanUnion = "EU"
case NorthAmerica = "CNA"
case SouthAmerica = "CSA"
case Europe = "CEU"
case Africa = "CAF"
case Asia = "CAS"
case Oceania = "COC"
}
public class var assetBundle: NSBundle {
get {
return NSBundle(forClass: FlagKit.self)
}
}
}
+19
View File
@@ -0,0 +1,19 @@
//
// FlagKit.h
// FlagKit-OSX
//
// Created by Simon Blommegard on 25/10/15.
// Copyright © 2015 Bowtie. All rights reserved.
//
#import <Cocoa/Cocoa.h>
//! Project version number for FlagKit-OSX.
FOUNDATION_EXPORT double FlagKitVersionNumber;
//! Project version string for FlagKit-OSX.
FOUNDATION_EXPORT const unsigned char FlagKitVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <FlagKit/PublicHeader.h>
+28
View File
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Bowtie. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
+22
View File
@@ -0,0 +1,22 @@
//
// NSImage.swift
// FlagKit
//
// Created by Simon Blommegård on 21/10/15.
// Copyright © 2015 Bowtie. All rights reserved.
//
import Cocoa
public extension NSImage {
public convenience init?(flagImageWithCountryCode countryCode: String) {
guard let image = FlagKit.assetBundle.imageForResource(countryCode) else {return nil}
guard let CGImage = image.CGImageForProposedRect(nil, context: nil, hints: nil) else {return nil}
self.init(CGImage:CGImage, size:image.size)
}
public convenience init?(flagImageForSpecialFlag specialFlag: FlagKit.SpecialFlag) {
self.init(flagImageWithCountryCode:specialFlag.rawValue)
}
}
+4 -4
View File
@@ -1,17 +1,17 @@
//
// FlagKit.h
// FlagKit
// FlagKit-iOS
//
// Created by Simon Blommegård on 22/09/15.
// Created by Simon Blommegard on 25/10/15.
// Copyright © 2015 Bowtie. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for FlagKit.
//! Project version number for FlagKit-iOS.
FOUNDATION_EXPORT double FlagKitVersionNumber;
//! Project version string for FlagKit.
//! Project version string for FlagKit-iOS.
FOUNDATION_EXPORT const unsigned char FlagKitVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <FlagKit/PublicHeader.h>
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
+20
View File
@@ -0,0 +1,20 @@
//
// UIImage.swift
// FlagKit
//
// Created by Simon Blommegård on 21/10/15.
// Copyright © 2015 Bowtie. All rights reserved.
//
import UIKit
public extension UIImage {
public convenience init?(flagImageWithCountryCode countryCode: String) {
self.init(named:countryCode, inBundle:FlagKit.assetBundle, compatibleWithTraitCollection:nil)
}
public convenience init?(flagImageForSpecialFlag specialFlag: FlagKit.SpecialFlag) {
self.init(flagImageWithCountryCode:specialFlag.rawValue)
}
}
+140
View File
@@ -0,0 +1,140 @@
#
# Be sure to run `pod spec lint FlagKit.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# These will help people to find your library, and whilst it
# can feel like a chore to fill in it's definitely to your advantage. The
# summary should be tweet-length, and the description more in depth.
#
s.name = "FlagKit"
s.version = "1.0.7"
s.summary = "Beautiful flag icons for usage in apps and on the web."
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
Beautiful flag icons for usage in your apps.
Includes the vast majority of country flags out there and some special ones (World, EU).
DESC
s.homepage = "https://github.com/madebybowtie/FlagKit"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Licensing your code is important. See http://choosealicense.com for more info.
# CocoaPods will detect a license file if there is a named LICENSE*
# Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
#
#s.license = "MIT (example)"
s.license = { :type => "MIT", :file => "LICENSE" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Specify the authors of the library, with email addresses. Email addresses
# of the authors are extracted from the SCM log. E.g. $ git log. CocoaPods also
# accepts just a name if you'd rather not provide an email address.
#
# Specify a social_media_url where others can refer to, for example a twitter
# profile URL.
#
s.author = { "Bowtie" => "howdy@madebybowtie.com" }
# Or just: s.author = "Simon Blommegård"
# s.authors = { "Simon Blommegård" => "simon@blommegard.se" }
# s.social_media_url = "http://twitter.com/Simon Blommegård"
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# If this Pod runs only on iOS or OS X, then specify the platform and
# the deployment target. You can optionally include the target after the platform.
#
# s.platform = :ios
# s.platform = :ios, "5.0"
# When using multiple platforms
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Specify the location from where the source should be retrieved.
# Supports git, hg, bzr, svn and HTTP.
#
s.source = { :git => "https://github.com/madebybowtie/FlagKit.git", :tag => "v1.0.7" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# CocoaPods is smart about how it includes source code. For source files
# giving a folder will include any swift, h, m, mm, c & cpp files.
# For header files it will include any header in the folder.
# Not including the public_header_files will make all headers public.
#
s.ios.source_files = "FlagKit-Common", "FlagKit-iOS/"
s.osx.source_files = "FlagKit-Common", "FlagKit-OSX/"
#s.exclude_files = "Classes/Exclude"
# s.public_header_files = "Classes/**/*.h"
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# A list of resources included with the Pod. These are copied into the
# target bundle with a build phase script. Anything else will be cleaned.
# You can preserve files from being cleaned, please don't preserve
# non-essential files like tests, examples and documentation.
#
s.resource = "FlagKit.xcassets"
#s.resources = "Resources/*.png"
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Link your library with frameworks, or libraries. Libraries do not include
# the lib prefix of their name.
#
# s.framework = "SomeFramework"
# s.frameworks = "SomeFramework", "AnotherFramework"
# s.library = "iconv"
# s.libraries = "iconv", "xml2"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# If your library depends on compiler flags you can set them in the xcconfig hash
# where they will only apply to your library. If you depend on other Podspecs
# you can include multiple dependencies to ensure it works.
# s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"
end
Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "AD.png"
},
{
"idiom" : "universal",
"filename" : "AD@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "AD@2x.png"
},
{
"idiom" : "universal",
"filename" : "AD@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "AD@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 515 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "AE.png"
},
{
"idiom" : "universal",
"filename" : "AE@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "AE@2x.png"
},
{
"idiom" : "universal",
"filename" : "AE@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "AE@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "AF.png"
},
{
"idiom" : "universal",
"filename" : "AF@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "AF@2x.png"
},
{
"idiom" : "universal",
"filename" : "AF@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "AF@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 813 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "AG.png"
},
{
"idiom" : "universal",
"filename" : "AG@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "AG@2x.png"
},
{
"idiom" : "universal",
"filename" : "AG@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "AG@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 835 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

+23
View File
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "AI.png"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "AI@2x.png"
},
{
"idiom" : "universal",
"scale" : "3x",
"filename" : "AI@3x.png"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "AL.png"
},
{
"idiom" : "universal",
"filename" : "AL@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "AL@2x.png"
},
{
"idiom" : "universal",
"filename" : "AL@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "AL@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "AM.png"
},
{
"idiom" : "universal",
"filename" : "AM@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "AM@2x.png"
},
{
"idiom" : "universal",
"filename" : "AM@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "AM@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "AO.png"
},
{
"idiom" : "universal",
"filename" : "AO@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "AO@2x.png"
},
{
"idiom" : "universal",
"filename" : "AO@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "AO@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "AR.png"
},
{
"idiom" : "universal",
"filename" : "AR@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "AR@2x.png"
},
{
"idiom" : "universal",
"filename" : "AR@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "AR@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "AT.png"
},
{
"idiom" : "universal",
"filename" : "AT@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "AT@2x.png"
},
{
"idiom" : "universal",
"filename" : "AT@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "AT@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "AU.png"
},
{
"idiom" : "universal",
"filename" : "AU@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "AU@2x.png"
},
{
"idiom" : "universal",
"filename" : "AU@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "AU@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "AX.png"
},
{
"idiom" : "universal",
"filename" : "AX@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "AX@2x.png"
},
{
"idiom" : "universal",
"filename" : "AX@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "AX@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "AZ.png"
},
{
"idiom" : "universal",
"filename" : "AZ@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "AZ@2x.png"
},
{
"idiom" : "universal",
"filename" : "AZ@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "AZ@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 820 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "BA.png"
},
{
"idiom" : "universal",
"filename" : "BA@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "BA@2x.png"
},
{
"idiom" : "universal",
"filename" : "BA@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "BA@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 661 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "BB.png"
},
{
"idiom" : "universal",
"filename" : "BB@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "BB@2x.png"
},
{
"idiom" : "universal",
"filename" : "BB@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "BB@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "BD.png"
},
{
"idiom" : "universal",
"filename" : "BD@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "BD@2x.png"
},
{
"idiom" : "universal",
"filename" : "BD@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "BD@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "BE.png"
},
{
"idiom" : "universal",
"filename" : "BE@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "BE@2x.png"
},
{
"idiom" : "universal",
"filename" : "BE@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "BE@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "BF.png"
},
{
"idiom" : "universal",
"filename" : "BF@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "BF@2x.png"
},
{
"idiom" : "universal",
"filename" : "BF@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "BF@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "BG.png"
},
{
"idiom" : "universal",
"filename" : "BG@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "BG@2x.png"
},
{
"idiom" : "universal",
"filename" : "BG@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "BG@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "BH.png"
},
{
"idiom" : "universal",
"filename" : "BH@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "BH@2x.png"
},
{
"idiom" : "universal",
"filename" : "BH@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "BH@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "BI.png"
},
{
"idiom" : "universal",
"filename" : "BI@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "BI@2x.png"
},
{
"idiom" : "universal",
"filename" : "BI@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "BI@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+8 -7
View File
@@ -2,21 +2,22 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"filename" : "BJ.png"
},
{
"idiom" : "universal",
"filename" : "BJ@2x.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "BJ@2x.png"
},
{
"idiom" : "universal",
"filename" : "BJ@3x.png",
"scale" : "3x"
"scale" : "3x",
"filename" : "BJ@3x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 813 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

+23
View File
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "BM.png"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "BM@2x.png"
},
{
"idiom" : "universal",
"scale" : "3x",
"filename" : "BM@3x.png"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Some files were not shown because too many files have changed in this diff Show More