Skip to content

Commit

Permalink
chore: Bump dependency versions
Browse files Browse the repository at this point in the history
This should fix the dependabot issues
  • Loading branch information
irgendeinich committed Aug 27, 2024
1 parent a0f0632 commit 6c1f502
Show file tree
Hide file tree
Showing 5 changed files with 3,172 additions and 1,930 deletions.
41 changes: 40 additions & 1 deletion example/ios/ContextSdkExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ContextSdkExample/main.m; sourceTree = "<group>"; };
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = ContextSdkExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
14A5B57795DB0EEAEB95147A /* Pods_ContextSdkExample_ContextSdkExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ContextSdkExample_ContextSdkExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3790DCE6A675CB16681C9A7A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = ContextSdkExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
3790DCE6A675CB16681C9A7A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = ContextSdkExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
3B4392A12AC88292D35C810B /* Pods-ContextSdkExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ContextSdkExample.debug.xcconfig"; path = "Target Support Files/Pods-ContextSdkExample/Pods-ContextSdkExample.debug.xcconfig"; sourceTree = "<group>"; };
5709B34CF0A7D63546082F79 /* Pods-ContextSdkExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ContextSdkExample.release.xcconfig"; path = "Target Support Files/Pods-ContextSdkExample/Pods-ContextSdkExample.release.xcconfig"; sourceTree = "<group>"; };
5B7EB9410499542E8C5724F5 /* Pods-ContextSdkExample-ContextSdkExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ContextSdkExample-ContextSdkExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-ContextSdkExample-ContextSdkExampleTests/Pods-ContextSdkExample-ContextSdkExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -165,6 +165,7 @@
00E356EB1AD99517003FC87E /* Frameworks */,
00E356EC1AD99517003FC87E /* Resources */,
C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */,
F09494F06221489FBD05FD2B /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand All @@ -186,6 +187,7 @@
13B07F8E1A680F5B00A75B9A /* Resources */,
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */,
5D95F23B0C420795A396F410 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -286,6 +288,23 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ContextSdkExample/Pods-ContextSdkExample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
5D95F23B0C420795A396F410 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-ContextSdkExample/Pods-ContextSdkExample-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-ContextSdkExample/Pods-ContextSdkExample-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ContextSdkExample/Pods-ContextSdkExample-resources.sh\"\n";
showEnvVarsInLog = 0;
};
A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -347,6 +366,23 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ContextSdkExample-ContextSdkExampleTests/Pods-ContextSdkExample-ContextSdkExampleTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
F09494F06221489FBD05FD2B /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-ContextSdkExample-ContextSdkExampleTests/Pods-ContextSdkExample-ContextSdkExampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-ContextSdkExample-ContextSdkExampleTests/Pods-ContextSdkExample-ContextSdkExampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ContextSdkExample-ContextSdkExampleTests/Pods-ContextSdkExample-ContextSdkExampleTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down Expand Up @@ -439,6 +475,7 @@
DEVELOPMENT_TEAM = 9XF942RB8A;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = ContextSdkExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -466,6 +503,7 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 9XF942RB8A;
INFOPLIST_FILE = ContextSdkExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -573,6 +611,7 @@
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
USE_HERMES = true;
};
name = Debug;
Expand Down
Loading

0 comments on commit 6c1f502

Please sign in to comment.