[Mit-cadr-cvs] r398 - in branches/ggilley/emulator/usim/CADR: CADR CADR.xcodeproj
ggilley at common-lisp.net
ggilley at common-lisp.net
Fri Dec 7 05:21:00 UTC 2012
Author: ggilley
Date: Thu Dec 6 21:20:59 2012
New Revision: 398
Log:
add provisioning profile
Added:
branches/ggilley/emulator/usim/CADR/CADR/CADR_profile.provisionprofile (contents, props changed)
Modified:
branches/ggilley/emulator/usim/CADR/CADR.xcodeproj/project.pbxproj
branches/ggilley/emulator/usim/CADR/CADR/CADR.entitlements
Modified: branches/ggilley/emulator/usim/CADR/CADR.xcodeproj/project.pbxproj
==============================================================================
--- branches/ggilley/emulator/usim/CADR/CADR.xcodeproj/project.pbxproj Thu Dec 6 19:54:23 2012 (r397)
+++ branches/ggilley/emulator/usim/CADR/CADR.xcodeproj/project.pbxproj Thu Dec 6 21:20:59 2012 (r398)
@@ -65,6 +65,7 @@
DD36585F1665EEC800755138 /* ucadr.sym.841 in Resources */ = {isa = PBXBuildFile; fileRef = DD3658521665EEC800755138 /* ucadr.sym.841 */; };
DD3658601665EEC800755138 /* ucadr.sym.979 in Resources */ = {isa = PBXBuildFile; fileRef = DD3658531665EEC800755138 /* ucadr.sym.979 */; };
DD73006E16671C8300706ED9 /* cadr icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = DD73006D16671C8300706ED9 /* cadr icon.icns */; };
+ DDA39C211671AF840079DDDF /* CADR_profile.provisionprofile in Resources */ = {isa = PBXBuildFile; fileRef = DDA39C201671AF840079DDDF /* CADR_profile.provisionprofile */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -167,6 +168,7 @@
DD3658641665F0A600755138 /* keyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = keyboard.h; path = ../../keyboard.h; sourceTree = "<group>"; };
DD73006D16671C8300706ED9 /* cadr icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = "cadr icon.icns"; sourceTree = SOURCE_ROOT; };
DDA39C17166EFC2A0079DDDF /* CADR.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = CADR.entitlements; sourceTree = "<group>"; };
+ DDA39C201671AF840079DDDF /* CADR_profile.provisionprofile */ = {isa = PBXFileReference; lastKnownFileType = file; path = CADR_profile.provisionprofile; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -234,6 +236,7 @@
isa = PBXGroup;
children = (
DDA39C17166EFC2A0079DDDF /* CADR.entitlements */,
+ DDA39C201671AF840079DDDF /* CADR_profile.provisionprofile */,
DD36580B1665EAC000755138 /* cadrAppDelegate.m */,
DD36580E1665EAC000755138 /* DebuggerController.m */,
DD36580F1665EAC000755138 /* AppController.h */,
@@ -448,6 +451,7 @@
DD36585F1665EEC800755138 /* ucadr.sym.841 in Resources */,
DD3658601665EEC800755138 /* ucadr.sym.979 in Resources */,
DD73006E16671C8300706ED9 /* cadr icon.icns in Resources */,
+ DDA39C211671AF840079DDDF /* CADR_profile.provisionprofile in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -620,7 +624,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = CADR/CADR.entitlements;
- CODE_SIGN_IDENTITY = "Mac Developer";
+ CODE_SIGN_IDENTITY = "Mac Developer: Greg Gilley (HW2UG2Q7MX)";
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "CADR/CADR-Prefix.pch";
@@ -630,6 +634,7 @@
);
INFOPLIST_FILE = "CADR/CADR-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
+ PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Debug;
@@ -638,13 +643,14 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = CADR/CADR.entitlements;
- CODE_SIGN_IDENTITY = "Mac Developer";
+ CODE_SIGN_IDENTITY = "Mac Developer: Greg Gilley (HW2UG2Q7MX)";
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "CADR/CADR-Prefix.pch";
GCC_PREPROCESSOR_DEFINITIONS = "DISPLAY_OSX=1";
INFOPLIST_FILE = "CADR/CADR-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
+ PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Release;
Modified: branches/ggilley/emulator/usim/CADR/CADR/CADR.entitlements
==============================================================================
--- branches/ggilley/emulator/usim/CADR/CADR/CADR.entitlements Thu Dec 6 19:54:23 2012 (r397)
+++ branches/ggilley/emulator/usim/CADR/CADR/CADR.entitlements Thu Dec 6 21:20:59 2012 (r398)
@@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
+ <key>com.apple.developer.ubiquity-kvstore-identifier</key>
+ <string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
Added: branches/ggilley/emulator/usim/CADR/CADR/CADR_profile.provisionprofile
==============================================================================
Binary file. No diff available.
More information about the mit-cadr-cvs
mailing list