Skip to content

Commit

Permalink
Mapbox Mobile Events iOS v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alf Watt authored and alfwatt committed Oct 9, 2020
1 parent 13aadd5 commit cc8bf0c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions MMETestHost/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.10.5b2</string>
<string>0.10.5</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MMECollectionEnabledInSimulator</key>
Expand Down
2 changes: 1 addition & 1 deletion MapboxMobileEvents.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.name = 'MapboxMobileEvents'
s.version = "0.10.5-beta.2"
s.version = "0.10.5"
s.summary = "Mapbox Mobile Events"

s.description = "Collects usage information to help Mapbox improve its products."
Expand Down
20 changes: 10 additions & 10 deletions MapboxMobileEvents.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@
INFOPLIST_FILE = MMETestHost/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.7;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = "0.10.5-beta.2";
MARKETING_VERSION = 0.10.5;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = Mapbox.MMETestHost;
Expand All @@ -1047,7 +1047,7 @@
INFOPLIST_FILE = MMETestHost/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.7;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = "0.10.5-beta.2";
MARKETING_VERSION = 0.10.5;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = Mapbox.MMETestHost;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1196,7 +1196,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -1260,7 +1260,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1289,11 +1289,11 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 9;
DYLIB_CURRENT_VERSION = 10;
DYLIB_INSTALL_NAME_BASE = "@rpath";
EXCLUDED_ARCHS = "$(inherited) $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)__XCODE_$(XCODE_VERSION_MAJOR))";
EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200 = "arm64 arm64e armv7 armv7s armv6 armv8";
Expand All @@ -1302,7 +1302,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LLVM_LTO = NO;
MARKETING_VERSION = "0.10.5-beta.2";
MARKETING_VERSION = 0.10.5;
OTHER_LDFLAGS = "-lz";
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxMobileEvents;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1323,11 +1323,11 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 9;
DYLIB_CURRENT_VERSION = 10;
DYLIB_INSTALL_NAME_BASE = "@rpath";
EXCLUDED_ARCHS = "$(inherited) $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)__XCODE_$(XCODE_VERSION_MAJOR))";
EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200 = "arm64 arm64e armv7 armv7s armv6 armv8";
Expand All @@ -1336,7 +1336,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LLVM_LTO = YES;
MARKETING_VERSION = "0.10.5-beta.2";
MARKETING_VERSION = 0.10.5;
OTHER_LDFLAGS = "-lz";
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxMobileEvents;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
4 changes: 2 additions & 2 deletions Sources/MapboxMobileEvents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.10.5b2</string>
<string>0.10.5</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Tests/MapboxMobileEventsCedarTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.10.5</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>10</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Tests/MapboxMobileEventsTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.10.5</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>10</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-events-ios",
"version": "0.10.5-beta.2",
"version": "0.10.5",
"description": "Telemetry and Location Services",
"keywords": [
"mapbox",
Expand Down

0 comments on commit cc8bf0c

Please sign in to comment.