Skip to content

Commit

Permalink
Merge branch 'main' into feat/markers
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf authored Mar 6, 2024
2 parents e2e2ed9 + faabc19 commit 10f75e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ define CREATE_FRAMEWORK
-c "Add :CFBundleShortVersionString string 1.0.0" \
-c "Add :CFBundlePackageType string FMWK" \
-c "Add :CFBundleExecutable string $(DOTLOTTIE_PLAYER_MODULE)" \
-c "Add :MinimumOSVersion string 16.4" \
-c "Add :MinimumOSVersion string 13" \
-c "Add :CFBundleSupportedPlatforms array" \
$(foreach platform,$(PLIST_DISABLE),-c "Add :CFBundleSupportedPlatforms:0 string $(platform)" ) \
$(foreach platform,$(PLIST_ENABLE),-c "Add :CFBundleSupportedPlatforms:1 string $(platform)" ) \
Expand Down

0 comments on commit 10f75e3

Please sign in to comment.