Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed Apr 11, 2016
1 parent c146a47 commit 7340b3d
Show file tree
Hide file tree
Showing 19 changed files with 1,486 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ Carthage/Build

fastlane/report.xml
fastlane/screenshots
contents.xcworkspacedata
312 changes: 312 additions & 0 deletions Example/PulsatorDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,312 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
8A2C9CD21CB9611800037146 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C9CC81CB9611800037146 /* AppDelegate.swift */; };
8A2C9CD31CB9611800037146 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8A2C9CC91CB9611800037146 /* Assets.xcassets */; };
8A2C9CD81CB9611800037146 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C9CD11CB9611800037146 /* ViewController.swift */; };
8A2C9CDE1CB9614500037146 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8A2C9CDA1CB9614500037146 /* LaunchScreen.storyboard */; };
8A2C9CDF1CB9614500037146 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8A2C9CDC1CB9614500037146 /* Main.storyboard */; };
8A77DC121CBC467000087690 /* Pulsator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A77DC111CBC467000087690 /* Pulsator.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
8A2C9CC81CB9611800037146 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = PulsatorDemo/AppDelegate.swift; sourceTree = SOURCE_ROOT; };
8A2C9CC91CB9611800037146 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = PulsatorDemo/Assets.xcassets; sourceTree = SOURCE_ROOT; };
8A2C9CCF1CB9611800037146 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = PulsatorDemo/Info.plist; sourceTree = SOURCE_ROOT; };
8A2C9CD11CB9611800037146 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ViewController.swift; path = PulsatorDemo/ViewController.swift; sourceTree = SOURCE_ROOT; };
8A2C9CDB1CB9614500037146 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
8A2C9CDD1CB9614500037146 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Main.storyboard; sourceTree = "<group>"; };
8A47DCA71CB9226400B6CD47 /* PulsatorDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PulsatorDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
8A77DC111CBC467000087690 /* Pulsator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Pulsator.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
8A47DCA41CB9226400B6CD47 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
8A47DC9E1CB9226400B6CD47 = {
isa = PBXGroup;
children = (
8A77DC101CBC467000087690 /* Pulsator */,
8A47DCA91CB9226400B6CD47 /* PulsatorDemo */,
8A47DCA81CB9226400B6CD47 /* Products */,
);
sourceTree = "<group>";
};
8A47DCA81CB9226400B6CD47 /* Products */ = {
isa = PBXGroup;
children = (
8A47DCA71CB9226400B6CD47 /* PulsatorDemo.app */,
);
name = Products;
sourceTree = "<group>";
};
8A47DCA91CB9226400B6CD47 /* PulsatorDemo */ = {
isa = PBXGroup;
children = (
8A2C9CCF1CB9611800037146 /* Info.plist */,
8A2C9CC91CB9611800037146 /* Assets.xcassets */,
8A2C9CDA1CB9614500037146 /* LaunchScreen.storyboard */,
8A2C9CDC1CB9614500037146 /* Main.storyboard */,
8A2C9CC81CB9611800037146 /* AppDelegate.swift */,
8A2C9CD11CB9611800037146 /* ViewController.swift */,
);
name = PulsatorDemo;
path = Pulsator;
sourceTree = "<group>";
};
8A77DC101CBC467000087690 /* Pulsator */ = {
isa = PBXGroup;
children = (
8A77DC111CBC467000087690 /* Pulsator.swift */,
);
name = Pulsator;
path = ../Pulsator;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
8A47DCA61CB9226400B6CD47 /* PulsatorDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = 8A47DCB91CB9226400B6CD47 /* Build configuration list for PBXNativeTarget "PulsatorDemo" */;
buildPhases = (
8A47DCA31CB9226400B6CD47 /* Sources */,
8A47DCA41CB9226400B6CD47 /* Frameworks */,
8A47DCA51CB9226400B6CD47 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = PulsatorDemo;
productName = Pulsator;
productReference = 8A47DCA71CB9226400B6CD47 /* PulsatorDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
8A47DC9F1CB9226400B6CD47 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0730;
LastUpgradeCheck = 0730;
ORGANIZATIONNAME = "Shuichi Tsutsumi";
TargetAttributes = {
8A47DCA61CB9226400B6CD47 = {
CreatedOnToolsVersion = 7.3;
};
};
};
buildConfigurationList = 8A47DCA21CB9226400B6CD47 /* Build configuration list for PBXProject "PulsatorDemo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 8A47DC9E1CB9226400B6CD47;
productRefGroup = 8A47DCA81CB9226400B6CD47 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
8A47DCA61CB9226400B6CD47 /* PulsatorDemo */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
8A47DCA51CB9226400B6CD47 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8A2C9CDE1CB9614500037146 /* LaunchScreen.storyboard in Resources */,
8A2C9CD31CB9611800037146 /* Assets.xcassets in Resources */,
8A2C9CDF1CB9614500037146 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
8A47DCA31CB9226400B6CD47 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8A77DC121CBC467000087690 /* Pulsator.swift in Sources */,
8A2C9CD81CB9611800037146 /* ViewController.swift in Sources */,
8A2C9CD21CB9611800037146 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
8A2C9CDA1CB9614500037146 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
8A2C9CDB1CB9614500037146 /* Base */,
);
name = LaunchScreen.storyboard;
path = PulsatorDemo/Base.lproj;
sourceTree = SOURCE_ROOT;
};
8A2C9CDC1CB9614500037146 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
8A2C9CDD1CB9614500037146 /* Base */,
);
name = Main.storyboard;
path = PulsatorDemo/Base.lproj;
sourceTree = SOURCE_ROOT;
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
8A47DCB71CB9226400B6CD47 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
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.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
8A47DCB81CB9226400B6CD47 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
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.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
8A47DCBA1CB9226400B6CD47 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = PulsatorDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Shuichi-Tsutsumi.Pulsator";
PRODUCT_NAME = PulsatorDemo;
};
name = Debug;
};
8A47DCBB1CB9226400B6CD47 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = PulsatorDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Shuichi-Tsutsumi.Pulsator";
PRODUCT_NAME = PulsatorDemo;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
8A47DCA21CB9226400B6CD47 /* Build configuration list for PBXProject "PulsatorDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8A47DCB71CB9226400B6CD47 /* Debug */,
8A47DCB81CB9226400B6CD47 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
8A47DCB91CB9226400B6CD47 /* Build configuration list for PBXNativeTarget "PulsatorDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8A47DCBA1CB9226400B6CD47 /* Debug */,
8A47DCBB1CB9226400B6CD47 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 8A47DC9F1CB9226400B6CD47 /* Project object */;
}
46 changes: 46 additions & 0 deletions Example/PulsatorDemo/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
//
// AppDelegate.swift
// Pulsator
//
// Created by Shuichi Tsutsumi on 4/9/16.
// Copyright © 2016 Shuichi Tsutsumi. All rights reserved.
//

import UIKit

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?


func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// Override point for customization after application launch.
return true
}

func applicationWillResignActive(application: UIApplication) {
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
}

func applicationDidEnterBackground(application: UIApplication) {
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
}

func applicationWillEnterForeground(application: UIApplication) {
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
}

func applicationDidBecomeActive(application: UIApplication) {
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
}

func applicationWillTerminate(application: UIApplication) {
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}


}

Loading

0 comments on commit 7340b3d

Please sign in to comment.