Skip to content

Commit

Permalink
i hate git
Browse files Browse the repository at this point in the history
  • Loading branch information
JayAgra committed Nov 27, 2024
1 parent 9e33fe2 commit 88a1587
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/beartracks/bearTracks.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 5.2.0;
MARKETING_VERSION = 5.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.jayagra.beartracks;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
Expand Down Expand Up @@ -617,7 +617,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 5.2.0;
MARKETING_VERSION = 5.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.jayagra.beartracks;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
Expand Down Expand Up @@ -776,7 +776,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 5.2.0;
MARKETING_VERSION = 5.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.jayagra.beartracks;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = xros;
Expand Down Expand Up @@ -820,7 +820,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 5.2.0;
MARKETING_VERSION = 5.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.jayagra.beartracks;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = xros;
Expand Down
4 changes: 4 additions & 0 deletions src/game_api.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// *** code retained if game-like features are relevant in future *** //

/*
use actix_web::{error, web, Error};
use rand::seq::SliceRandom;
use rusqlite::Statement;
Expand Down Expand Up @@ -461,3 +464,4 @@ fn get_rows(mut statement: Statement, params: [String; 3]) -> Result<Team, rusql
},
})
}
*/
2 changes: 2 additions & 0 deletions src/stats.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ap stats has nothing on this file

pub fn quartiles_i64(data: &Vec<i64>) -> Vec<i64> {
if data.len() > 0 {
let mut sorted_data = data.clone();
Expand Down

0 comments on commit 88a1587

Please sign in to comment.