Skip to content

Commit

Permalink
Fixing VALID_ARCHS defaults for the project (needed for M1+ arch)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-mamaya committed Nov 1, 2023
1 parent 159723e commit 8ab799e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions mParticle-Appboy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -727,7 +727,6 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.mparticle.mParticle-Appboy";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
"VALID_ARCHS[sdk=iphonesimulator*]" = x86_64;
};
name = Debug;
};
Expand All @@ -745,7 +744,6 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.mparticle.mParticle-Appboy";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
"VALID_ARCHS[sdk=iphonesimulator*]" = x86_64;
};
name = Release;
};
Expand Down Expand Up @@ -787,8 +785,6 @@
SDKROOT = appletvos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 3;
VALID_ARCHS = arm64;
"VALID_ARCHS[sdk=appletvsimulator*]" = x86_64;
};
name = Debug;
};
Expand Down Expand Up @@ -830,8 +826,6 @@
SDKROOT = appletvos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 3;
VALID_ARCHS = arm64;
"VALID_ARCHS[sdk=appletvsimulator*]" = x86_64;
};
name = Release;
};
Expand Down

0 comments on commit 8ab799e

Please sign in to comment.