Changeset 276 for apps/iphone/my.tel
- Timestamp:
- 03/17/09 14:01:45 (4 years ago)
- Location:
- apps/iphone/my.tel/trunk
- Files:
-
- 3 modified
-
Icon.png (modified) (previous)
-
Info.plist (modified) (1 diff)
-
VIP.tel.xcodeproj/project.pbxproj (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Info.plist
r262 r276 9 9 <key>CFBundleExecutable</key> 10 10 <string>${EXECUTABLE_NAME}</string> 11 <key>CFBundleIconFile</key>12 <string></string>13 11 <key>CFBundleIdentifier</key> 14 12 <string>org.telnic.${PRODUCT_NAME}</string> -
apps/iphone/my.tel/trunk/VIP.tel.xcodeproj/project.pbxproj
r274 r276 18 18 380C02980F34670F00BD6C63 /* SubdomainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 380C02970F34670F00BD6C63 /* SubdomainViewController.m */; }; 19 19 380C02BE0F34CB5100BD6C63 /* DisclosureIndicator.png in Resources */ = {isa = PBXBuildFile; fileRef = 380C02BD0F34CB5100BD6C63 /* DisclosureIndicator.png */; }; 20 3814C4F00F6FD54F00053AB3 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 3814C4EF0F6FD54F00053AB3 /* Icon.png */; }; 20 21 38257FAE0F683B86001991E1 /* About.html in Resources */ = {isa = PBXBuildFile; fileRef = 38257FAD0F683B86001991E1 /* About.html */; }; 21 22 382732320ED34A8C0084A6CB /* RecordCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 382732310ED34A8C0084A6CB /* RecordCell.m */; }; … … 197 198 380C02970F34670F00BD6C63 /* SubdomainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SubdomainViewController.m; sourceTree = "<group>"; }; 198 199 380C02BD0F34CB5100BD6C63 /* DisclosureIndicator.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DisclosureIndicator.png; path = ../DisclosureIndicator.png; sourceTree = "<group>"; }; 200 3814C4EF0F6FD54F00053AB3 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; }; 199 201 38257FAD0F683B86001991E1 /* About.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = About.html; sourceTree = "<group>"; wrapsLines = 1; }; 200 202 382732300ED34A8C0084A6CB /* RecordCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RecordCell.h; sourceTree = "<group>"; }; … … 506 508 3884FED40EDFC00400359FC4 /* NIBs */, 507 509 3884FED50EDFC01D00359FC4 /* UI images */, 510 3814C4EF0F6FD54F00053AB3 /* Icon.png */, 508 511 8D1107310486CEB800E47090 /* Info.plist */, 509 512 382FDCD10F3B352B0021A935 /* Entitlements.plist */, … … 1010 1013 387E49F50F67F1820070F99E /* AboutView.xib in Resources */, 1011 1014 38257FAE0F683B86001991E1 /* About.html in Resources */, 1015 3814C4F00F6FD54F00053AB3 /* Icon.png in Resources */, 1012 1016 ); 1013 1017 runOnlyForDeploymentPostprocessing = 0; … … 1148 1152 buildSettings = { 1149 1153 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 1154 CODE_SIGN_ENTITLEMENTS = Entitlements.plist; 1155 CODE_SIGN_IDENTITY = "iPhone Distribution: Henri Asseily"; 1150 1156 GCC_C_LANGUAGE_STANDARD = c99; 1151 1157 GCC_WARN_ABOUT_RETURN_TYPE = YES; 1152 1158 GCC_WARN_UNUSED_VARIABLE = YES; 1153 1159 PREBINDING = NO; 1160 PROVISIONING_PROFILE = "DC881623-4681-45BB-B714-179F016CBFD9"; 1154 1161 SDKROOT = iphoneos2.1; 1155 1162 }; … … 1160 1167 buildSettings = { 1161 1168 ALWAYS_SEARCH_USER_PATHS = NO; 1162 CODE_SIGN_IDENTITY = "iPhone Distribution: Henri Asseily";1163 1169 COPY_PHASE_STRIP = YES; 1164 1170 FRAMEWORK_SEARCH_PATHS = ( … … 1174 1180 ); 1175 1181 PRODUCT_NAME = My.tel; 1176 PROVISIONING_PROFILE = "DC881623-4681-45BB-B714-179F016CBFD9";1177 1182 }; 1178 1183 name = Distribution;








