Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
borut-t committed Nov 27, 2020
1 parent ac2b287 commit a864c62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TwitterKit/TwitterKit-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.4.3</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
<string>iPhoneSimulator</string>
</array>
<key>CFBundleVersion</key>
<string>1033</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2014 Twitter Inc.</string>
</dict>
Expand Down
4 changes: 4 additions & 0 deletions TwitterKit/TwitterKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3623,11 +3623,13 @@
ARCHS = "$(ARCHS_STANDARD)";
BITCODE_GENERATION_MODE = bitcode;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 1034;
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SDKROOT)/System/iOSSupport/System/Library/Frameworks",
);
MARKETING_VERSION = 3.4.4;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -3645,11 +3647,13 @@
ARCHS = "$(ARCHS_STANDARD)";
BITCODE_GENERATION_MODE = bitcode;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 1034;
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SDKROOT)/System/iOSSupport/System/Library/Frameworks",
);
MARKETING_VERSION = 3.4.4;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit a864c62

Please sign in to comment.