Remove example

This commit is contained in:
Vadym Markov
2016-01-11 15:25:46 +01:00
parent 89d89f1391
commit d09533d8d8
17 changed files with 12 additions and 563 deletions
+12
View File
@@ -141,6 +141,8 @@
D5291D9B1C283DD900B702C9 /* NSImage+CacheSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSImage+CacheSpec.swift"; sourceTree = "<group>"; };
D5291DA01C28405900B702C9 /* UIImage+CacheTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImage+CacheTests.swift"; sourceTree = "<group>"; };
D5291DA21C2841D200B702C9 /* NSImage+CacheTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSImage+CacheTests.swift"; sourceTree = "<group>"; };
D5643E351C43F2CC00582E17 /* CustomCache.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = CustomCache.playground; sourceTree = "<group>"; };
D5643E361C43F2CC00582E17 /* HybridCache.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = HybridCache.playground; sourceTree = "<group>"; };
D5DC59E01C20593E003BD79B /* Cache.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Cache.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D5DC5A181C205AC9003BD79B /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
D5DC5A6C1C205C2A003BD79B /* Quick.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quick.framework; path = Carthage/Build/iOS/Quick.framework; sourceTree = "<group>"; };
@@ -421,9 +423,19 @@
name = iOS;
sourceTree = "<group>";
};
D5643E341C43F2CC00582E17 /* Playgrounds */ = {
isa = PBXGroup;
children = (
D5643E351C43F2CC00582E17 /* CustomCache.playground */,
D5643E361C43F2CC00582E17 /* HybridCache.playground */,
);
path = Playgrounds;
sourceTree = "<group>";
};
D5DC59D61C20593E003BD79B = {
isa = PBXGroup;
children = (
D5643E341C43F2CC00582E17 /* Playgrounds */,
D5291DA41C28452300B702C9 /* Frameworks */,
D5291C081C28220B00B702C9 /* Source */,
D5DC5A161C205AC9003BD79B /* SupportFiles */,
@@ -1,369 +0,0 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
A655AF69922B0BDF40C0AE5D /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EEB0468FBA7DC339DC9E94D8 /* Pods.framework */; };
D5B634971C15CDAE00F253A0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5B634961C15CDAE00F253A0 /* AppDelegate.swift */; };
D5B634991C15CDAE00F253A0 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5B634981C15CDAE00F253A0 /* ViewController.swift */; };
D5B6349E1C15CDAE00F253A0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D5B6349D1C15CDAE00F253A0 /* Assets.xcassets */; };
D5B634A11C15CDAE00F253A0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D5B6349F1C15CDAE00F253A0 /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
61E2C9AD783C97B30282C46E /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
80725A70C52DEFCF1BB7DA25 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
D58868A21C15D8E00052CA49 /* CustomCache.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; name = CustomCache.playground; path = Playgrounds/CustomCache.playground; sourceTree = SOURCE_ROOT; };
D58868A31C15DD750052CA49 /* HybridCache.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = HybridCache.playground; sourceTree = "<group>"; };
D5B634931C15CDAE00F253A0 /* CacheDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CacheDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
D5B634961C15CDAE00F253A0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
D5B634981C15CDAE00F253A0 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
D5B6349D1C15CDAE00F253A0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
D5B634A01C15CDAE00F253A0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
D5B634A21C15CDAE00F253A0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
EEB0468FBA7DC339DC9E94D8 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
D5B634901C15CDAE00F253A0 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
A655AF69922B0BDF40C0AE5D /* Pods.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
1E362C52DFB0E14F9850520F /* Frameworks */ = {
isa = PBXGroup;
children = (
EEB0468FBA7DC339DC9E94D8 /* Pods.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
97B7A1470A8ACDB8C7C87F15 /* Pods */ = {
isa = PBXGroup;
children = (
80725A70C52DEFCF1BB7DA25 /* Pods.debug.xcconfig */,
61E2C9AD783C97B30282C46E /* Pods.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
D58868A11C15D8D40052CA49 /* Playgrounds */ = {
isa = PBXGroup;
children = (
D58868A21C15D8E00052CA49 /* CustomCache.playground */,
D58868A31C15DD750052CA49 /* HybridCache.playground */,
);
path = Playgrounds;
sourceTree = "<group>";
};
D5B6348A1C15CDAE00F253A0 = {
isa = PBXGroup;
children = (
D58868A11C15D8D40052CA49 /* Playgrounds */,
D5B634951C15CDAE00F253A0 /* CacheDemo */,
D5B634941C15CDAE00F253A0 /* Products */,
97B7A1470A8ACDB8C7C87F15 /* Pods */,
1E362C52DFB0E14F9850520F /* Frameworks */,
);
sourceTree = "<group>";
};
D5B634941C15CDAE00F253A0 /* Products */ = {
isa = PBXGroup;
children = (
D5B634931C15CDAE00F253A0 /* CacheDemo.app */,
);
name = Products;
sourceTree = "<group>";
};
D5B634951C15CDAE00F253A0 /* CacheDemo */ = {
isa = PBXGroup;
children = (
D5B634961C15CDAE00F253A0 /* AppDelegate.swift */,
D5B634981C15CDAE00F253A0 /* ViewController.swift */,
D5B6349D1C15CDAE00F253A0 /* Assets.xcassets */,
D5B6349F1C15CDAE00F253A0 /* LaunchScreen.storyboard */,
D5B634A21C15CDAE00F253A0 /* Info.plist */,
);
path = CacheDemo;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
D5B634921C15CDAE00F253A0 /* CacheDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = D5B634A51C15CDAE00F253A0 /* Build configuration list for PBXNativeTarget "CacheDemo" */;
buildPhases = (
DDAE0E1100D883E356F2D8C4 /* Check Pods Manifest.lock */,
D5B6348F1C15CDAE00F253A0 /* Sources */,
D5B634901C15CDAE00F253A0 /* Frameworks */,
D5B634911C15CDAE00F253A0 /* Resources */,
3B7BD882EBF88BA599D624C7 /* Embed Pods Frameworks */,
581119CB46B7FFC59F66D2DA /* Copy Pods Resources */,
);
buildRules = (
);
dependencies = (
);
name = CacheDemo;
productName = CacheDemo;
productReference = D5B634931C15CDAE00F253A0 /* CacheDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
D5B6348B1C15CDAE00F253A0 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0710;
LastUpgradeCheck = 0710;
ORGANIZATIONNAME = "Hyper Interaktiv AS";
TargetAttributes = {
D5B634921C15CDAE00F253A0 = {
CreatedOnToolsVersion = 7.1;
};
};
};
buildConfigurationList = D5B6348E1C15CDAE00F253A0 /* Build configuration list for PBXProject "CacheDemo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = D5B6348A1C15CDAE00F253A0;
productRefGroup = D5B634941C15CDAE00F253A0 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
D5B634921C15CDAE00F253A0 /* CacheDemo */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
D5B634911C15CDAE00F253A0 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D5B634A11C15CDAE00F253A0 /* LaunchScreen.storyboard in Resources */,
D5B6349E1C15CDAE00F253A0 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
3B7BD882EBF88BA599D624C7 /* Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
581119CB46B7FFC59F66D2DA /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
showEnvVarsInLog = 0;
};
DDAE0E1100D883E356F2D8C4 /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
D5B6348F1C15CDAE00F253A0 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D5B634991C15CDAE00F253A0 /* ViewController.swift in Sources */,
D5B634971C15CDAE00F253A0 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
D5B6349F1C15CDAE00F253A0 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
D5B634A01C15CDAE00F253A0 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
D5B634A31C15CDAE00F253A0 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
D5B634A41C15CDAE00F253A0 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
D5B634A61C15CDAE00F253A0 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 80725A70C52DEFCF1BB7DA25 /* Pods.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = CacheDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.CacheDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
D5B634A71C15CDAE00F253A0 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 61E2C9AD783C97B30282C46E /* Pods.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = CacheDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.CacheDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
D5B6348E1C15CDAE00F253A0 /* Build configuration list for PBXProject "CacheDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D5B634A31C15CDAE00F253A0 /* Debug */,
D5B634A41C15CDAE00F253A0 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D5B634A51C15CDAE00F253A0 /* Build configuration list for PBXNativeTarget "CacheDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D5B634A61C15CDAE00F253A0 /* Debug */,
D5B634A71C15CDAE00F253A0 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = D5B6348B1C15CDAE00F253A0 /* Project object */;
}
@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:CacheDemo.xcodeproj">
</FileRef>
</Workspace>
@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:CacheDemo.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">
</FileRef>
</Workspace>
@@ -1,20 +0,0 @@
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
lazy var viewController: ViewController = ViewController()
var window: UIWindow?
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
let navigationController = UINavigationController(rootViewController: viewController)
viewController.title = "Cache".uppercaseString
window = UIWindow()
window?.rootViewController = navigationController
window?.makeKeyAndVisible()
return true
}
}
@@ -1,38 +0,0 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
@@ -1,28 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
<viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<animations/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
</document>
-36
View File
@@ -1,36 +0,0 @@
<?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>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
</dict>
</plist>
@@ -1,35 +0,0 @@
import UIKit
import Cache
class ViewController: UIViewController {
lazy var label: UILabel = {
let label = UILabel()
label.text = NSLocalizedString("It's not really a demo, open playgrounds instead 👽", comment: "")
label.numberOfLines = 0
label.textAlignment = .Center
return label
}()
// MARK: - View Lifecycle
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .whiteColor()
view.addSubview(label)
}
override func viewDidLayoutSubviews() {
super.viewDidLayoutSubviews()
label.frame.size.width = 300
label.sizeToFit()
label.center = CGPoint(x: view.center.x, y: view.center.y - 100)
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
}
}
-6
View File
@@ -1,6 +0,0 @@
platform :ios, '8.0'
use_frameworks!
inhibit_all_warnings!
pod 'Cache', path: '../../'
-14
View File
@@ -1,14 +0,0 @@
PODS:
- Cache (1.0.0)
DEPENDENCIES:
- Cache (from `../../`)
EXTERNAL SOURCES:
Cache:
:path: ../../
SPEC CHECKSUMS:
Cache: 78f58bc008313c7a1182967a2ebcb3de9fddecd4
COCOAPODS: 0.39.0