Skip to content

Instantly share code, notes, and snippets.

@prasanthu
Created April 8, 2019 19:12
Show Gist options
  • Save prasanthu/9dfaf00d857ef02400d3b340093bc67b to your computer and use it in GitHub Desktop.
Save prasanthu/9dfaf00d857ef02400d3b340093bc67b to your computer and use it in GitHub Desktop.
commit 5c3ca37f03db5eb842e7abfdd7c857548934caa7
Author: Prasanth Ullattil <prasanth@telenordigital.com>
Date: Mon Apr 8 21:09:57 2019 +0200
Fix the build settings
This will make sure we use Development.xcconfig
diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj
index 3b10e15..3749c27 100644
--- a/Pods/Pods.xcodeproj/project.pbxproj
+++ b/Pods/Pods.xcodeproj/project.pbxproj
@@ -5476,13 +5476,14 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0930;
- LastUpgradeCheck = 1020;
+ LastUpgradeCheck = 0930;
};
buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
compatibilityVersion = "Xcode 3.2";
- developmentRegion = en;
+ developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
+ English,
en,
de,
es,
@@ -5493,7 +5494,6 @@
nb,
nl,
"zh-Hans",
- Base,
);
mainGroup = CF1408CF629C7361332E53B88F7BD30C;
productRefGroup = 6D4DDB88277CCD4BAB917A9533C27A91 /* Products */;
@@ -7688,7 +7688,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
@@ -7873,7 +7872,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
diff --git a/ostelco-ios-client.xcodeproj/project.pbxproj b/ostelco-ios-client.xcodeproj/project.pbxproj
index 77d67dc..06d659d 100644
--- a/ostelco-ios-client.xcodeproj/project.pbxproj
+++ b/ostelco-ios-client.xcodeproj/project.pbxproj
@@ -1586,7 +1586,7 @@
};
C29802C82181EDA800FBC5C3 /* Debug */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = 11590A3AA9935032698D67A6 /* Pods-ostelco-ios-dev-ostelco-ios-client.debug.xcconfig */;
+ baseConfigurationReference = 04EC5AE521887137000C2EC3 /* Development.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDevelopment;
CODE_SIGN_ENTITLEMENTS = "ostelco-ios-client/SupportingFiles/dev-ostelco-ios-client.entitlements";
@@ -1614,7 +1614,7 @@
};
C29802CA2181EDA800FBC5C3 /* Release */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = 2B3C2D874060542A4DEDD511 /* Pods-ostelco-ios-dev-ostelco-ios-client.release.xcconfig */;
+ baseConfigurationReference = 04EC5AE521887137000C2EC3 /* Development.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconProduction;
CODE_SIGN_ENTITLEMENTS = "ostelco-ios-client/SupportingFiles/dev-ostelco-ios-client.entitlements";
diff --git a/ostelco-ios-client/SupportingFiles/Development.xcconfig b/ostelco-ios-client/SupportingFiles/Development.xcconfig
index 2c69b28..553466a 100644
--- a/ostelco-ios-client/SupportingFiles/Development.xcconfig
+++ b/ostelco-ios-client/SupportingFiles/Development.xcconfig
@@ -8,8 +8,8 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974
-#include "Pods/Target Support Files/Pods-dev-ostelco-ios-client/Pods-dev-ostelco-ios-client.debug.xcconfig"
-#include "Pods/Target Support Files/Pods-ostelco-ios-client/Pods-ostelco-ios-client.debug.xcconfig"
+#include "Pods/Target Support Files/Pods-ostelco-ios-dev-ostelco-ios-client/Pods-ostelco-ios-dev-ostelco-ios-client.debug.xcconfig"
+#include "Pods/Target Support Files/Pods-ostelco-ios-ostelco-ios-client/Pods-ostelco-ios-ostelco-ios-client.debug.xcconfig"
server_url = https:\/\/api.dev.oya.world
stripe_publishable_key = pk_test_4XDOdDMQvGeW9fr31gIlcg5z
auth0_client_id = 0bzNsf2RAXlvQgFuTcrNXco85TzI5bJq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment