File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949
5050 - name : Generate Secrets.properties
5151 run : |
52- cat <<EOF > ./Resources/Secrets.properties
52+ cat > ./Resources/Secrets.properties <<'EOF'
5353 CURSE_FORGE_API_KEY=${{ secrets.CURSE_FORGE_API_KEY }}
5454 EOF
5555
Original file line number Diff line number Diff line change 1- MARKETING_VERSION = 1.0.3
1+ MARKETING_VERSION = 1.0.4
22CURRENT_PROJECT_VERSION = 0
33DEBUG_MODE = NO
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ public class YggdrasilService {
5858 do {
5959 return try response. decode ( AuthResponse . self)
6060 } catch let error as DecodingError {
61+ debug ( error)
6162 throw Error . invalidResponseFormat ( underlying: error)
6263 }
6364 }
@@ -119,6 +120,7 @@ public class YggdrasilService {
119120 }
120121 return refreshResponse
121122 } catch let error as DecodingError {
123+ debug ( error)
122124 throw Error . invalidResponseFormat ( underlying: error)
123125 }
124126 }
@@ -142,6 +144,7 @@ public class YggdrasilService {
142144 encoded: response. data. base64EncodedString ( )
143145 )
144146 } catch let error as DecodingError {
147+ debug ( error)
145148 throw Error . invalidResponseFormat ( underlying: error)
146149 }
147150 }
@@ -160,6 +163,7 @@ public class YggdrasilService {
160163 )
161164 . decode ( PlayerProfile . self)
162165 } catch let error as DecodingError {
166+ debug ( error)
163167 throw Error . invalidResponseFormat ( underlying: error)
164168 }
165169 }
Original file line number Diff line number Diff line change 292292 attributes = {
293293 BuildIndependentTargetsInParallel = 1;
294294 LastSwiftUpdateCheck = 1640;
295- LastUpgradeCheck = 2620 ;
295+ LastUpgradeCheck = 2650 ;
296296 TargetAttributes = {
297297 EC71A32C2EC034AA006E496F = {
298298 CreatedOnToolsVersion = 16.4;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Scheme
3- LastUpgradeVersion = " 2620 "
3+ LastUpgradeVersion = " 2650 "
44 version = " 1.7" >
55 <BuildAction
66 parallelizeBuildables = " YES"
You can’t perform that action at this time.
0 commit comments