Skip to content

Commit

Permalink
iOS: version bump v0.8.0 (61) + acct transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Oct 21, 2023
1 parent 72fa2aa commit 7a5564f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions ios/zeus.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,6 @@
TestTargetID = 13B07F861A680F5B00A75B9A;
};
13B07F861A680F5B00A75B9A = {
DevelopmentTeam = 7222UU8F2H;
LastSwiftMigration = 1210;
ProvisioningStyle = Automatic;
};
Expand Down Expand Up @@ -1631,9 +1630,9 @@
CODE_SIGN_ENTITLEMENTS = zeus/zeus.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 61;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 7222UU8F2H;
DEVELOPMENT_TEAM = 9TU7M3555F;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = "";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
Expand Down Expand Up @@ -1680,9 +1679,9 @@
CODE_SIGN_ENTITLEMENTS = zeus/zeusRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 61;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 7222UU8F2H;
DEVELOPMENT_TEAM = 9TU7M3555F;
ENABLE_BITCODE = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
GCC_NO_COMMON_BLOCKS = NO;
Expand Down Expand Up @@ -1933,6 +1932,8 @@
"-ld_classic",
"-Wl",
"-ld_classic",
"-Wl",
"-ld_classic",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -2000,6 +2001,8 @@
"-ld_classic",
"-Wl",
"-ld_classic",
"-Wl",
"-ld_classic",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand Down

0 comments on commit 7a5564f

Please sign in to comment.