Skip to content

Commit

Permalink
Update AsyncGL
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Feb 18, 2024
1 parent c335638 commit 6f927f7
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 41 deletions.
4 changes: 2 additions & 2 deletions MobileCelestia.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1649,7 +1649,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.15;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SHARED_BUILD_NUMBER = 452;
SHARED_BUILD_NUMBER = 453;
SHARED_BUILD_VERSION = 1.6.9;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -1706,7 +1706,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
MACOSX_DEPLOYMENT_TARGET = 10.15;
SDKROOT = iphoneos;
SHARED_BUILD_NUMBER = 452;
SHARED_BUILD_NUMBER = 453;
SHARED_BUILD_VERSION = 1.6.9;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ platform :ios, '13.1'

use_frameworks! :linkage => :static

asyncgl_version_tag = "0.1.16"
asyncgl_version_tag = "0.1.17"
mwrequest_version_tag = "1.0.1"
zipfoundation_version_tag = "0.9.18"
appcenter_version = "~> 5.0.4"
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ PODS:
- AppCenter/Core (5.0.4)
- AppCenter/Crashes (5.0.4):
- AppCenter/Core
- AsyncGL/OpenGL (0.1.16)
- AsyncGL/OpenGL (0.1.17)
- MWRequest (1.0.1)
- ZIPFoundation (0.9.18)

DEPENDENCIES:
- AppCenter/Analytics (~> 5.0.4)
- AppCenter/Crashes (~> 5.0.4)
- AsyncGL/OpenGL (from `https://github.com/levinli303/AsyncGL.git`, tag `0.1.16`)
- AsyncGL/OpenGL (from `https://github.com/levinli303/AsyncGL.git`, tag `0.1.17`)
- MWRequest (from `https://github.com/levinli303/mwrequest.git`, tag `1.0.1`)
- ZIPFoundation (from `https://github.com/weichsel/ZIPFoundation.git`, tag `0.9.18`)

Expand All @@ -22,7 +22,7 @@ SPEC REPOS:
EXTERNAL SOURCES:
AsyncGL:
:git: https://github.com/levinli303/AsyncGL.git
:tag: 0.1.16
:tag: 0.1.17
MWRequest:
:git: https://github.com/levinli303/mwrequest.git
:tag: 1.0.1
Expand All @@ -33,7 +33,7 @@ EXTERNAL SOURCES:
CHECKOUT OPTIONS:
AsyncGL:
:git: https://github.com/levinli303/AsyncGL.git
:tag: 0.1.16
:tag: 0.1.17
MWRequest:
:git: https://github.com/levinli303/mwrequest.git
:tag: 1.0.1
Expand All @@ -43,10 +43,10 @@ CHECKOUT OPTIONS:

SPEC CHECKSUMS:
AppCenter: 85c92db0759d2792a65eb61d6842d2e86611a49a
AsyncGL: 3b2a528a20ad299e7c1884ab374f9471cb99032d
AsyncGL: 2af14013376c17c671b59ac4c83131ddc85aa2c2
MWRequest: 3e309469ebfd77e372b5a95fbca5f40611bd0741
ZIPFoundation: fa9ae5af13b7cf168245f24d1c672a4fb972e37f

PODFILE CHECKSUM: 4519416dbec7d659055104f5a95084d811493962
PODFILE CHECKSUM: e75cf03c8b4b0a24f6768864a609683a903f3303

COCOAPODS: 1.15.0
58 changes: 37 additions & 21 deletions Pods/AsyncGL/AsyncGL/AsyncGLView.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Pods/Local Podspecs/AsyncGL.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Target Support Files/AsyncGL/AsyncGL-Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6f927f7

Please sign in to comment.