Commit Graph

4 Commits

Author SHA1 Message Date
Dave MacLachlan
ee9ead6cab Standardize formatting across files using
clang-format -style=Google
2017-11-18 16:11:20 -08:00
iziz
7572eb5b43 Cleanup and Rebuild schemes and it frameworks name & Update metadata with 7.7.5 2016-11-27 00:14:04 +09:00
Sam Galizia
64450ddf3b Enable Formatting of Obfuscated Numbers 2016-11-11 14:46:36 -05:00
Johannes Marbach
31d26b9621 Use external linkage & const pointers for shared string constants and make unknown region code public
The shared string constants in NBPhoneNumberDefines.h were defined as static variables.
As a result, they were not actually shared but instead a new instance was created for
every file that imported the header. This commit changes the constants to use external
linkage which makes them truly shared. On top, the pointers were made immutable. Finally,
the special @"ZZ" code for unknown regions was added to the public shared string constants.
Since this code can be returned by a number of public library functions, clients should
have a way to check for it other than using the internal string literal @"ZZ".
2015-11-06 12:40:41 +01:00