Skip to content

Commit

Permalink
Merge pull request #9 from stief510/master
Browse files Browse the repository at this point in the history
Upgrade RN version
  • Loading branch information
jdmunro authored Jan 15, 2018
2 parents ad29cca + 7ce5046 commit 067b53a
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Please note this is an early version and the features and API are likely to chan

### iOS

#### With [`rnpm`](https://github.com/rnpm/rnpm)
#### With `react-native link`

`$ rnpm link`
`$ react-native link`

#### Manually

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F35C8FBD1D19DABC00E97D91"
BuildableName = "libRCTSpotlightSearch.a"
BlueprintName = "RCTSpotlightSearch"
ReferencedContainer = "container:RCTSpotlightSearch.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<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">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F35C8FBD1D19DABC00E97D91"
BuildableName = "libRCTSpotlightSearch.a"
BlueprintName = "RCTSpotlightSearch"
ReferencedContainer = "container:RCTSpotlightSearch.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F35C8FBD1D19DABC00E97D91"
BuildableName = "libRCTSpotlightSearch.a"
BlueprintName = "RCTSpotlightSearch"
ReferencedContainer = "container:RCTSpotlightSearch.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "RCTBridgeModule.h"
#import <React/RCTBridgeModule.h>

@interface RCTSpotlightSearch : NSObject <RCTBridgeModule>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

@import CoreSpotlight;
@import MobileCoreServices;
#import "RCTBridge.h"
#import <React/RCTBridge.h>
#import "RCTSpotlightSearch.h"
#import "RCTEventDispatcher.h"
#import <React/RCTEventDispatcher.h>

static NSString *const kHandleContinueUserActivityNotification = @"handleContinueUserActivity";
static NSString *const kUserActivityKey = @"userActivity";
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@
"spotlight",
"search"
],
"homepage": "https://github.com/jdmunro/react-native-spotlight-search#readme",
"peerDependencies": {
"react-native": "^0.28.0"
}
"homepage": "https://github.com/jdmunro/react-native-spotlight-search#readme"
}

0 comments on commit 067b53a

Please sign in to comment.