Skip to content

Commit

Permalink
Merge pull request #1022 from mixpanel/jared-bump-all-other-min-targets
Browse files Browse the repository at this point in the history
Bump all other min deployment targets
  • Loading branch information
jaredmixpanel authored Mar 18, 2024
2 parents 2dca437 + c6bc09d commit 8f28330
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Mixpanel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ Pod::Spec.new do |s|
s.ios.public_header_files = public_header_files
s.ios.private_header_files = private_header_files
s.ios.frameworks = 'UIKit', 'Foundation', 'SystemConfiguration', 'CoreTelephony', 'Accelerate', 'CoreGraphics', 'QuartzCore', 'StoreKit'
s.tvos.deployment_target = '9.0'
s.tvos.deployment_target = '12.0'
s.tvos.source_files = all_files
s.tvos.exclude_files = 'Sources/MixpanelWatchProperties.{m,h}','Sources/Include/*.h'
s.tvos.public_header_files = public_header_files
s.tvos.private_header_files = private_header_files
s.tvos.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) MIXPANEL_TVOS'}
s.tvos.frameworks = 'UIKit', 'Foundation'
s.watchos.deployment_target = '3.0'
s.watchos.deployment_target = '4.0'
s.watchos.source_files = all_files
s.watchos.exclude_files = 'Sources/AutomaticEvents.{m,h}','Sources/Include/*.h'
s.watchos.public_header_files = public_header_files
s.watchos.private_header_files = private_header_files
s.watchos.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) MIXPANEL_WATCHOS'}
s.watchos.frameworks = 'WatchKit', 'Foundation'
s.osx.deployment_target = '10.10'
s.osx.deployment_target = '10.13'
s.osx.source_files = all_files
s.osx.exclude_files = 'Sources/MixpanelWatchProperties.{m,h}'
s.osx.exclude_files = 'Sources/AutomaticEvents.{m,h}','Sources/Include/*.h'
Expand Down
12 changes: 6 additions & 6 deletions Mixpanel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@
SUPPORTED_PLATFORMS = "watchsimulator watchos";
TARGETED_DEVICE_FAMILY = 4;
VALID_ARCHS = "$(ARCHS_STANDARD)";
WATCHOS_DEPLOYMENT_TARGET = 3.0;
WATCHOS_DEPLOYMENT_TARGET = 4.0;
};
name = Debug;
};
Expand Down Expand Up @@ -972,7 +972,7 @@
SUPPORTED_PLATFORMS = "watchsimulator watchos";
TARGETED_DEVICE_FAMILY = 4;
VALID_ARCHS = "$(ARCHS_STANDARD)";
WATCHOS_DEPLOYMENT_TARGET = 3.0;
WATCHOS_DEPLOYMENT_TARGET = 4.0;
};
name = Release;
};
Expand Down Expand Up @@ -1417,7 +1417,7 @@
SDKROOT = appletvos;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
TVOS_DEPLOYMENT_TARGET = 12.0;
VALID_ARCHS = "$(ARCHS_STANDARD)";
};
name = Debug;
Expand Down Expand Up @@ -1458,7 +1458,7 @@
SDKROOT = appletvos;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
TVOS_DEPLOYMENT_TARGET = 12.0;
VALID_ARCHS = "$(ARCHS_STANDARD)";
};
name = Release;
Expand Down Expand Up @@ -1502,7 +1502,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Mixpanel",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MODULEMAP_FILE = Sources/macos.modulemap;
PLIST_FILE_OUTPUT_FORMAT = binary;
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
Expand Down Expand Up @@ -1550,7 +1550,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Mixpanel",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MODULEMAP_FILE = Sources/macos.modulemap;
PLIST_FILE_OUTPUT_FORMAT = binary;
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
Expand Down

0 comments on commit 8f28330

Please sign in to comment.