Skip to content

Commit

Permalink
Merge pull request #566 from 64characters/xcode-11
Browse files Browse the repository at this point in the history
Xcode 11
  • Loading branch information
eofster authored Mar 16, 2020
2 parents 1dd34bf + d55e26d commit 2115c82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Telephone.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5511,6 +5511,7 @@
CODE_SIGN_ENTITLEMENTS = Telephone/Telephone.entitlements;
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 132;
DEVELOPMENT_TEAM = B5WSA37RY8;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -5527,6 +5528,7 @@
"\"$(SRCROOT)/ThirdParty/PJSIP/lib\"",
"\"$(SRCROOT)/ThirdParty/Opus/lib\"",
);
MARKETING_VERSION = 1.4;
OTHER_LDFLAGS = (
"-lpjsua-x86_64-apple-darwin",
"-lpjsip-ua-x86_64-apple-darwin",
Expand Down Expand Up @@ -5560,6 +5562,7 @@
CODE_SIGN_ENTITLEMENTS = Telephone/Telephone.entitlements;
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 132;
DEVELOPMENT_TEAM = B5WSA37RY8;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PREPROCESSOR_DEFINITIONS = "PJ_AUTOCONF=1";
Expand All @@ -5573,6 +5576,7 @@
"\"$(SRCROOT)/ThirdParty/PJSIP/lib\"",
"\"$(SRCROOT)/ThirdParty/Opus/lib\"",
);
MARKETING_VERSION = 1.4;
OTHER_LDFLAGS = (
"-lpjsua-x86_64-apple-darwin",
"-lpjsip-ua-x86_64-apple-darwin",
Expand Down
4 changes: 2 additions & 2 deletions Telephone/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -38,7 +38,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>132</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 2115c82

Please sign in to comment.