Skip to content

Commit

Permalink
Set iOS minimum deployment target to 13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MageSantana committed Jun 28, 2024
1 parent a81be69 commit f204241
Show file tree
Hide file tree
Showing 61 changed files with 36,486 additions and 65,207 deletions.
3 changes: 2 additions & 1 deletion LyraMaterial.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.0.5": "https://raw.githubusercontent.com/lyra/Material/1.0.5/LyraMaterial.xcframework.zip"
"1.0.5": "https://raw.githubusercontent.com/lyra/Material/1.0.5/LyraMaterial.xcframework.zip",
"1.0.6": "https://raw.githubusercontent.com/lyra/Material/1.0.6/LyraMaterial.xcframework.zip"
}
10 changes: 5 additions & 5 deletions LyraMaterial.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Pod::Spec.new do |s|
s.name = 'LyraMaterial'
s.version = '1.0.5'
s.version = '1.0.6'
s.swift_version = '5.0'
s.license = 'BSD-3-Clause'
s.summary = 'This library is a fork of CosmicMind Material library that fix the compilation problem with Xcode 15'
s.homepage = 'https://github.com/lyra/Material'
s.authors = { 'Lyra Dev Mobile' => '[email protected]' }
s.source = { :git => 'https://github.com/lyra/Material.git', :tag => s.version }

s.ios.deployment_target = '11.0'

s.ios.deployment_target = '13.4'
s.ios.vendored_frameworks = 'LyraMaterial.xcframework'

s.dependency 'LyraMotion'
s.dependency 'LyraMotion'



end
Binary file modified LyraMaterial.xcframework.zip
Binary file not shown.
14 changes: 9 additions & 5 deletions LyraMaterial.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,35 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>LyraMaterial.framework/LyraMaterial</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>LyraMaterial.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>LyraMaterial.framework/LyraMaterial</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>LyraMaterial.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
#ifndef LYRAMATERIAL_SWIFT_H
#define LYRAMATERIAL_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -42,12 +42,18 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#if __has_include(<ptrauth.h>)
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
# ifndef __ptrauth_swift_value_witness_function_pointer
# define __ptrauth_swift_value_witness_function_pointer(x)
# endif
# ifndef __ptrauth_swift_class_method_pointer
# define __ptrauth_swift_class_method_pointer(x)
# endif
#pragma clang diagnostic pop
#endif
#endif

Expand Down Expand Up @@ -246,6 +252,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#else
# define SWIFT_NOEXCEPT
#endif
#if !defined(SWIFT_C_INLINE_THUNK)
# if __has_attribute(always_inline)
# if __has_attribute(nodebug)
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
# else
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
# endif
# else
# define SWIFT_C_INLINE_THUNK inline
# endif
#endif
#if defined(_WIN32)
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
Expand Down Expand Up @@ -1318,6 +1335,7 @@ SWIFT_CLASS_NAMED("FABMenu")
@end



@interface FABMenu (SWIFT_EXTENSION(LyraMaterial))
/// Handles the hit test for the Menu and views outside of the Menu bounds.
/// \param _ point A CGPoint.
Expand All @@ -1332,7 +1350,6 @@ SWIFT_CLASS_NAMED("FABMenu")




SWIFT_CLASS("_TtC12LyraMaterial17FABMenuController")
@interface FABMenuController : TransitionController
/// Reference to the MenuView.
Expand Down Expand Up @@ -2695,6 +2712,8 @@ SWIFT_CLASS_NAMED("ToolbarController")








Expand Down Expand Up @@ -2735,10 +2754,6 @@ SWIFT_CLASS_NAMED("ToolbarController")



@interface UIViewController (SWIFT_EXTENSION(LyraMaterial))
/// TabItem reference.
@property (nonatomic, readonly, strong) TabItem * _Nonnull tabItem;
@end



Expand All @@ -2748,6 +2763,10 @@ SWIFT_CLASS_NAMED("ToolbarController")



@interface UIViewController (SWIFT_EXTENSION(LyraMaterial))
/// TabItem reference.
@property (nonatomic, readonly, strong) TabItem * _Nonnull tabItem;
@end



Expand All @@ -2757,12 +2776,12 @@ SWIFT_CLASS_NAMED("ToolbarController")



#endif
#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
#if defined(__cplusplus)
#endif
#pragma clang diagnostic pop
#endif

Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit f204241

Please sign in to comment.