Skip to content

Commit

Permalink
fix: failing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-from-contentstack committed May 17, 2024
1 parent cd04902 commit 9e739b4
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions Contentstack.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
565E11C01BD76654005AD47F /* MMParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 565E11B61BD76654005AD47F /* MMParser.m */; };
565E11C11BD76654005AD47F /* MMScanner.m in Sources */ = {isa = PBXBuildFile; fileRef = 565E11B81BD76654005AD47F /* MMScanner.m */; };
565E11C21BD76654005AD47F /* MMSpanParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 565E11BA1BD76654005AD47F /* MMSpanParser.m */; };
64B3EA282BF7C4AF009E0F38 /* libThirdPartyExtension.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 238E841B1B4FE29A00BFDB32 /* libThirdPartyExtension.a */; };
64F5220E2BF5C76E00AE6E0F /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 64F5220D2BF5C76E00AE6E0F /* PrivacyInfo.xcprivacy */; };
64F5220F2BF5C76E00AE6E0F /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 64F5220D2BF5C76E00AE6E0F /* PrivacyInfo.xcprivacy */; };
AC8EFB00BB10FD9E9347B36E /* libPods-ContentstackTest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BF5BF157E2FBD4654225A01 /* libPods-ContentstackTest.a */; };
Expand All @@ -124,6 +125,13 @@
remoteGlobalIDString = 230B38BF1C16E98B00444A14;
remoteInfo = Contentstack;
};
64B3EA292BF7C4AF009E0F38 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 23A0F84D1B3801D1003334E9 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 238E841A1B4FE29A00BFDB32;
remoteInfo = ThirdPartyExtension;
};
64F522152BF7C31900AE6E0F /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 23A0F84D1B3801D1003334E9 /* Project object */;
Expand Down Expand Up @@ -246,7 +254,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
64F522142BF7C31900AE6E0F /* libThirdPartyExtension.a in Frameworks */,
64B3EA282BF7C4AF009E0F38 /* libThirdPartyExtension.a in Frameworks */,
F08A4E439D49C3F08DD8B39C /* libPods-Contentstack.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -548,6 +556,7 @@
dependencies = (
230B39171C1709F800444A14 /* PBXTargetDependency */,
64F522162BF7C31900AE6E0F /* PBXTargetDependency */,
64B3EA2A2BF7C4AF009E0F38 /* PBXTargetDependency */,
);
name = Contentstack;
productName = Contentstack;
Expand Down Expand Up @@ -830,6 +839,11 @@
target = 230B38BF1C16E98B00444A14 /* Contentstack */;
targetProxy = 23A53F5B1E277CD3001DBE35 /* PBXContainerItemProxy */;
};
64B3EA2A2BF7C4AF009E0F38 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 238E841A1B4FE29A00BFDB32 /* ThirdPartyExtension */;
targetProxy = 64B3EA292BF7C4AF009E0F38 /* PBXContainerItemProxy */;
};
64F522162BF7C31900AE6E0F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 238E841A1B4FE29A00BFDB32 /* ThirdPartyExtension */;
Expand Down Expand Up @@ -968,7 +982,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "-fembed-bitcode-marker";
Expand Down Expand Up @@ -1017,7 +1031,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "-fembed-bitcode";
Expand Down

0 comments on commit 9e739b4

Please sign in to comment.