Skip to content

Commit

Permalink
new configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Artelas committed Sep 26, 2024
1 parent 95f8b2e commit 49529b4
Show file tree
Hide file tree
Showing 5 changed files with 3,177 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Guardian.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
ED9C56832C87437C00FCB048 /* A0RSA.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = A0RSA.swift; sourceTree = "<group>"; };
ED9C56852C874A7C00FCB048 /* A0SHA.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = A0SHA.swift; sourceTree = "<group>"; };
EDABB91E2BA0CB6C00623911 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
EDE454672CA568AC00C3077A /* Guardian.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = Guardian.xctestplan; path = ../../Guardian.xctestplan; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -494,6 +495,7 @@
233F75281D93076600B8C15C /* NotificationSpec.swift */,
5F1DB45C1DA4750F00264437 /* AuthenticationSpec.swift */,
2331BFEC1DD52ED50047F1D4 /* JWTSpec.swift */,
EDE454672CA568AC00C3077A /* Guardian.xctestplan */,
);
path = GuardianTests;
sourceTree = "<group>";
Expand Down Expand Up @@ -640,7 +642,7 @@
attributes = {
BuildIndependentTargetsInParallel = YES;
LastSwiftUpdateCheck = 0810;
LastUpgradeCheck = 1540;
LastUpgradeCheck = 1600;
ORGANIZATIONNAME = Auth0;
TargetAttributes = {
5F2037CC1D5E1E3E0005D2E2 = {
Expand Down Expand Up @@ -1079,7 +1081,6 @@
5F2037FA1D5E22590005D2E2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = GuardianApp/GuardianApp.entitlements;
Expand Down Expand Up @@ -1113,7 +1114,6 @@
5F2037FB1D5E22590005D2E2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = GuardianApp/GuardianApp.entitlements;
Expand Down
10 changes: 8 additions & 2 deletions Guardian.xcodeproj/xcshareddata/xcschemes/Guardian.xcscheme
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1540"
version = "1.3">
LastUpgradeVersion = "1600"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
Expand Down Expand Up @@ -37,6 +37,12 @@
ReferencedContainer = "container:Guardian.xcodeproj">
</BuildableReference>
</MacroExpansion>
<TestPlans>
<TestPlanReference
reference = "container:../Guardian.xctestplan"
default = "YES">
</TestPlanReference>
</TestPlans>
<Testables>
<TestableReference
skipped = "NO">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1540"
LastUpgradeVersion = "1600"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1540"
LastUpgradeVersion = "1600"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Loading

0 comments on commit 49529b4

Please sign in to comment.