Skip to content

Commit

Permalink
proj settings
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Drouin <[email protected]>
  • Loading branch information
jcdrouin21 committed Aug 30, 2024
1 parent 99c3e0d commit 403607d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions app/ios/AriesBifold.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
"$(inherited)",
);
INFOPLIST_FILE = AriesBifoldTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -524,7 +524,7 @@
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = 2RST8749NS;
INFOPLIST_FILE = AriesBifoldTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -588,10 +588,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_IDENTITY = "Apple Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 283;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM=2RST8749NS;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 2RST8749NS;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
Expand All @@ -614,7 +614,6 @@
PRODUCT_BUNDLE_IDENTIFIER = ca.qc.gouv.portefeuillemobileqc;
PRODUCT_NAME = AriesBifold;
PROVISIONING_PROFILE_SPECIFIER = "Portefeuille Numerique Qc (Ne pas supprimer)";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Portefeuille Numerique Qc (Ne pas supprimer)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
Expand Down Expand Up @@ -674,7 +673,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
/usr/lib/swift,
"$(inherited)",
Expand Down Expand Up @@ -752,7 +751,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
/usr/lib/swift,
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion patch/Qc/00-setup.patch
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ index 4cfa156..30dc17d 100644
- DEVELOPMENT_TEAM = "";
+ DEVELOPMENT_TEAM = "2RST8749NS";
INFOPLIST_FILE = AriesBifoldTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
@@ -537,9 +537,10 @@
buildSettings = {
Expand Down

0 comments on commit 403607d

Please sign in to comment.