Skip to content

Commit

Permalink
Rename FeelsLike -> Windchill
Browse files Browse the repository at this point in the history
  • Loading branch information
nicinabox committed Dec 9, 2016
1 parent 098e757 commit cc1f422
Show file tree
Hide file tree
Showing 19 changed files with 72 additions and 71 deletions.
2 changes: 1 addition & 1 deletion index.ios.js
@@ -1,4 +1,4 @@
import { AppRegistry } from 'react-native'
import Root from './src/Root'

AppRegistry.registerComponent('FeelsLike', () => Root);
AppRegistry.registerComponent('Windchill', () => Root);

Large diffs are not rendered by default.

Expand Up @@ -15,9 +15,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "FeelsLike.app"
BlueprintName = "FeelsLike"
ReferencedContainer = "container:FeelsLike.xcodeproj">
BuildableName = "Windchill.app"
BlueprintName = "Windchill"
ReferencedContainer = "container:Windchill.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
Expand All @@ -29,9 +29,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
BuildableName = "FeelsLikeTests.xctest"
BlueprintName = "FeelsLikeTests"
ReferencedContainer = "container:FeelsLike.xcodeproj">
BuildableName = "WindchillTests.xctest"
BlueprintName = "WindchillTests"
ReferencedContainer = "container:Windchill.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -47,19 +47,19 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
BuildableName = "FeelsLikeTests.xctest"
BlueprintName = "FeelsLikeTests"
ReferencedContainer = "container:FeelsLike.xcodeproj">
BuildableName = "WindchillTests.xctest"
BlueprintName = "WindchillTests"
ReferencedContainer = "container:Windchill.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "FeelsLike.app"
BlueprintName = "FeelsLike"
ReferencedContainer = "container:FeelsLike.xcodeproj">
BuildableName = "Windchill.app"
BlueprintName = "Windchill"
ReferencedContainer = "container:Windchill.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
Expand All @@ -80,9 +80,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "FeelsLike.app"
BlueprintName = "FeelsLike"
ReferencedContainer = "container:FeelsLike.xcodeproj">
BuildableName = "Windchill.app"
BlueprintName = "Windchill"
ReferencedContainer = "container:Windchill.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
Expand All @@ -103,9 +103,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "FeelsLike.app"
BlueprintName = "FeelsLike"
ReferencedContainer = "container:FeelsLike.xcodeproj">
BuildableName = "Windchill.app"
BlueprintName = "Windchill"
ReferencedContainer = "container:Windchill.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
File renamed without changes.
Expand Up @@ -21,7 +21,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];

RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
moduleName:@"FeelsLike"
moduleName:@"Windchill"
initialProperties:nil
launchOptions:launchOptions];
rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -16,11 +16,11 @@
#define TIMEOUT_SECONDS 600
#define TEXT_TO_LOOK_FOR @"Welcome to React Native!"

@interface FeelsLikeTests : XCTestCase
@interface WindchillTests : XCTestCase

@end

@implementation FeelsLikeTests
@implementation WindchillTests

- (BOOL)findSubviewInView:(UIView *)view matching:(BOOL(^)(UIView *view))test
{
Expand Down

0 comments on commit cc1f422

Please sign in to comment.