I am porting an app from palm to iPhone OS and would like to use .rcs files from palm port. These files contain large amount of raw hex constatnts, that have to be hard - coded into app. When I try to compile my .rcs file in xCode, compile goes successfully. Does this mean I can embed these files into app and access the data? If yes - please direct me on how to embed and access these data from within the app.
the file format is something like (but much larger):
HEX "data" ID MyMinValueRcs
0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0
HEX "data" ID MyMaxValueRcs
0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0