diff --git a/PDFViewer.xcodeproj/project.pbxproj b/PDFViewer.xcodeproj/project.pbxproj --- a/PDFViewer.xcodeproj/project.pbxproj +++ b/PDFViewer.xcodeproj/project.pbxproj @@ -13,6 +13,7 @@ B268D7FE1E89963E00F71608 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B268D7FD1E89963E00F71608 /* main.m */; }; B268D8031E89963E00F71608 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B268D8021E89963E00F71608 /* Assets.xcassets */; }; B268D8061E89963E00F71608 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B268D8041E89963E00F71608 /* Main.storyboard */; }; + B2F58F301EAAAC3300E093C3 /* PDFViewer.help in Resources */ = {isa = PBXBuildFile; fileRef = B2F58F2F1EAAAC3300E093C3 /* PDFViewer.help */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -27,6 +28,7 @@ B268D8021E89963E00F71608 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; B268D8051E89963E00F71608 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; B268D8071E89963E00F71608 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B2F58F2F1EAAAC3300E093C3 /* PDFViewer.help */ = {isa = PBXFileReference; lastKnownFileType = folder; path = PDFViewer.help; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -100,6 +102,7 @@ B268D7FC1E89963E00F71608 /* Supporting Files */ = { isa = PBXGroup; children = ( + B2F58F2F1EAAAC3300E093C3 /* PDFViewer.help */, B268D7FD1E89963E00F71608 /* main.m */, ); name = "Supporting Files"; @@ -136,6 +139,7 @@ TargetAttributes = { B268D7F51E89963E00F71608 = { CreatedOnToolsVersion = 7.2.1; + DevelopmentTeam = NS52DCTHFQ; }; }; }; @@ -164,6 +168,7 @@ files = ( B268D8031E89963E00F71608 /* Assets.xcassets in Resources */, B268D8061E89963E00F71608 /* Main.storyboard in Resources */, + B2F58F301EAAAC3300E093C3 /* PDFViewer.help in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -278,11 +283,14 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "Developer ID Application"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer"; COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = PDFViewer/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = de.4customers.PDFViewer; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; }; name = Debug; }; @@ -290,11 +298,14 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "Developer ID Application"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer"; COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = PDFViewer/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = de.4customers.PDFViewer; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; }; name = Release; };