Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
update to version 0.0.39 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hassan Shahbazi authored Jan 20, 2020
1 parent 648b08f commit 6322d06
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion NinchatSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = "NinchatSDK"
s.version = "0.0.38"
s.version = "0.0.39"
s.summary = "iOS SDK for Ninchat."
s.description = "For building iOS applications using Ninchat messaging."
s.homepage = "https://ninchat.com/"
Expand Down
4 changes: 4 additions & 0 deletions NinchatSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 39;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1221,6 +1222,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1256,6 +1258,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 39;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1274,6 +1277,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
30 changes: 15 additions & 15 deletions NinchatSDK/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIAppFonts</key>
<array>
<string>SourceSansPro-Black.ttf</string>
<string>SourceSansPro-BlackItalic.ttf</string>
<string>SourceSansPro-Bold.ttf</string>
<string>SourceSansPro-BoldItalic.ttf</string>
<string>SourceSansPro-ExtraLight.ttf</string>
<string>SourceSansPro-ExtraLightItalic.ttf</string>
<string>SourceSansPro-Italic.ttf</string>
<string>SourceSansPro-LightItalic.ttf</string>
<string>SourceSansPro-Regular.ttf</string>
<string>SourceSansPro-SemiBold.ttf</string>
<string>SourceSansPro-SemiBoldItalic.ttf</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
Expand All @@ -29,10 +15,24 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
<key>UIAppFonts</key>
<array>
<string>SourceSansPro-Black.ttf</string>
<string>SourceSansPro-BlackItalic.ttf</string>
<string>SourceSansPro-Bold.ttf</string>
<string>SourceSansPro-BoldItalic.ttf</string>
<string>SourceSansPro-ExtraLight.ttf</string>
<string>SourceSansPro-ExtraLightItalic.ttf</string>
<string>SourceSansPro-Italic.ttf</string>
<string>SourceSansPro-LightItalic.ttf</string>
<string>SourceSansPro-Regular.ttf</string>
<string>SourceSansPro-SemiBold.ttf</string>
<string>SourceSansPro-SemiBoldItalic.ttf</string>
</array>
</dict>
</plist>

0 comments on commit 6322d06

Please sign in to comment.