Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit bfdec5f

Browse files
authored
Merge pull request #14 from wham/swift4
Upgraded to Swift 4.0
2 parents 72c9901 + d3dfd0f commit bfdec5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MSALiOSB2C.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
447447
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.identity.client.sample.MSALiOSB2C;
448448
PRODUCT_NAME = "$(TARGET_NAME)";
449-
SWIFT_VERSION = 3.0;
449+
SWIFT_VERSION = 4.0;
450450
};
451451
name = Debug;
452452
};
@@ -461,7 +461,7 @@
461461
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
462462
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.identity.client.sample.MSALiOSB2C;
463463
PRODUCT_NAME = "$(TARGET_NAME)";
464-
SWIFT_VERSION = 3.0;
464+
SWIFT_VERSION = 4.0;
465465
};
466466
name = Release;
467467
};

0 commit comments

Comments
 (0)