Skip to content

Commit

Permalink
feat(#69): bump esp-idf-provisioning-ios to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mateogianolio committed Aug 29, 2024
1 parent 6b792aa commit 7d32420
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ runs:
run: |
yarn --cwd example install --immutable
yarn install --immutable
shell: bash
20 changes: 11 additions & 9 deletions example/ios/EspIdfProvisioningExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = EspIdfProvisioningExample/Info.plist; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = EspIdfProvisioningExample/main.m; sourceTree = "<group>"; };
28F8D5265BB73C65653140A1 /* libPods-EspIdfProvisioningExample-EspIdfProvisioningExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-EspIdfProvisioningExample-EspIdfProvisioningExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
56CCD087B1A2DF68A4192543 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = EspIdfProvisioningExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
56CCD087B1A2DF68A4192543 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = EspIdfProvisioningExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = EspIdfProvisioningExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
960187B804C00E30756F6916 /* libPods-EspIdfProvisioningExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-EspIdfProvisioningExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
A84BDA402AB8E90D006079E5 /* EspIdfProvisioningExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EspIdfProvisioningExample.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -553,6 +553,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CC = "";
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
CLANG_CXX_LIBRARY = "libc++";
Expand Down Expand Up @@ -580,6 +581,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CXX = "";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
Expand All @@ -599,6 +601,8 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD = "";
LDPLUSPLUS = "";
LD_RUNPATH_SEARCH_PATHS = (
/usr/lib/swift,
"$(inherited)",
Expand All @@ -617,10 +621,7 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
OTHER_LDFLAGS = "$(inherited) ";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand All @@ -631,6 +632,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CC = "";
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
CLANG_CXX_LIBRARY = "libc++";
Expand Down Expand Up @@ -658,6 +660,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
CXX = "";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
Expand All @@ -670,6 +673,8 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD = "";
LDPLUSPLUS = "";
LD_RUNPATH_SEARCH_PATHS = (
/usr/lib/swift,
"$(inherited)",
Expand All @@ -687,10 +692,7 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
OTHER_LDFLAGS = "$(inherited) ";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down
14 changes: 7 additions & 7 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- boost (1.83.0)
- DoubleConversion (1.1.6)
- ESPProvision (2.1.2):
- ESPProvision/Core (= 2.1.2)
- ESPProvision/Core (2.1.2):
- ESPProvision (3.0.1):
- ESPProvision/Core (= 3.0.1)
- ESPProvision/Core (3.0.1):
- SwiftProtobuf (~> 1.22.0)
- FBLazyVector (0.74.1)
- fmt (9.1.0)
Expand Down Expand Up @@ -941,7 +941,7 @@ PODS:
- React-debug
- react-native-esp-idf-provisioning (0.3.0):
- DoubleConversion
- ESPProvision (~> 2.1)
- ESPProvision (~> 3.0)
- glog
- hermes-engine
- RCT-Folly (= 2024.01.01.00)
Expand Down Expand Up @@ -1434,7 +1434,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
ESPProvision: f05031824999e3493e5e90b7c74d0aebcd7777d0
ESPProvision: 47194e8d7360bf7844a2b7f6a3aa54b8805aca5a
FBLazyVector: 898d14d17bf19e2435cafd9ea2a1033efe445709
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
Expand Down Expand Up @@ -1463,7 +1463,7 @@ SPEC CHECKSUMS:
React-jsitracing: 233d1a798fe0ff33b8e630b8f00f62c4a8115fbc
React-logger: 7e7403a2b14c97f847d90763af76b84b152b6fce
React-Mapbuffer: 11029dcd47c5c9e057a4092ab9c2a8d10a496a33
react-native-esp-idf-provisioning: 64223bda3eee39dfc07bf7771fb6faf2d7ab54a4
react-native-esp-idf-provisioning: 328b8fbd46b61d70385b7a2eccd4c0c06920c0c2
react-native-safe-area-context: 399a5859f6acbdf67f671c69b53113f535f3b5b0
React-nativeconfig: b0073a590774e8b35192fead188a36d1dca23dec
React-NativeModulesApple: df46ff3e3de5b842b30b4ca8a6caae6d7c8ab09f
Expand Down Expand Up @@ -1497,4 +1497,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: efcae17fd2c8ee8d28a8aa3f583f87b34ba2ba28

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion react-native-esp-idf-provisioning.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "ESPProvision", "~> 2.1"
s.dependency "ESPProvision", "~> 3.0"

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down

0 comments on commit 7d32420

Please sign in to comment.