Skip to content

Commit

Permalink
Update xcode dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manualexSP committed Jun 26, 2023
1 parent c72823d commit 7db7e53
Show file tree
Hide file tree
Showing 5 changed files with 834 additions and 753 deletions.
6 changes: 3 additions & 3 deletions ios/RNNordicDfu.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import <CoreBluetooth/CoreBluetooth.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTEventEmitter.h>
@import iOSDFULibrary;
#import "React/RCTBridgeModule.h"
#import "React/RCTEventEmitter.h"
#import <iOSDFULibrary/iOSDFULibrary-Swift.h>

@interface RNNordicDfu : RCTEventEmitter<RCTBridgeModule, DFUServiceDelegate, DFUProgressDelegate, LoggerDelegate>

Expand Down
3 changes: 3 additions & 0 deletions ios/RNNordicDfu.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 58B511D21A9E6C8500147676;
Expand Down Expand Up @@ -205,6 +206,7 @@
"$(PROJECT_DIR)/iOSDFULibrary.framework/**",
"$(PROJECT_DIR)/../../../ios/Pods/Headers/Public/**",
);
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = RNNordicDfu;
Expand All @@ -224,6 +226,7 @@
"$(PROJECT_DIR)/iOSDFULibrary.framework/**",
"$(PROJECT_DIR)/../../../ios/Pods/Headers/Public/**",
);
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = RNNordicDfu;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "58B511DA1A9E6C8500147676"
BuildableName = "libRNNordicDfu.a"
BlueprintName = "RNNordicDfu"
ReferencedContainer = "container:RNNordicDfu.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
</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">
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "58B511DA1A9E6C8500147676"
BuildableName = "libRNNordicDfu.a"
BlueprintName = "RNNordicDfu"
ReferencedContainer = "container:RNNordicDfu.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
4 changes: 2 additions & 2 deletions react-native-nordic-dfu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Pod::Spec.new do |s|
s.authors = { "Pilloxa" => "recruitment@pilloxa.com" }
s.homepage = "https://github.com/Pilloxa/react-native-nordic-dfu"
s.license = "Apache License 2.0"
s.platform = :ios, "8.0"
s.platform = :ios, "12.4"

s.source = { :git => "https://github.com/Pilloxa/react-native-nordic-dfu.git" }
s.source_files = "ios/**/*.{h,m}"

s.dependency 'React'
s.dependency 'iOSDFULibrary', '~> 4.12.0'
s.dependency 'iOSDFULibrary', '~> 4.13.0'
end
Loading

0 comments on commit 7db7e53

Please sign in to comment.