Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
v1.1.14-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Jan 20, 2021
1 parent cde2b50 commit fa641b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions MSAL/MSAL.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4723,6 +4723,7 @@
DEVELOPMENT_TEAM = "";
GCC_OPTIMIZATION_LEVEL = 0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = "1.1.14-rc1";
USER_HEADER_SEARCH_PATHS = "$(inherited) $IDCORE_PATH/src/**";
};
name = Debug;
Expand All @@ -4735,6 +4736,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = "";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = "1.1.14-rc1";
USER_HEADER_SEARCH_PATHS = "$(inherited) $IDCORE_PATH/src/**";
};
name = Release;
Expand All @@ -4747,6 +4749,7 @@
DEVELOPMENT_TEAM = "";
GCC_OPTIMIZATION_LEVEL = 0;
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = "1.1.14-rc1";
};
name = Debug;
};
Expand All @@ -4757,6 +4760,7 @@
CODE_SIGN_IDENTITY = "-";
DEVELOPMENT_TEAM = "";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = "1.1.14-rc1";
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion MSAL/resources/ios/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.13</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion MSAL/resources/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.13</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit fa641b9

Please sign in to comment.