diff --git a/Frameworks/Account/xcconfig/Account_project.xcconfig b/Frameworks/Account/xcconfig/Account_project.xcconfig index f4011eb5f..66c502769 100644 --- a/Frameworks/Account/xcconfig/Account_project.xcconfig +++ b/Frameworks/Account/xcconfig/Account_project.xcconfig @@ -1,7 +1,7 @@ CODE_SIGN_IDENTITY = Developer ID Application DEVELOPMENT_TEAM = M8L2WTLA8W CODE_SIGN_STYLE = Manual -PROVISIONING_PROFILE_SPECIFIER = NetNewsWire +PROVISIONING_PROFILE_SPECIFIER = // See the notes in NetNewsWire_target.xcconfig on why the // DeveloperSettings.xcconfig is #included here diff --git a/Frameworks/Articles/xcconfig/Articles_project.xcconfig b/Frameworks/Articles/xcconfig/Articles_project.xcconfig index 66aa6cd86..31f54f3a9 100644 --- a/Frameworks/Articles/xcconfig/Articles_project.xcconfig +++ b/Frameworks/Articles/xcconfig/Articles_project.xcconfig @@ -1,7 +1,7 @@ CODE_SIGN_IDENTITY = Developer ID Application DEVELOPMENT_TEAM = M8L2WTLA8W CODE_SIGN_STYLE = Manual -PROVISIONING_PROFILE_SPECIFIER = NetNewsWire +PROVISIONING_PROFILE_SPECIFIER = // See the notes in NetNewsWire_target.xcconfig on why the // DeveloperSettings.xcconfig is #included here diff --git a/Frameworks/ArticlesDatabase/xcconfig/ArticlesDatabase_project.xcconfig b/Frameworks/ArticlesDatabase/xcconfig/ArticlesDatabase_project.xcconfig index 66aa6cd86..31f54f3a9 100644 --- a/Frameworks/ArticlesDatabase/xcconfig/ArticlesDatabase_project.xcconfig +++ b/Frameworks/ArticlesDatabase/xcconfig/ArticlesDatabase_project.xcconfig @@ -1,7 +1,7 @@ CODE_SIGN_IDENTITY = Developer ID Application DEVELOPMENT_TEAM = M8L2WTLA8W CODE_SIGN_STYLE = Manual -PROVISIONING_PROFILE_SPECIFIER = NetNewsWire +PROVISIONING_PROFILE_SPECIFIER = // See the notes in NetNewsWire_target.xcconfig on why the // DeveloperSettings.xcconfig is #included here diff --git a/Frameworks/SyncDatabase/xcconfig/SyncDatabase_project.xcconfig b/Frameworks/SyncDatabase/xcconfig/SyncDatabase_project.xcconfig index eed283696..e2b77cc11 100644 --- a/Frameworks/SyncDatabase/xcconfig/SyncDatabase_project.xcconfig +++ b/Frameworks/SyncDatabase/xcconfig/SyncDatabase_project.xcconfig @@ -1,7 +1,7 @@ CODE_SIGN_IDENTITY = Developer ID Application DEVELOPMENT_TEAM = M8L2WTLA8W CODE_SIGN_STYLE = Manual -PROVISIONING_PROFILE_SPECIFIER = NetNewsWire +PROVISIONING_PROFILE_SPECIFIER = // See the notes in NetNewsWire_target.xcconfig on why the // DeveloperSettings.xcconfig is #included here diff --git a/submodules/RSCore b/submodules/RSCore index 260313635..fb0e88da4 160000 --- a/submodules/RSCore +++ b/submodules/RSCore @@ -1 +1 @@ -Subproject commit 260313635b8c1f7b796477100b61d42aba7ad8b3 +Subproject commit fb0e88da4ceba9a48d471f96febc56accab86d15 diff --git a/submodules/RSDatabase b/submodules/RSDatabase index 19c67ac53..20cf37b00 160000 --- a/submodules/RSDatabase +++ b/submodules/RSDatabase @@ -1 +1 @@ -Subproject commit 19c67ac53b9baf3cca388cd4eb57a0532b44239e +Subproject commit 20cf37b0070a0c31e4185d5793468f8bfba15d28 diff --git a/submodules/RSParser b/submodules/RSParser index 4da8a057c..eb905edf2 160000 --- a/submodules/RSParser +++ b/submodules/RSParser @@ -1 +1 @@ -Subproject commit 4da8a057c4f88e401412f84704f9e7a2d3d38fac +Subproject commit eb905edf2d4dbe36f3f8b91427e30677d56e54e4 diff --git a/submodules/RSTree b/submodules/RSTree index fcf805f49..d65e76261 160000 --- a/submodules/RSTree +++ b/submodules/RSTree @@ -1 +1 @@ -Subproject commit fcf805f49caf1c3ae60b6e2d3ac5707186ca29af +Subproject commit d65e76261eb694571653bbbac9c3bf1d58bcbd1b diff --git a/submodules/RSWeb b/submodules/RSWeb index abed8a878..31115e974 160000 --- a/submodules/RSWeb +++ b/submodules/RSWeb @@ -1 +1 @@ -Subproject commit abed8a878831f58cae0644e20c6eb7e7af1c8972 +Subproject commit 31115e974f97b0206739943f1434fcb36d0cba48 diff --git a/xcconfig/NetNewsWire_safariextension_target.xcconfig b/xcconfig/NetNewsWire_safariextension_target.xcconfig index 5d8a01942..b3b4bd03d 100644 --- a/xcconfig/NetNewsWire_safariextension_target.xcconfig +++ b/xcconfig/NetNewsWire_safariextension_target.xcconfig @@ -2,7 +2,7 @@ CODE_SIGN_IDENTITY = Developer ID Application DEVELOPMENT_TEAM = M8L2WTLA8W CODE_SIGN_STYLE = Manual ORGANIZATION_IDENTIFIER = com.ranchero -PROVISIONING_PROFILE_SPECIFIER = NetNewsWire +PROVISIONING_PROFILE_SPECIFIER = // developers can locally override the Xcode settings for code signing // by creating a DeveloperSettings.xcconfig file locally at the appropriate path