File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apps/example/ios/reactnativedeviceactivityexample.xcodeproj
packages/react-native-device-activity/ios Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 839
839
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
840
840
SDKROOT = iphoneos;
841
841
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
842
- SWIFT_VERSION = 5.0 ;
842
+ SWIFT_VERSION = 5.8 ;
843
843
USE_HERMES = true;
844
844
};
845
845
name = Debug;
899
899
OTHER_LDFLAGS = "$(inherited) ";
900
900
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
901
901
SDKROOT = iphoneos;
902
- SWIFT_VERSION = 5.0 ;
902
+ SWIFT_VERSION = 5.8 ;
903
903
USE_HERMES = true;
904
904
VALIDATE_PRODUCT = YES;
905
905
};
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
s . author = package [ 'author' ]
12
12
s . homepage = package [ 'homepage' ]
13
13
s . platforms = { :ios => '14.0' , :tvos => '14.0' }
14
- s . swift_version = '5.4 '
14
+ s . swift_version = '5.8 '
15
15
s . source = { git : 'https://github.com/kingstinct/react-native-device-activity' }
16
16
s . static_framework = true
17
17
You can’t perform that action at this time.
0 commit comments