Skip to content

Commit

Permalink
Merge branch 'release/0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Tolstoy committed Nov 1, 2015
2 parents 7d259eb + 985c5b8 commit ef05d92
Show file tree
Hide file tree
Showing 700 changed files with 27,043 additions and 0 deletions.
712 changes: 712 additions & 0 deletions GenerambaSandbox/GenerambaSandbox.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0700"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9F2408F91BE6634C0089ED51"
BuildableName = "GenerambaSandbox.app"
BlueprintName = "GenerambaSandbox"
ReferencedContainer = "container:GenerambaSandbox.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9F2409171BE663540089ED51"
BuildableName = "GenerambaSandboxTests.xctest"
BlueprintName = "GenerambaSandboxTests"
ReferencedContainer = "container:GenerambaSandbox.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9F2408F91BE6634C0089ED51"
BuildableName = "GenerambaSandbox.app"
BlueprintName = "GenerambaSandbox"
ReferencedContainer = "container:GenerambaSandbox.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9F2408F91BE6634C0089ED51"
BuildableName = "GenerambaSandbox.app"
BlueprintName = "GenerambaSandbox"
ReferencedContainer = "container:GenerambaSandbox.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9F2408F91BE6634C0089ED51"
BuildableName = "GenerambaSandbox.app"
BlueprintName = "GenerambaSandbox"
ReferencedContainer = "container:GenerambaSandbox.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?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>SchemeUserState</key>
<dict>
<key>GenerambaSandbox.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>9F2408F91BE6634C0089ED51</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>9F2409171BE663540089ED51</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Binary file not shown.
17 changes: 17 additions & 0 deletions GenerambaSandbox/GenerambaSandbox/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// AppDelegate.h
// GenerambaSandbox
//
// Created by Egor Tolstoy on 01/11/15.
// Copyright © 2015 rambler. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end

45 changes: 45 additions & 0 deletions GenerambaSandbox/GenerambaSandbox/AppDelegate.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
//
// AppDelegate.m
// GenerambaSandbox
//
// Created by Egor Tolstoy on 01/11/15.
// Copyright © 2015 rambler. All rights reserved.
//

#import "AppDelegate.h"

@interface AppDelegate ()

@end

@implementation AppDelegate


- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
return YES;
}

- (void)applicationWillResignActive:(UIApplication *)application {
// 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.
}

- (void)applicationDidEnterBackground:(UIApplication *)application {
// 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.
}

- (void)applicationWillEnterForeground:(UIApplication *)application {
// 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.
}

- (void)applicationDidBecomeActive:(UIApplication *)application {
// 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.
}

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

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"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"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8150" systemVersion="15A204g" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8122"/>
</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>
25 changes: 25 additions & 0 deletions GenerambaSandbox/GenerambaSandbox/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
</scene>
</scenes>
</document>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//
// AuthorizationAssembly.h
// GenerambaSandbox
//
// Created by Egor Tolstoy on 01/11/2015.
// Copyright 2015 Rambler&Co. All rights reserved.
//

#import <Typhoon/Typhoon.h>

/**
@author Egor Tolstoy
Authorization module
*/
@interface AuthorizationAssembly : TyphoonAssembly

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
//
// AuthorizationAssembly.m
// GenerambaSandbox
//
// Created by Egor Tolstoy on 01/11/2015.
// Copyright 2015 Rambler&Co. All rights reserved.
//

#import "AuthorizationAssembly.h"

#import "AuthorizationViewController.h"
#import "AuthorizationInteractor.h"
#import "AuthorizationPresenter.h"
#import "AuthorizationRouter.h"

#import <ViperMcFlurry/ViperMcFlurry.h>

@implementation AuthorizationAssembly

- (AuthorizationViewController *)viewAuthorizationModule {
return [TyphoonDefinition withClass:[AuthorizationViewController class]
configuration:^(TyphoonDefinition *definition) {
[definition injectProperty:@selector(output)
with:[self presenterAuthorizationModule]];
[definition injectProperty:@selector(moduleInput)
with:[self presenterAuthorizationModule]];
}];
}

- (AuthorizationPresenter *)presenterAuthorizationModule {
return [TyphoonDefinition withClass:[AuthorizationPresenter class]
configuration:^(TyphoonDefinition *definition) {
[definition injectProperty:@selector(view)
with:[self viewAuthorizationModule]];
[definition injectProperty:@selector(interactor)
with:[self interactorAuthorizationModule]];
[definition injectProperty:@selector(router)
with:[self routerAuthorizationModule]];
}];
}

- (AuthorizationInteractor *)interactorAuthorizationModule {
return [TyphoonDefinition withClass:[AuthorizationInteractor class]
configuration:^(TyphoonDefinition *definition) {
[definition injectProperty:@selector(output)
with:[self presenterAuthorizationModule]];
}];
}

- (AuthorizationRouter *)routerAuthorizationModule {
return [TyphoonDefinition withClass:[AuthorizationRouter class]
configuration:^(TyphoonDefinition *definition) {
[definition injectProperty:@selector(transitionHandler)
with:[self viewAuthorizationModule]];
}];
}

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// AuthorizationInteractor.h
// GenerambaSandbox
//
// Created by Egor Tolstoy on 01/11/2015.
// Copyright 2015 Rambler&Co. All rights reserved.
//

#import "AuthorizationInteractorInput.h"

@protocol AuthorizationInteractorOutput;

@interface AuthorizationInteractor : NSObject <AuthorizationInteractorInput>

@property (nonatomic, weak) id<AuthorizationInteractorOutput> output;

@end
Loading

0 comments on commit ef05d92

Please sign in to comment.