Skip to content

Commit afcdf16

Browse files
committed
updated to 21.115
1 parent e29bc67 commit afcdf16

File tree

14 files changed

+1515
-346
lines changed

14 files changed

+1515
-346
lines changed

Sources/FitFileParser/rzfit_swift_map.swift

Lines changed: 396 additions & 55 deletions
Large diffs are not rendered by default.

Sources/FitFileParser/rzfit_swift_reverse_map.swift

Lines changed: 417 additions & 0 deletions
Large diffs are not rendered by default.

Sources/FitFileParserObjc/fit.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// Copyright 2021 Garmin Canada Inc.
1111
////////////////////////////////////////////////////////////////////////////////
1212
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
13-
// Profile Version = 21.105Release
14-
// Tag = production/release/21.105.00-0-gdc65d24
13+
// Profile Version = 21.115Release
14+
// Tag = production/release/21.115.00-0-gfe0a7f8
1515
// Product = EXAMPLE
1616
// Alignment = 4 bytes, padding disabled.
1717
////////////////////////////////////////////////////////////////////////////////
@@ -60,7 +60,7 @@
6060
#define FIT_PROTOCOL_VERSION_MAX FIT_PROTOCOL_VERSION_20
6161

6262
#define FIT_PROFILE_VERSION_MAJOR 21
63-
#define FIT_PROFILE_VERSION_MINOR 105
63+
#define FIT_PROFILE_VERSION_MINOR 115
6464
#define FIT_PROFILE_VERSION_SCALE 100
6565
#define FIT_PROFILE_VERSION ((FIT_UINT16) (FIT_PROFILE_VERSION_MAJOR * 100 + FIT_PROFILE_VERSION_MINOR))
6666
#endif // !defined(FIT_CPP_INCLUDE_C)

Sources/FitFileParserObjc/fit.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// Copyright 2021 Garmin Canada Inc.
1111
////////////////////////////////////////////////////////////////////////////////
1212
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
13-
// Profile Version = 21.105Release
14-
// Tag = production/release/21.105.00-0-gdc65d24
13+
// Profile Version = 21.115Release
14+
// Tag = production/release/21.115.00-0-gfe0a7f8
1515
// Product = EXAMPLE
1616
// Alignment = 4 bytes, padding disabled.
1717
////////////////////////////////////////////////////////////////////////////////

Sources/FitFileParserObjc/fit_convert.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// Copyright 2021 Garmin Canada Inc.
1111
////////////////////////////////////////////////////////////////////////////////
1212
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
13-
// Profile Version = 21.105Release
14-
// Tag = production/release/21.105.00-0-gdc65d24
13+
// Profile Version = 21.115Release
14+
// Tag = production/release/21.115.00-0-gfe0a7f8
1515
// Product = EXAMPLE
1616
// Alignment = 4 bytes, padding disabled.
1717
////////////////////////////////////////////////////////////////////////////////

Sources/FitFileParserObjc/fit_convert.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// Copyright 2021 Garmin Canada Inc.
1111
////////////////////////////////////////////////////////////////////////////////
1212
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
13-
// Profile Version = 21.105Release
14-
// Tag = production/release/21.105.00-0-gdc65d24
13+
// Profile Version = 21.115Release
14+
// Tag = production/release/21.115.00-0-gfe0a7f8
1515
// Product = EXAMPLE
1616
// Alignment = 4 bytes, padding disabled.
1717
////////////////////////////////////////////////////////////////////////////////

Sources/FitFileParserObjc/fit_crc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// Copyright 2021 Garmin Canada Inc.
1111
////////////////////////////////////////////////////////////////////////////////
1212
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
13-
// Profile Version = 21.105Release
14-
// Tag = production/release/21.105.00-0-gdc65d24
13+
// Profile Version = 21.115Release
14+
// Tag = production/release/21.115.00-0-gfe0a7f8
1515
// Product = EXAMPLE
1616
// Alignment = 4 bytes, padding disabled.
1717
////////////////////////////////////////////////////////////////////////////////

Sources/FitFileParserObjc/fit_crc.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// Copyright 2021 Garmin Canada Inc.
1111
////////////////////////////////////////////////////////////////////////////////
1212
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
13-
// Profile Version = 21.105Release
14-
// Tag = production/release/21.105.00-0-gdc65d24
13+
// Profile Version = 21.115Release
14+
// Tag = production/release/21.115.00-0-gfe0a7f8
1515
// Product = EXAMPLE
1616
// Alignment = 4 bytes, padding disabled.
1717
////////////////////////////////////////////////////////////////////////////////

Sources/FitFileParserObjc/fit_product.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// Copyright 2021 Garmin Canada Inc.
1111
////////////////////////////////////////////////////////////////////////////////
1212
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
13-
// Profile Version = 21.105Release
14-
// Tag = production/release/21.105.00-0-gdc65d24
13+
// Profile Version = 21.115Release
14+
// Tag = production/release/21.115.00-0-gfe0a7f8
1515
// Product = EXAMPLE
1616
// Alignment = 4 bytes, padding disabled.
1717
////////////////////////////////////////////////////////////////////////////////

Sources/FitFileParserObjc/rzfit_objc_map.m

Lines changed: 541 additions & 175 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)