Skip to content

Commit

Permalink
Tries to fix the CI setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonble committed Sep 24, 2024
1 parent 957adfd commit 7594502
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_spm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# working-directory: ${{ github.workspace }}/flutter_platform_alert/example
- name: Cleans up iOS project
run: |
pod install
pod deintegrate
rm Podfile
echo "#include \"Generated.xcconfig\""\n" > Flutter/Debug.xcconfig
Expand Down
4 changes: 0 additions & 4 deletions android/.classpath
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<<<<<<< HEAD
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-19/"/>
=======
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
>>>>>>> 400b5df37a353df7ff854585c2de2f3126320660
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
6 changes: 3 additions & 3 deletions android/.settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=19
org.eclipse.jdt.core.compiler.compliance=19
org.eclipse.jdt.core.compiler.source=19
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
org.eclipse.jdt.core.compiler.compliance=17
org.eclipse.jdt.core.compiler.source=17

0 comments on commit 7594502

Please sign in to comment.