diff --git a/.gitignore b/.gitignore index a8579baa77..d0f3b76efd 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,5 @@ profile *~.nib profile -documentation/ \ No newline at end of file +documentation/ +Products/ \ No newline at end of file diff --git a/Classes/Update/BITAppVersionMetaInfo.h b/Classes/BITAppVersionMetaInfo.h similarity index 100% rename from Classes/Update/BITAppVersionMetaInfo.h rename to Classes/BITAppVersionMetaInfo.h diff --git a/Classes/Update/BITAppVersionMetaInfo.m b/Classes/BITAppVersionMetaInfo.m similarity index 100% rename from Classes/Update/BITAppVersionMetaInfo.m rename to Classes/BITAppVersionMetaInfo.m diff --git a/Classes/CrashReports/BITCrashManager.h b/Classes/BITCrashManager.h similarity index 99% rename from Classes/CrashReports/BITCrashManager.h rename to Classes/BITCrashManager.h index 1f4d955f21..777bc71150 100644 --- a/Classes/CrashReports/BITCrashManager.h +++ b/Classes/BITCrashManager.h @@ -30,7 +30,7 @@ #import -#import "../Helper/BITHockeyBaseManager.h" +#import "BITHockeyBaseManager.h" // hockey crash manager status diff --git a/Classes/CrashReports/BITCrashManager.m b/Classes/BITCrashManager.m similarity index 100% rename from Classes/CrashReports/BITCrashManager.m rename to Classes/BITCrashManager.m diff --git a/Classes/CrashReports/BITCrashManagerDelegate.h b/Classes/BITCrashManagerDelegate.h similarity index 100% rename from Classes/CrashReports/BITCrashManagerDelegate.h rename to Classes/BITCrashManagerDelegate.h diff --git a/Classes/CrashReports/BITCrashManagerPrivate.h b/Classes/BITCrashManagerPrivate.h similarity index 100% rename from Classes/CrashReports/BITCrashManagerPrivate.h rename to Classes/BITCrashManagerPrivate.h diff --git a/Classes/CrashReports/BITCrashReportTextFormatter.h b/Classes/BITCrashReportTextFormatter.h similarity index 100% rename from Classes/CrashReports/BITCrashReportTextFormatter.h rename to Classes/BITCrashReportTextFormatter.h diff --git a/Classes/CrashReports/BITCrashReportTextFormatter.m b/Classes/BITCrashReportTextFormatter.m similarity index 100% rename from Classes/CrashReports/BITCrashReportTextFormatter.m rename to Classes/BITCrashReportTextFormatter.m diff --git a/Classes/Feedback/BITFeedbackComposeViewController.h b/Classes/BITFeedbackComposeViewController.h similarity index 100% rename from Classes/Feedback/BITFeedbackComposeViewController.h rename to Classes/BITFeedbackComposeViewController.h diff --git a/Classes/Feedback/BITFeedbackComposeViewController.m b/Classes/BITFeedbackComposeViewController.m similarity index 100% rename from Classes/Feedback/BITFeedbackComposeViewController.m rename to Classes/BITFeedbackComposeViewController.m diff --git a/Classes/Feedback/BITFeedbackListViewCell.h b/Classes/BITFeedbackListViewCell.h similarity index 100% rename from Classes/Feedback/BITFeedbackListViewCell.h rename to Classes/BITFeedbackListViewCell.h diff --git a/Classes/Feedback/BITFeedbackListViewCell.m b/Classes/BITFeedbackListViewCell.m similarity index 100% rename from Classes/Feedback/BITFeedbackListViewCell.m rename to Classes/BITFeedbackListViewCell.m diff --git a/Classes/Feedback/BITFeedbackListViewController.h b/Classes/BITFeedbackListViewController.h similarity index 96% rename from Classes/Feedback/BITFeedbackListViewController.h rename to Classes/BITFeedbackListViewController.h index a63addd734..9ed216bd21 100644 --- a/Classes/Feedback/BITFeedbackListViewController.h +++ b/Classes/BITFeedbackListViewController.h @@ -29,7 +29,7 @@ #import -#import "../Helper/BITHockeyBaseViewController.h" +#import "BITHockeyBaseViewController.h" @interface BITFeedbackListViewController : BITHockeyBaseViewController { diff --git a/Classes/Feedback/BITFeedbackListViewController.m b/Classes/BITFeedbackListViewController.m similarity index 100% rename from Classes/Feedback/BITFeedbackListViewController.m rename to Classes/BITFeedbackListViewController.m diff --git a/Classes/Feedback/BITFeedbackManager.h b/Classes/BITFeedbackManager.h similarity index 98% rename from Classes/Feedback/BITFeedbackManager.h rename to Classes/BITFeedbackManager.h index 4e1bb6c81d..318ce91ac8 100644 --- a/Classes/Feedback/BITFeedbackManager.h +++ b/Classes/BITFeedbackManager.h @@ -29,7 +29,7 @@ #import -#import "../Helper/BITHockeyBaseManager.h" +#import "BITHockeyBaseManager.h" #import "BITFeedbackListViewController.h" #import "BITFeedbackComposeViewController.h" diff --git a/Classes/Feedback/BITFeedbackManager.m b/Classes/BITFeedbackManager.m similarity index 100% rename from Classes/Feedback/BITFeedbackManager.m rename to Classes/BITFeedbackManager.m diff --git a/Classes/Feedback/BITFeedbackManagerPrivate.h b/Classes/BITFeedbackManagerPrivate.h similarity index 100% rename from Classes/Feedback/BITFeedbackManagerPrivate.h rename to Classes/BITFeedbackManagerPrivate.h diff --git a/Classes/Feedback/BITFeedbackMessage.h b/Classes/BITFeedbackMessage.h similarity index 100% rename from Classes/Feedback/BITFeedbackMessage.h rename to Classes/BITFeedbackMessage.h diff --git a/Classes/Feedback/BITFeedbackMessage.m b/Classes/BITFeedbackMessage.m similarity index 100% rename from Classes/Feedback/BITFeedbackMessage.m rename to Classes/BITFeedbackMessage.m diff --git a/Classes/Feedback/BITFeedbackUserDataViewController.h b/Classes/BITFeedbackUserDataViewController.h similarity index 100% rename from Classes/Feedback/BITFeedbackUserDataViewController.h rename to Classes/BITFeedbackUserDataViewController.h diff --git a/Classes/Feedback/BITFeedbackUserDataViewController.m b/Classes/BITFeedbackUserDataViewController.m similarity index 100% rename from Classes/Feedback/BITFeedbackUserDataViewController.m rename to Classes/BITFeedbackUserDataViewController.m diff --git a/Classes/Helper/BITHockeyBaseManager.h b/Classes/BITHockeyBaseManager.h similarity index 100% rename from Classes/Helper/BITHockeyBaseManager.h rename to Classes/BITHockeyBaseManager.h diff --git a/Classes/Helper/BITHockeyBaseManager.m b/Classes/BITHockeyBaseManager.m similarity index 100% rename from Classes/Helper/BITHockeyBaseManager.m rename to Classes/BITHockeyBaseManager.m diff --git a/Classes/Helper/BITHockeyBaseManagerPrivate.h b/Classes/BITHockeyBaseManagerPrivate.h similarity index 100% rename from Classes/Helper/BITHockeyBaseManagerPrivate.h rename to Classes/BITHockeyBaseManagerPrivate.h diff --git a/Classes/Helper/BITHockeyBaseViewController.h b/Classes/BITHockeyBaseViewController.h similarity index 100% rename from Classes/Helper/BITHockeyBaseViewController.h rename to Classes/BITHockeyBaseViewController.h diff --git a/Classes/Helper/BITHockeyBaseViewController.m b/Classes/BITHockeyBaseViewController.m similarity index 100% rename from Classes/Helper/BITHockeyBaseViewController.m rename to Classes/BITHockeyBaseViewController.m diff --git a/Classes/Helper/BITHockeyHelper.h b/Classes/BITHockeyHelper.h similarity index 100% rename from Classes/Helper/BITHockeyHelper.h rename to Classes/BITHockeyHelper.h diff --git a/Classes/Helper/BITHockeyHelper.m b/Classes/BITHockeyHelper.m similarity index 100% rename from Classes/Helper/BITHockeyHelper.m rename to Classes/BITHockeyHelper.m diff --git a/Classes/Update/BITUpdateManager.h b/Classes/BITUpdateManager.h similarity index 99% rename from Classes/Update/BITUpdateManager.h rename to Classes/BITUpdateManager.h index 7355569d24..656f8d07db 100644 --- a/Classes/Update/BITUpdateManager.h +++ b/Classes/BITUpdateManager.h @@ -30,7 +30,7 @@ #import -#import "../Helper/BITHockeyBaseManager.h" +#import "BITHockeyBaseManager.h" typedef enum { diff --git a/Classes/Update/BITUpdateManager.m b/Classes/BITUpdateManager.m similarity index 100% rename from Classes/Update/BITUpdateManager.m rename to Classes/BITUpdateManager.m diff --git a/Classes/Update/BITUpdateManagerDelegate.h b/Classes/BITUpdateManagerDelegate.h similarity index 100% rename from Classes/Update/BITUpdateManagerDelegate.h rename to Classes/BITUpdateManagerDelegate.h diff --git a/Classes/Update/BITUpdateManagerPrivate.h b/Classes/BITUpdateManagerPrivate.h similarity index 100% rename from Classes/Update/BITUpdateManagerPrivate.h rename to Classes/BITUpdateManagerPrivate.h diff --git a/Classes/Update/BITUpdateViewController.h b/Classes/BITUpdateViewController.h similarity index 96% rename from Classes/Update/BITUpdateViewController.h rename to Classes/BITUpdateViewController.h index 4f03a0d182..cf131cc49b 100644 --- a/Classes/Update/BITUpdateViewController.h +++ b/Classes/BITUpdateViewController.h @@ -30,7 +30,7 @@ #import -#import "../Helper/BITHockeyBaseViewController.h" +#import "BITHockeyBaseViewController.h" @class PSStoreButton; diff --git a/Classes/Update/BITUpdateViewController.m b/Classes/BITUpdateViewController.m similarity index 100% rename from Classes/Update/BITUpdateViewController.m rename to Classes/BITUpdateViewController.m diff --git a/Classes/Update/BITUpdateViewControllerPrivate.h b/Classes/BITUpdateViewControllerPrivate.h similarity index 100% rename from Classes/Update/BITUpdateViewControllerPrivate.h rename to Classes/BITUpdateViewControllerPrivate.h diff --git a/Classes/HockeySDK.h b/Classes/HockeySDK.h index 96a13ef1fd..a377574bf5 100644 --- a/Classes/HockeySDK.h +++ b/Classes/HockeySDK.h @@ -33,16 +33,16 @@ #import "BITHockeyManager.h" #import "BITHockeyManagerDelegate.h" -#import "CrashReports/BITCrashManager.h" -#import "CrashReports/BITCrashManagerDelegate.h" +#import "BITCrashManager.h" +#import "BITCrashManagerDelegate.h" -#import "Update/BITUpdateManager.h" -#import "Update/BITUpdateManagerDelegate.h" -#import "Update/BITUpdateViewController.h" +#import "BITUpdateManager.h" +#import "BITUpdateManagerDelegate.h" +#import "BITUpdateViewController.h" -#import "Feedback/BITFeedbackManager.h" -#import "Feedback/BITFeedbackComposeViewController.h" -#import "Feedback/BITFeedbackListViewController.h" +#import "BITFeedbackManager.h" +#import "BITFeedbackComposeViewController.h" +#import "BITFeedbackListViewController.h" // Notification message which HockeyManager is listening to, to retry requesting updated from the server diff --git a/Classes/Helper/HockeySDKPrivate.h b/Classes/HockeySDKPrivate.h similarity index 100% rename from Classes/Helper/HockeySDKPrivate.h rename to Classes/HockeySDKPrivate.h diff --git a/Classes/Helper/HockeySDKPrivate.m b/Classes/HockeySDKPrivate.m similarity index 100% rename from Classes/Helper/HockeySDKPrivate.m rename to Classes/HockeySDKPrivate.m diff --git a/Classes/Helper/PSAppStoreHeader.h b/Classes/PSAppStoreHeader.h similarity index 100% rename from Classes/Helper/PSAppStoreHeader.h rename to Classes/PSAppStoreHeader.h diff --git a/Classes/Helper/PSAppStoreHeader.m b/Classes/PSAppStoreHeader.m similarity index 100% rename from Classes/Helper/PSAppStoreHeader.m rename to Classes/PSAppStoreHeader.m diff --git a/Classes/Helper/PSStoreButton.h b/Classes/PSStoreButton.h similarity index 100% rename from Classes/Helper/PSStoreButton.h rename to Classes/PSStoreButton.h diff --git a/Classes/Helper/PSStoreButton.m b/Classes/PSStoreButton.m similarity index 100% rename from Classes/Helper/PSStoreButton.m rename to Classes/PSStoreButton.m diff --git a/Classes/Helper/PSWebTableViewCell.h b/Classes/PSWebTableViewCell.h similarity index 100% rename from Classes/Helper/PSWebTableViewCell.h rename to Classes/PSWebTableViewCell.h diff --git a/Classes/Helper/PSWebTableViewCell.m b/Classes/PSWebTableViewCell.m similarity index 100% rename from Classes/Helper/PSWebTableViewCell.m rename to Classes/PSWebTableViewCell.m diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/Support/HockeySDK.xcconfig b/Support/HockeySDK.xcconfig new file mode 100644 index 0000000000..7edd76461b --- /dev/null +++ b/Support/HockeySDK.xcconfig @@ -0,0 +1,2 @@ +OTHER_LDFLAGS=$(inherited) -ObjC -framework CoreGraphics -framework Foundation -framework QuartzCore -framework SystemConfiguration -weak_framework AdSupport -weak_framework UIKit +APPLEDOC_DOCSET_NAME=HockeySDK-iOS \ No newline at end of file diff --git a/Support/HockeySDK.xcodeproj/project.pbxproj b/Support/HockeySDK.xcodeproj/project.pbxproj index bb8a49176e..623902c18a 100644 --- a/Support/HockeySDK.xcodeproj/project.pbxproj +++ b/Support/HockeySDK.xcodeproj/project.pbxproj @@ -7,6 +7,18 @@ objects = { /* Begin PBXAggregateTarget section */ + 1E4F61E91621AD970033EFC5 /* HockeySDK Framework */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 1E4F61EA1621AD970033EFC5 /* Build configuration list for PBXAggregateTarget "HockeySDK Framework" */; + buildPhases = ( + 1E4F61ED1621ADE70033EFC5 /* Build universal embedded framework */, + ); + dependencies = ( + 1E754E431621F6290070AB92 /* PBXTargetDependency */, + ); + name = "HockeySDK Framework"; + productName = "HockeySDK Framework"; + }; 1E8E66AD15BC3D7700632A2E /* HockeySDK Documentation */ = { isa = PBXAggregateTarget; buildConfigurationList = 1E8E66B015BC3D7700632A2E /* Build configuration list for PBXAggregateTarget "HockeySDK Documentation" */; @@ -22,148 +34,43 @@ /* Begin PBXBuildFile section */ 1E27EF2515BB5033000AE995 /* HockeySDK.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1E59555F15B6F80E00A03429 /* HockeySDK.strings */; }; - 1E49A43A1612223B00463151 /* BITFeedbackComposeViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A42D1612223B00463151 /* BITFeedbackComposeViewController.h */; }; - 1E49A43B1612223B00463151 /* BITFeedbackComposeViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A42D1612223B00463151 /* BITFeedbackComposeViewController.h */; }; 1E49A43C1612223B00463151 /* BITFeedbackComposeViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A42D1612223B00463151 /* BITFeedbackComposeViewController.h */; }; - 1E49A43D1612223B00463151 /* BITFeedbackComposeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A42E1612223B00463151 /* BITFeedbackComposeViewController.m */; }; - 1E49A43E1612223B00463151 /* BITFeedbackComposeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A42E1612223B00463151 /* BITFeedbackComposeViewController.m */; }; 1E49A43F1612223B00463151 /* BITFeedbackComposeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A42E1612223B00463151 /* BITFeedbackComposeViewController.m */; }; - 1E49A4401612223B00463151 /* BITFeedbackListViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A42F1612223B00463151 /* BITFeedbackListViewCell.h */; }; - 1E49A4411612223B00463151 /* BITFeedbackListViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A42F1612223B00463151 /* BITFeedbackListViewCell.h */; }; 1E49A4421612223B00463151 /* BITFeedbackListViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A42F1612223B00463151 /* BITFeedbackListViewCell.h */; }; - 1E49A4431612223B00463151 /* BITFeedbackListViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4301612223B00463151 /* BITFeedbackListViewCell.m */; }; - 1E49A4441612223B00463151 /* BITFeedbackListViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4301612223B00463151 /* BITFeedbackListViewCell.m */; }; 1E49A4451612223B00463151 /* BITFeedbackListViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4301612223B00463151 /* BITFeedbackListViewCell.m */; }; - 1E49A4461612223B00463151 /* BITFeedbackListViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4311612223B00463151 /* BITFeedbackListViewController.h */; }; - 1E49A4471612223B00463151 /* BITFeedbackListViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4311612223B00463151 /* BITFeedbackListViewController.h */; }; 1E49A4481612223B00463151 /* BITFeedbackListViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4311612223B00463151 /* BITFeedbackListViewController.h */; }; - 1E49A4491612223B00463151 /* BITFeedbackListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4321612223B00463151 /* BITFeedbackListViewController.m */; }; - 1E49A44A1612223B00463151 /* BITFeedbackListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4321612223B00463151 /* BITFeedbackListViewController.m */; }; 1E49A44B1612223B00463151 /* BITFeedbackListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4321612223B00463151 /* BITFeedbackListViewController.m */; }; - 1E49A44C1612223B00463151 /* BITFeedbackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4331612223B00463151 /* BITFeedbackManager.h */; }; - 1E49A44D1612223B00463151 /* BITFeedbackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4331612223B00463151 /* BITFeedbackManager.h */; }; 1E49A44E1612223B00463151 /* BITFeedbackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4331612223B00463151 /* BITFeedbackManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E49A44F1612223B00463151 /* BITFeedbackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4341612223B00463151 /* BITFeedbackManager.m */; }; - 1E49A4501612223B00463151 /* BITFeedbackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4341612223B00463151 /* BITFeedbackManager.m */; }; 1E49A4511612223B00463151 /* BITFeedbackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4341612223B00463151 /* BITFeedbackManager.m */; }; - 1E49A4521612223B00463151 /* BITFeedbackManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4351612223B00463151 /* BITFeedbackManagerPrivate.h */; }; - 1E49A4531612223B00463151 /* BITFeedbackManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4351612223B00463151 /* BITFeedbackManagerPrivate.h */; }; 1E49A4541612223B00463151 /* BITFeedbackManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4351612223B00463151 /* BITFeedbackManagerPrivate.h */; }; - 1E49A4551612223B00463151 /* BITFeedbackMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4361612223B00463151 /* BITFeedbackMessage.h */; }; - 1E49A4561612223B00463151 /* BITFeedbackMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4361612223B00463151 /* BITFeedbackMessage.h */; }; 1E49A4571612223B00463151 /* BITFeedbackMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4361612223B00463151 /* BITFeedbackMessage.h */; }; - 1E49A4581612223B00463151 /* BITFeedbackMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4371612223B00463151 /* BITFeedbackMessage.m */; }; - 1E49A4591612223B00463151 /* BITFeedbackMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4371612223B00463151 /* BITFeedbackMessage.m */; }; 1E49A45A1612223B00463151 /* BITFeedbackMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4371612223B00463151 /* BITFeedbackMessage.m */; }; - 1E49A45B1612223B00463151 /* BITFeedbackUserDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4381612223B00463151 /* BITFeedbackUserDataViewController.h */; }; - 1E49A45C1612223B00463151 /* BITFeedbackUserDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4381612223B00463151 /* BITFeedbackUserDataViewController.h */; }; 1E49A45D1612223B00463151 /* BITFeedbackUserDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4381612223B00463151 /* BITFeedbackUserDataViewController.h */; }; - 1E49A45E1612223B00463151 /* BITFeedbackUserDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4391612223B00463151 /* BITFeedbackUserDataViewController.m */; }; - 1E49A45F1612223B00463151 /* BITFeedbackUserDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4391612223B00463151 /* BITFeedbackUserDataViewController.m */; }; 1E49A4601612223B00463151 /* BITFeedbackUserDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4391612223B00463151 /* BITFeedbackUserDataViewController.m */; }; - 1E49A46B1612226D00463151 /* BITAppVersionMetaInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4621612226D00463151 /* BITAppVersionMetaInfo.h */; }; - 1E49A46C1612226D00463151 /* BITAppVersionMetaInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4621612226D00463151 /* BITAppVersionMetaInfo.h */; }; 1E49A46D1612226D00463151 /* BITAppVersionMetaInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4621612226D00463151 /* BITAppVersionMetaInfo.h */; }; - 1E49A46E1612226D00463151 /* BITAppVersionMetaInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4631612226D00463151 /* BITAppVersionMetaInfo.m */; }; - 1E49A46F1612226D00463151 /* BITAppVersionMetaInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4631612226D00463151 /* BITAppVersionMetaInfo.m */; }; 1E49A4701612226D00463151 /* BITAppVersionMetaInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4631612226D00463151 /* BITAppVersionMetaInfo.m */; }; - 1E49A4711612226D00463151 /* BITUpdateManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4641612226D00463151 /* BITUpdateManager.h */; }; - 1E49A4721612226D00463151 /* BITUpdateManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4641612226D00463151 /* BITUpdateManager.h */; }; 1E49A4731612226D00463151 /* BITUpdateManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4641612226D00463151 /* BITUpdateManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E49A4741612226D00463151 /* BITUpdateManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4651612226D00463151 /* BITUpdateManager.m */; }; - 1E49A4751612226D00463151 /* BITUpdateManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4651612226D00463151 /* BITUpdateManager.m */; }; 1E49A4761612226D00463151 /* BITUpdateManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4651612226D00463151 /* BITUpdateManager.m */; }; - 1E49A4771612226D00463151 /* BITUpdateManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4661612226D00463151 /* BITUpdateManagerDelegate.h */; }; - 1E49A4781612226D00463151 /* BITUpdateManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4661612226D00463151 /* BITUpdateManagerDelegate.h */; }; 1E49A4791612226D00463151 /* BITUpdateManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4661612226D00463151 /* BITUpdateManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E49A47A1612226D00463151 /* BITUpdateManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4671612226D00463151 /* BITUpdateManagerPrivate.h */; }; - 1E49A47B1612226D00463151 /* BITUpdateManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4671612226D00463151 /* BITUpdateManagerPrivate.h */; }; 1E49A47C1612226D00463151 /* BITUpdateManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4671612226D00463151 /* BITUpdateManagerPrivate.h */; }; - 1E49A47D1612226D00463151 /* BITUpdateViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4681612226D00463151 /* BITUpdateViewController.h */; }; - 1E49A47E1612226D00463151 /* BITUpdateViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4681612226D00463151 /* BITUpdateViewController.h */; }; 1E49A47F1612226D00463151 /* BITUpdateViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4681612226D00463151 /* BITUpdateViewController.h */; }; - 1E49A4801612226D00463151 /* BITUpdateViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4691612226D00463151 /* BITUpdateViewController.m */; }; - 1E49A4811612226D00463151 /* BITUpdateViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4691612226D00463151 /* BITUpdateViewController.m */; }; 1E49A4821612226D00463151 /* BITUpdateViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4691612226D00463151 /* BITUpdateViewController.m */; }; - 1E49A4831612226D00463151 /* BITUpdateViewControllerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A46A1612226D00463151 /* BITUpdateViewControllerPrivate.h */; }; - 1E49A4841612226D00463151 /* BITUpdateViewControllerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A46A1612226D00463151 /* BITUpdateViewControllerPrivate.h */; }; 1E49A4851612226D00463151 /* BITUpdateViewControllerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A46A1612226D00463151 /* BITUpdateViewControllerPrivate.h */; }; - 1E49A48D1612228800463151 /* BITCrashManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4871612228800463151 /* BITCrashManager.h */; }; - 1E49A48E1612228800463151 /* BITCrashManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4871612228800463151 /* BITCrashManager.h */; }; - 1E49A48F1612228800463151 /* BITCrashManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4871612228800463151 /* BITCrashManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E49A4901612228800463151 /* BITCrashManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4881612228800463151 /* BITCrashManager.m */; }; - 1E49A4911612228800463151 /* BITCrashManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4881612228800463151 /* BITCrashManager.m */; }; - 1E49A4921612228800463151 /* BITCrashManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4881612228800463151 /* BITCrashManager.m */; }; - 1E49A4931612228800463151 /* BITCrashManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4891612228800463151 /* BITCrashManagerDelegate.h */; }; - 1E49A4941612228800463151 /* BITCrashManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4891612228800463151 /* BITCrashManagerDelegate.h */; }; - 1E49A4951612228800463151 /* BITCrashManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4891612228800463151 /* BITCrashManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E49A4961612228800463151 /* BITCrashManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A48A1612228800463151 /* BITCrashManagerPrivate.h */; }; - 1E49A4971612228800463151 /* BITCrashManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A48A1612228800463151 /* BITCrashManagerPrivate.h */; }; - 1E49A4981612228800463151 /* BITCrashManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A48A1612228800463151 /* BITCrashManagerPrivate.h */; }; - 1E49A4991612228800463151 /* BITCrashReportTextFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A48B1612228800463151 /* BITCrashReportTextFormatter.h */; }; - 1E49A49A1612228800463151 /* BITCrashReportTextFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A48B1612228800463151 /* BITCrashReportTextFormatter.h */; }; - 1E49A49B1612228800463151 /* BITCrashReportTextFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A48B1612228800463151 /* BITCrashReportTextFormatter.h */; }; - 1E49A49C1612228800463151 /* BITCrashReportTextFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A48C1612228800463151 /* BITCrashReportTextFormatter.m */; }; - 1E49A49D1612228800463151 /* BITCrashReportTextFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A48C1612228800463151 /* BITCrashReportTextFormatter.m */; }; - 1E49A49E1612228800463151 /* BITCrashReportTextFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A48C1612228800463151 /* BITCrashReportTextFormatter.m */; }; - 1E49A4AD161222B900463151 /* BITHockeyBaseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A0161222B900463151 /* BITHockeyBaseManager.h */; }; - 1E49A4AE161222B900463151 /* BITHockeyBaseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A0161222B900463151 /* BITHockeyBaseManager.h */; }; 1E49A4AF161222B900463151 /* BITHockeyBaseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A0161222B900463151 /* BITHockeyBaseManager.h */; }; - 1E49A4B0161222B900463151 /* BITHockeyBaseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4A1161222B900463151 /* BITHockeyBaseManager.m */; }; - 1E49A4B1161222B900463151 /* BITHockeyBaseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4A1161222B900463151 /* BITHockeyBaseManager.m */; }; 1E49A4B2161222B900463151 /* BITHockeyBaseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4A1161222B900463151 /* BITHockeyBaseManager.m */; }; - 1E49A4B3161222B900463151 /* BITHockeyBaseManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A2161222B900463151 /* BITHockeyBaseManagerPrivate.h */; }; - 1E49A4B4161222B900463151 /* BITHockeyBaseManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A2161222B900463151 /* BITHockeyBaseManagerPrivate.h */; }; 1E49A4B5161222B900463151 /* BITHockeyBaseManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A2161222B900463151 /* BITHockeyBaseManagerPrivate.h */; }; - 1E49A4B6161222B900463151 /* BITHockeyBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A3161222B900463151 /* BITHockeyBaseViewController.h */; }; - 1E49A4B7161222B900463151 /* BITHockeyBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A3161222B900463151 /* BITHockeyBaseViewController.h */; }; 1E49A4B8161222B900463151 /* BITHockeyBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A3161222B900463151 /* BITHockeyBaseViewController.h */; }; - 1E49A4B9161222B900463151 /* BITHockeyBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4A4161222B900463151 /* BITHockeyBaseViewController.m */; }; - 1E49A4BA161222B900463151 /* BITHockeyBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4A4161222B900463151 /* BITHockeyBaseViewController.m */; }; 1E49A4BB161222B900463151 /* BITHockeyBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4A4161222B900463151 /* BITHockeyBaseViewController.m */; }; - 1E49A4BC161222B900463151 /* BITHockeyHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A5161222B900463151 /* BITHockeyHelper.h */; }; - 1E49A4BD161222B900463151 /* BITHockeyHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A5161222B900463151 /* BITHockeyHelper.h */; }; 1E49A4BE161222B900463151 /* BITHockeyHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A5161222B900463151 /* BITHockeyHelper.h */; }; - 1E49A4BF161222B900463151 /* BITHockeyHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4A6161222B900463151 /* BITHockeyHelper.m */; }; - 1E49A4C0161222B900463151 /* BITHockeyHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4A6161222B900463151 /* BITHockeyHelper.m */; }; 1E49A4C1161222B900463151 /* BITHockeyHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4A6161222B900463151 /* BITHockeyHelper.m */; }; - 1E49A4C2161222B900463151 /* PSAppStoreHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A7161222B900463151 /* PSAppStoreHeader.h */; }; - 1E49A4C3161222B900463151 /* PSAppStoreHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A7161222B900463151 /* PSAppStoreHeader.h */; }; 1E49A4C4161222B900463151 /* PSAppStoreHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A7161222B900463151 /* PSAppStoreHeader.h */; }; - 1E49A4C5161222B900463151 /* PSAppStoreHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4A8161222B900463151 /* PSAppStoreHeader.m */; }; - 1E49A4C6161222B900463151 /* PSAppStoreHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4A8161222B900463151 /* PSAppStoreHeader.m */; }; 1E49A4C7161222B900463151 /* PSAppStoreHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4A8161222B900463151 /* PSAppStoreHeader.m */; }; - 1E49A4C8161222B900463151 /* PSStoreButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A9161222B900463151 /* PSStoreButton.h */; }; - 1E49A4C9161222B900463151 /* PSStoreButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A9161222B900463151 /* PSStoreButton.h */; }; 1E49A4CA161222B900463151 /* PSStoreButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4A9161222B900463151 /* PSStoreButton.h */; }; - 1E49A4CB161222B900463151 /* PSStoreButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4AA161222B900463151 /* PSStoreButton.m */; }; - 1E49A4CC161222B900463151 /* PSStoreButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4AA161222B900463151 /* PSStoreButton.m */; }; 1E49A4CD161222B900463151 /* PSStoreButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4AA161222B900463151 /* PSStoreButton.m */; }; - 1E49A4CE161222B900463151 /* PSWebTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4AB161222B900463151 /* PSWebTableViewCell.h */; }; - 1E49A4CF161222B900463151 /* PSWebTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4AB161222B900463151 /* PSWebTableViewCell.h */; }; 1E49A4D0161222B900463151 /* PSWebTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4AB161222B900463151 /* PSWebTableViewCell.h */; }; - 1E49A4D1161222B900463151 /* PSWebTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4AC161222B900463151 /* PSWebTableViewCell.m */; }; - 1E49A4D2161222B900463151 /* PSWebTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4AC161222B900463151 /* PSWebTableViewCell.m */; }; 1E49A4D3161222B900463151 /* PSWebTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4AC161222B900463151 /* PSWebTableViewCell.m */; }; - 1E49A4D6161222D400463151 /* HockeySDKPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4D4161222D400463151 /* HockeySDKPrivate.h */; }; - 1E49A4D7161222D400463151 /* HockeySDKPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4D4161222D400463151 /* HockeySDKPrivate.h */; }; 1E49A4D8161222D400463151 /* HockeySDKPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4D4161222D400463151 /* HockeySDKPrivate.h */; }; - 1E49A4D9161222D400463151 /* HockeySDKPrivate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4D5161222D400463151 /* HockeySDKPrivate.m */; }; - 1E49A4DA161222D400463151 /* HockeySDKPrivate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4D5161222D400463151 /* HockeySDKPrivate.m */; }; 1E49A4DB161222D400463151 /* HockeySDKPrivate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E49A4D5161222D400463151 /* HockeySDKPrivate.m */; }; - 1E4F61D51621A3620033EFC5 /* BITCrashManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4871612228800463151 /* BITCrashManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E4F61D71621A3660033EFC5 /* BITCrashManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4891612228800463151 /* BITCrashManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E4F61DC1621A3830033EFC5 /* BITFeedbackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4331612223B00463151 /* BITFeedbackManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E4F61DD1621A39B0033EFC5 /* BITUpdateManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4641612226D00463151 /* BITUpdateManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E4F61DE1621A39E0033EFC5 /* BITUpdateManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49A4661612226D00463151 /* BITUpdateManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E4F61DF1621A3CA0033EFC5 /* BITHockeyManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E41EB465148D7BF50015DEDC /* BITHockeyManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E4F61E01621A3CD0033EFC5 /* BITHockeyManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E5955FA15B7877A00A03429 /* BITHockeyManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E59545D15B6C41300A03429 /* BITHockeyManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E41EB466148D7BF50015DEDC /* BITHockeyManager.m */; }; - 1E59546615B6C41300A03429 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E400561D148D79B500EB22B9 /* Foundation.framework */; }; - 1E59546715B6C41300A03429 /* CrashReporter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E41EB48B148D7C4E0015DEDC /* CrashReporter.framework */; }; - 1E59546E15B6C41300A03429 /* BITHockeyManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E41EB465148D7BF50015DEDC /* BITHockeyManager.h */; }; - 1E59547815B6C41300A03429 /* HockeySDK.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E71509A15B5C76F004E88FF /* HockeySDK.h */; settings = {ATTRIBUTES = (); }; }; - 1E59548315B6C4EF00A03429 /* HockeySDK.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E71509A15B5C76F004E88FF /* HockeySDK.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1E5954D315B6F24A00A03429 /* BITHockeyManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E41EB466148D7BF50015DEDC /* BITHockeyManager.m */; }; 1E5954DC15B6F24A00A03429 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E400561D148D79B500EB22B9 /* Foundation.framework */; }; 1E5954DD15B6F24A00A03429 /* CrashReporter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E41EB48B148D7C4E0015DEDC /* CrashReporter.framework */; }; @@ -178,41 +85,17 @@ 1E5955CC15B71C8600A03429 /* buttonHighlight@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E5955C115B71C8600A03429 /* buttonHighlight@2x.png */; }; 1E5955CF15B71C8600A03429 /* IconGradient.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E5955C415B71C8600A03429 /* IconGradient.png */; }; 1E5955D015B71C8600A03429 /* IconGradient@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E5955C515B71C8600A03429 /* IconGradient@2x.png */; }; - 1E5955FB15B7877B00A03429 /* BITHockeyManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E5955FA15B7877A00A03429 /* BITHockeyManagerDelegate.h */; }; - 1E5955FC15B7877B00A03429 /* BITHockeyManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E5955FA15B7877A00A03429 /* BITHockeyManagerDelegate.h */; }; 1E5955FD15B7877B00A03429 /* BITHockeyManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E5955FA15B7877A00A03429 /* BITHockeyManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E71509B15B5C76F004E88FF /* HockeySDK.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E71509A15B5C76F004E88FF /* HockeySDK.h */; settings = {ATTRIBUTES = (); }; }; - 1EC69F5E1615001500808FD9 /* BITHockeyManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC69F5D1615001500808FD9 /* BITHockeyManagerPrivate.h */; }; - 1EC69F5F1615001500808FD9 /* BITHockeyManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC69F5D1615001500808FD9 /* BITHockeyManagerPrivate.h */; }; + 1E754E5C1621FBB70070AB92 /* BITCrashManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E754E561621FBB70070AB92 /* BITCrashManager.h */; }; + 1E754E5D1621FBB70070AB92 /* BITCrashManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E754E571621FBB70070AB92 /* BITCrashManager.m */; }; + 1E754E5E1621FBB70070AB92 /* BITCrashManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E754E581621FBB70070AB92 /* BITCrashManagerDelegate.h */; }; + 1E754E5F1621FBB70070AB92 /* BITCrashManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E754E591621FBB70070AB92 /* BITCrashManagerPrivate.h */; }; + 1E754E601621FBB70070AB92 /* BITCrashReportTextFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E754E5A1621FBB70070AB92 /* BITCrashReportTextFormatter.h */; }; + 1E754E611621FBB70070AB92 /* BITCrashReportTextFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E754E5B1621FBB70070AB92 /* BITCrashReportTextFormatter.m */; }; 1EC69F601615001500808FD9 /* BITHockeyManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC69F5D1615001500808FD9 /* BITHockeyManagerPrivate.h */; }; - E400561E148D79B500EB22B9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E400561D148D79B500EB22B9 /* Foundation.framework */; }; - E41EB47D148D7BF50015DEDC /* BITHockeyManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E41EB465148D7BF50015DEDC /* BITHockeyManager.h */; }; - E41EB47E148D7BF50015DEDC /* BITHockeyManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E41EB466148D7BF50015DEDC /* BITHockeyManager.m */; }; - E41EB48C148D7C4E0015DEDC /* CrashReporter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E41EB48B148D7C4E0015DEDC /* CrashReporter.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 1E59547D15B6C47900A03429 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E4005611148D79B500EB22B9 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E4005619148D79B500EB22B9; - remoteInfo = "HockeySDK-Device"; - }; - 1E59549315B6CBBE00A03429 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E4005611148D79B500EB22B9 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1E59545515B6C41300A03429; - remoteInfo = "HockeySDK-Simulator"; - }; - 1E59554815B6F6F600A03429 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E4005611148D79B500EB22B9 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1E59550915B6F45800A03429; - remoteInfo = HockeySDKBundle; - }; 1E59557D15B6F97100A03429 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = E4005611148D79B500EB22B9 /* Project object */; @@ -220,6 +103,13 @@ remoteGlobalIDString = 1E59550915B6F45800A03429; remoteInfo = HockeySDKResources; }; + 1E754E421621F6290070AB92 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E4005611148D79B500EB22B9 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1E8E66AD15BC3D7700632A2E; + remoteInfo = "HockeySDK Documentation"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ @@ -245,12 +135,6 @@ 1E49A4681612226D00463151 /* BITUpdateViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITUpdateViewController.h; sourceTree = ""; }; 1E49A4691612226D00463151 /* BITUpdateViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BITUpdateViewController.m; sourceTree = ""; }; 1E49A46A1612226D00463151 /* BITUpdateViewControllerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITUpdateViewControllerPrivate.h; sourceTree = ""; }; - 1E49A4871612228800463151 /* BITCrashManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITCrashManager.h; sourceTree = ""; }; - 1E49A4881612228800463151 /* BITCrashManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BITCrashManager.m; sourceTree = ""; }; - 1E49A4891612228800463151 /* BITCrashManagerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITCrashManagerDelegate.h; sourceTree = ""; }; - 1E49A48A1612228800463151 /* BITCrashManagerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITCrashManagerPrivate.h; sourceTree = ""; }; - 1E49A48B1612228800463151 /* BITCrashReportTextFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITCrashReportTextFormatter.h; sourceTree = ""; }; - 1E49A48C1612228800463151 /* BITCrashReportTextFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BITCrashReportTextFormatter.m; sourceTree = ""; }; 1E49A4A0161222B900463151 /* BITHockeyBaseManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITHockeyBaseManager.h; sourceTree = ""; }; 1E49A4A1161222B900463151 /* BITHockeyBaseManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BITHockeyBaseManager.m; sourceTree = ""; }; 1E49A4A2161222B900463151 /* BITHockeyBaseManagerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITHockeyBaseManagerPrivate.h; sourceTree = ""; }; @@ -266,8 +150,6 @@ 1E49A4AC161222B900463151 /* PSWebTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSWebTableViewCell.m; sourceTree = ""; }; 1E49A4D4161222D400463151 /* HockeySDKPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HockeySDKPrivate.h; sourceTree = ""; }; 1E49A4D5161222D400463151 /* HockeySDKPrivate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HockeySDKPrivate.m; sourceTree = ""; }; - 1E59544115B6C3DC00A03429 /* HockeySDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = HockeySDK.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1E59547C15B6C41300A03429 /* libHockeySDK-iphonesimulator.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libHockeySDK-iphonesimulator.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 1E5954F215B6F24A00A03429 /* libHockeySDK.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libHockeySDK.a; sourceTree = BUILT_PRODUCTS_DIR; }; 1E59550A15B6F45800A03429 /* HockeySDKResources.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HockeySDKResources.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; 1E59556015B6F80E00A03429 /* de */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/HockeySDK.strings; sourceTree = ""; }; @@ -296,9 +178,15 @@ 1E5955FA15B7877A00A03429 /* BITHockeyManagerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITHockeyManagerDelegate.h; sourceTree = ""; }; 1E66CA9115D4100500F35BED /* buildnumber.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = buildnumber.xcconfig; sourceTree = ""; }; 1E71509A15B5C76F004E88FF /* HockeySDK.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HockeySDK.h; sourceTree = ""; }; + 1E754DC61621BC170070AB92 /* HockeySDK.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = HockeySDK.xcconfig; sourceTree = ""; }; + 1E754E561621FBB70070AB92 /* BITCrashManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITCrashManager.h; sourceTree = ""; }; + 1E754E571621FBB70070AB92 /* BITCrashManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BITCrashManager.m; sourceTree = ""; }; + 1E754E581621FBB70070AB92 /* BITCrashManagerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITCrashManagerDelegate.h; sourceTree = ""; }; + 1E754E591621FBB70070AB92 /* BITCrashManagerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITCrashManagerPrivate.h; sourceTree = ""; }; + 1E754E5A1621FBB70070AB92 /* BITCrashReportTextFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITCrashReportTextFormatter.h; sourceTree = ""; }; + 1E754E5B1621FBB70070AB92 /* BITCrashReportTextFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BITCrashReportTextFormatter.m; sourceTree = ""; }; 1EC69F5D1615001500808FD9 /* BITHockeyManagerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITHockeyManagerPrivate.h; sourceTree = ""; }; 1EDA60CF15C2C1450032D10B /* HockeySDK-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "HockeySDK-Info.plist"; sourceTree = ""; }; - E400561A148D79B500EB22B9 /* libHockeySDK-iphoneos.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libHockeySDK-iphoneos.a"; sourceTree = BUILT_PRODUCTS_DIR; }; E400561D148D79B500EB22B9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; E41EB465148D7BF50015DEDC /* BITHockeyManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITHockeyManager.h; sourceTree = ""; }; E41EB466148D7BF50015DEDC /* BITHockeyManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BITHockeyManager.m; sourceTree = ""; }; @@ -308,22 +196,6 @@ /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 1E59543D15B6C3DC00A03429 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1E59546515B6C41300A03429 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 1E59546615B6C41300A03429 /* Foundation.framework in Frameworks */, - 1E59546715B6C41300A03429 /* CrashReporter.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1E5954DB15B6F24A00A03429 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -340,89 +212,9 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E4005617148D79B500EB22B9 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - E400561E148D79B500EB22B9 /* Foundation.framework in Frameworks */, - E41EB48C148D7C4E0015DEDC /* CrashReporter.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 1E49A42C1612223B00463151 /* Feedback */ = { - isa = PBXGroup; - children = ( - 1E49A4361612223B00463151 /* BITFeedbackMessage.h */, - 1E49A4371612223B00463151 /* BITFeedbackMessage.m */, - 1E49A42D1612223B00463151 /* BITFeedbackComposeViewController.h */, - 1E49A42E1612223B00463151 /* BITFeedbackComposeViewController.m */, - 1E49A4381612223B00463151 /* BITFeedbackUserDataViewController.h */, - 1E49A4391612223B00463151 /* BITFeedbackUserDataViewController.m */, - 1E49A42F1612223B00463151 /* BITFeedbackListViewCell.h */, - 1E49A4301612223B00463151 /* BITFeedbackListViewCell.m */, - 1E49A4311612223B00463151 /* BITFeedbackListViewController.h */, - 1E49A4321612223B00463151 /* BITFeedbackListViewController.m */, - 1E49A4331612223B00463151 /* BITFeedbackManager.h */, - 1E49A4341612223B00463151 /* BITFeedbackManager.m */, - 1E49A4351612223B00463151 /* BITFeedbackManagerPrivate.h */, - ); - path = Feedback; - sourceTree = ""; - }; - 1E49A4611612226D00463151 /* Update */ = { - isa = PBXGroup; - children = ( - 1E49A4621612226D00463151 /* BITAppVersionMetaInfo.h */, - 1E49A4631612226D00463151 /* BITAppVersionMetaInfo.m */, - 1E49A4641612226D00463151 /* BITUpdateManager.h */, - 1E49A4651612226D00463151 /* BITUpdateManager.m */, - 1E49A4661612226D00463151 /* BITUpdateManagerDelegate.h */, - 1E49A4671612226D00463151 /* BITUpdateManagerPrivate.h */, - 1E49A4681612226D00463151 /* BITUpdateViewController.h */, - 1E49A4691612226D00463151 /* BITUpdateViewController.m */, - 1E49A46A1612226D00463151 /* BITUpdateViewControllerPrivate.h */, - ); - path = Update; - sourceTree = ""; - }; - 1E49A4861612228800463151 /* CrashReports */ = { - isa = PBXGroup; - children = ( - 1E49A4871612228800463151 /* BITCrashManager.h */, - 1E49A4881612228800463151 /* BITCrashManager.m */, - 1E49A4891612228800463151 /* BITCrashManagerDelegate.h */, - 1E49A48A1612228800463151 /* BITCrashManagerPrivate.h */, - 1E49A48B1612228800463151 /* BITCrashReportTextFormatter.h */, - 1E49A48C1612228800463151 /* BITCrashReportTextFormatter.m */, - ); - path = CrashReports; - sourceTree = ""; - }; - 1E49A49F161222B900463151 /* Helper */ = { - isa = PBXGroup; - children = ( - 1E49A4D4161222D400463151 /* HockeySDKPrivate.h */, - 1E49A4D5161222D400463151 /* HockeySDKPrivate.m */, - 1E49A4A0161222B900463151 /* BITHockeyBaseManager.h */, - 1E49A4A1161222B900463151 /* BITHockeyBaseManager.m */, - 1E49A4A2161222B900463151 /* BITHockeyBaseManagerPrivate.h */, - 1E49A4A3161222B900463151 /* BITHockeyBaseViewController.h */, - 1E49A4A4161222B900463151 /* BITHockeyBaseViewController.m */, - 1E49A4A5161222B900463151 /* BITHockeyHelper.h */, - 1E49A4A6161222B900463151 /* BITHockeyHelper.m */, - 1E49A4A7161222B900463151 /* PSAppStoreHeader.h */, - 1E49A4A8161222B900463151 /* PSAppStoreHeader.m */, - 1E49A4A9161222B900463151 /* PSStoreButton.h */, - 1E49A4AA161222B900463151 /* PSStoreButton.m */, - 1E49A4AB161222B900463151 /* PSWebTableViewCell.h */, - 1E49A4AC161222B900463151 /* PSWebTableViewCell.m */, - ); - path = Helper; - sourceTree = ""; - }; 1E5955A415B71BDC00A03429 /* Images */ = { isa = PBXGroup; children = ( @@ -442,11 +234,83 @@ 1E66CA8F15D40FF600F35BED /* Support */ = { isa = PBXGroup; children = ( + 1E754DC61621BC170070AB92 /* HockeySDK.xcconfig */, 1E66CA9115D4100500F35BED /* buildnumber.xcconfig */, ); name = Support; sourceTree = ""; }; + 1E754E441621F95E0070AB92 /* Helper */ = { + isa = PBXGroup; + children = ( + 1E49A4D4161222D400463151 /* HockeySDKPrivate.h */, + 1E49A4D5161222D400463151 /* HockeySDKPrivate.m */, + 1E49A4A0161222B900463151 /* BITHockeyBaseManager.h */, + 1E49A4A1161222B900463151 /* BITHockeyBaseManager.m */, + 1E49A4A2161222B900463151 /* BITHockeyBaseManagerPrivate.h */, + 1E49A4A3161222B900463151 /* BITHockeyBaseViewController.h */, + 1E49A4A4161222B900463151 /* BITHockeyBaseViewController.m */, + 1E49A4A5161222B900463151 /* BITHockeyHelper.h */, + 1E49A4A6161222B900463151 /* BITHockeyHelper.m */, + 1E49A4A7161222B900463151 /* PSAppStoreHeader.h */, + 1E49A4A8161222B900463151 /* PSAppStoreHeader.m */, + 1E49A4A9161222B900463151 /* PSStoreButton.h */, + 1E49A4AA161222B900463151 /* PSStoreButton.m */, + 1E49A4AB161222B900463151 /* PSWebTableViewCell.h */, + 1E49A4AC161222B900463151 /* PSWebTableViewCell.m */, + ); + name = Helper; + sourceTree = ""; + }; + 1E754E461621FA9A0070AB92 /* Feedback */ = { + isa = PBXGroup; + children = ( + 1E49A4361612223B00463151 /* BITFeedbackMessage.h */, + 1E49A4371612223B00463151 /* BITFeedbackMessage.m */, + 1E49A42D1612223B00463151 /* BITFeedbackComposeViewController.h */, + 1E49A42E1612223B00463151 /* BITFeedbackComposeViewController.m */, + 1E49A4381612223B00463151 /* BITFeedbackUserDataViewController.h */, + 1E49A4391612223B00463151 /* BITFeedbackUserDataViewController.m */, + 1E49A42F1612223B00463151 /* BITFeedbackListViewCell.h */, + 1E49A4301612223B00463151 /* BITFeedbackListViewCell.m */, + 1E49A4311612223B00463151 /* BITFeedbackListViewController.h */, + 1E49A4321612223B00463151 /* BITFeedbackListViewController.m */, + 1E49A4331612223B00463151 /* BITFeedbackManager.h */, + 1E49A4341612223B00463151 /* BITFeedbackManager.m */, + 1E49A4351612223B00463151 /* BITFeedbackManagerPrivate.h */, + ); + name = Feedback; + sourceTree = ""; + }; + 1E754E471621FAD00070AB92 /* Update */ = { + isa = PBXGroup; + children = ( + 1E49A4621612226D00463151 /* BITAppVersionMetaInfo.h */, + 1E49A4631612226D00463151 /* BITAppVersionMetaInfo.m */, + 1E49A4641612226D00463151 /* BITUpdateManager.h */, + 1E49A4651612226D00463151 /* BITUpdateManager.m */, + 1E49A4661612226D00463151 /* BITUpdateManagerDelegate.h */, + 1E49A4671612226D00463151 /* BITUpdateManagerPrivate.h */, + 1E49A4681612226D00463151 /* BITUpdateViewController.h */, + 1E49A4691612226D00463151 /* BITUpdateViewController.m */, + 1E49A46A1612226D00463151 /* BITUpdateViewControllerPrivate.h */, + ); + name = Update; + sourceTree = ""; + }; + 1E754E551621FBAF0070AB92 /* CrashReports */ = { + isa = PBXGroup; + children = ( + 1E754E561621FBB70070AB92 /* BITCrashManager.h */, + 1E754E571621FBB70070AB92 /* BITCrashManager.m */, + 1E754E581621FBB70070AB92 /* BITCrashManagerDelegate.h */, + 1E754E591621FBB70070AB92 /* BITCrashManagerPrivate.h */, + 1E754E5A1621FBB70070AB92 /* BITCrashReportTextFormatter.h */, + 1E754E5B1621FBB70070AB92 /* BITCrashReportTextFormatter.m */, + ); + name = CrashReports; + sourceTree = ""; + }; E400560F148D79B500EB22B9 = { isa = PBXGroup; children = ( @@ -463,9 +327,6 @@ E400561B148D79B500EB22B9 /* Products */ = { isa = PBXGroup; children = ( - E400561A148D79B500EB22B9 /* libHockeySDK-iphoneos.a */, - 1E59544115B6C3DC00A03429 /* HockeySDK.framework */, - 1E59547C15B6C41300A03429 /* libHockeySDK-iphonesimulator.a */, 1E5954F215B6F24A00A03429 /* libHockeySDK.a */, 1E59550A15B6F45800A03429 /* HockeySDKResources.bundle */, ); @@ -495,10 +356,10 @@ E41EB458148D7BF50015DEDC /* Classes */ = { isa = PBXGroup; children = ( - 1E49A49F161222B900463151 /* Helper */, - 1E49A4861612228800463151 /* CrashReports */, - 1E49A42C1612223B00463151 /* Feedback */, - 1E49A4611612226D00463151 /* Update */, + 1E754E441621F95E0070AB92 /* Helper */, + 1E754E551621FBAF0070AB92 /* CrashReports */, + 1E754E461621FA9A0070AB92 /* Feedback */, + 1E754E471621FAD00070AB92 /* Update */, E41EB465148D7BF50015DEDC /* BITHockeyManager.h */, E41EB466148D7BF50015DEDC /* BITHockeyManager.m */, 1EC69F5D1615001500808FD9 /* BITHockeyManagerPrivate.h */, @@ -520,57 +381,6 @@ /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 1E59543E15B6C3DC00A03429 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1E59548315B6C4EF00A03429 /* HockeySDK.h in Headers */, - 1E4F61DF1621A3CA0033EFC5 /* BITHockeyManager.h in Headers */, - 1E4F61E01621A3CD0033EFC5 /* BITHockeyManagerDelegate.h in Headers */, - 1E4F61DD1621A39B0033EFC5 /* BITUpdateManager.h in Headers */, - 1E4F61DE1621A39E0033EFC5 /* BITUpdateManagerDelegate.h in Headers */, - 1E4F61D51621A3620033EFC5 /* BITCrashManager.h in Headers */, - 1E4F61D71621A3660033EFC5 /* BITCrashManagerDelegate.h in Headers */, - 1E4F61DC1621A3830033EFC5 /* BITFeedbackManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1E59546815B6C41300A03429 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1E59547815B6C41300A03429 /* HockeySDK.h in Headers */, - 1E59546E15B6C41300A03429 /* BITHockeyManager.h in Headers */, - 1E5955FC15B7877B00A03429 /* BITHockeyManagerDelegate.h in Headers */, - 1E49A43B1612223B00463151 /* BITFeedbackComposeViewController.h in Headers */, - 1E49A4411612223B00463151 /* BITFeedbackListViewCell.h in Headers */, - 1E49A4471612223B00463151 /* BITFeedbackListViewController.h in Headers */, - 1E49A44D1612223B00463151 /* BITFeedbackManager.h in Headers */, - 1E49A4531612223B00463151 /* BITFeedbackManagerPrivate.h in Headers */, - 1E49A4561612223B00463151 /* BITFeedbackMessage.h in Headers */, - 1E49A45C1612223B00463151 /* BITFeedbackUserDataViewController.h in Headers */, - 1E49A46C1612226D00463151 /* BITAppVersionMetaInfo.h in Headers */, - 1E49A4721612226D00463151 /* BITUpdateManager.h in Headers */, - 1E49A4781612226D00463151 /* BITUpdateManagerDelegate.h in Headers */, - 1E49A47B1612226D00463151 /* BITUpdateManagerPrivate.h in Headers */, - 1E49A47E1612226D00463151 /* BITUpdateViewController.h in Headers */, - 1E49A4841612226D00463151 /* BITUpdateViewControllerPrivate.h in Headers */, - 1E49A48E1612228800463151 /* BITCrashManager.h in Headers */, - 1E49A4941612228800463151 /* BITCrashManagerDelegate.h in Headers */, - 1E49A4971612228800463151 /* BITCrashManagerPrivate.h in Headers */, - 1E49A49A1612228800463151 /* BITCrashReportTextFormatter.h in Headers */, - 1E49A4AE161222B900463151 /* BITHockeyBaseManager.h in Headers */, - 1E49A4B4161222B900463151 /* BITHockeyBaseManagerPrivate.h in Headers */, - 1E49A4B7161222B900463151 /* BITHockeyBaseViewController.h in Headers */, - 1E49A4BD161222B900463151 /* BITHockeyHelper.h in Headers */, - 1E49A4C3161222B900463151 /* PSAppStoreHeader.h in Headers */, - 1E49A4C9161222B900463151 /* PSStoreButton.h in Headers */, - 1E49A4CF161222B900463151 /* PSWebTableViewCell.h in Headers */, - 1E49A4D7161222D400463151 /* HockeySDKPrivate.h in Headers */, - 1EC69F5F1615001500808FD9 /* BITHockeyManagerPrivate.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1E59558B15B6FD8800A03429 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -578,8 +388,6 @@ 1E59559B15B6FDA500A03429 /* HockeySDK.h in Headers */, 1E59559A15B6FDA500A03429 /* BITHockeyManager.h in Headers */, 1E5955FD15B7877B00A03429 /* BITHockeyManagerDelegate.h in Headers */, - 1E49A48F1612228800463151 /* BITCrashManager.h in Headers */, - 1E49A4951612228800463151 /* BITCrashManagerDelegate.h in Headers */, 1E49A4731612226D00463151 /* BITUpdateManager.h in Headers */, 1E49A4791612226D00463151 /* BITUpdateManagerDelegate.h in Headers */, 1E49A44E1612223B00463151 /* BITFeedbackManager.h in Headers */, @@ -593,8 +401,6 @@ 1E49A47C1612226D00463151 /* BITUpdateManagerPrivate.h in Headers */, 1E49A47F1612226D00463151 /* BITUpdateViewController.h in Headers */, 1E49A4851612226D00463151 /* BITUpdateViewControllerPrivate.h in Headers */, - 1E49A4981612228800463151 /* BITCrashManagerPrivate.h in Headers */, - 1E49A49B1612228800463151 /* BITCrashReportTextFormatter.h in Headers */, 1E49A4AF161222B900463151 /* BITHockeyBaseManager.h in Headers */, 1E49A4B5161222B900463151 /* BITHockeyBaseManagerPrivate.h in Headers */, 1E49A4B8161222B900463151 /* BITHockeyBaseViewController.h in Headers */, @@ -604,90 +410,19 @@ 1E49A4D0161222B900463151 /* PSWebTableViewCell.h in Headers */, 1E49A4D8161222D400463151 /* HockeySDKPrivate.h in Headers */, 1EC69F601615001500808FD9 /* BITHockeyManagerPrivate.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E4005618148D79B500EB22B9 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1E71509B15B5C76F004E88FF /* HockeySDK.h in Headers */, - E41EB47D148D7BF50015DEDC /* BITHockeyManager.h in Headers */, - 1E5955FB15B7877B00A03429 /* BITHockeyManagerDelegate.h in Headers */, - 1E49A43A1612223B00463151 /* BITFeedbackComposeViewController.h in Headers */, - 1E49A4401612223B00463151 /* BITFeedbackListViewCell.h in Headers */, - 1E49A4461612223B00463151 /* BITFeedbackListViewController.h in Headers */, - 1E49A44C1612223B00463151 /* BITFeedbackManager.h in Headers */, - 1E49A4521612223B00463151 /* BITFeedbackManagerPrivate.h in Headers */, - 1E49A4551612223B00463151 /* BITFeedbackMessage.h in Headers */, - 1E49A45B1612223B00463151 /* BITFeedbackUserDataViewController.h in Headers */, - 1E49A46B1612226D00463151 /* BITAppVersionMetaInfo.h in Headers */, - 1E49A4711612226D00463151 /* BITUpdateManager.h in Headers */, - 1E49A4771612226D00463151 /* BITUpdateManagerDelegate.h in Headers */, - 1E49A47A1612226D00463151 /* BITUpdateManagerPrivate.h in Headers */, - 1E49A47D1612226D00463151 /* BITUpdateViewController.h in Headers */, - 1E49A4831612226D00463151 /* BITUpdateViewControllerPrivate.h in Headers */, - 1E49A48D1612228800463151 /* BITCrashManager.h in Headers */, - 1E49A4931612228800463151 /* BITCrashManagerDelegate.h in Headers */, - 1E49A4961612228800463151 /* BITCrashManagerPrivate.h in Headers */, - 1E49A4991612228800463151 /* BITCrashReportTextFormatter.h in Headers */, - 1E49A4AD161222B900463151 /* BITHockeyBaseManager.h in Headers */, - 1E49A4B3161222B900463151 /* BITHockeyBaseManagerPrivate.h in Headers */, - 1E49A4B6161222B900463151 /* BITHockeyBaseViewController.h in Headers */, - 1E49A4BC161222B900463151 /* BITHockeyHelper.h in Headers */, - 1E49A4C2161222B900463151 /* PSAppStoreHeader.h in Headers */, - 1E49A4C8161222B900463151 /* PSStoreButton.h in Headers */, - 1E49A4CE161222B900463151 /* PSWebTableViewCell.h in Headers */, - 1E49A4D6161222D400463151 /* HockeySDKPrivate.h in Headers */, - 1EC69F5E1615001500808FD9 /* BITHockeyManagerPrivate.h in Headers */, + 1E754E5C1621FBB70070AB92 /* BITCrashManager.h in Headers */, + 1E754E5E1621FBB70070AB92 /* BITCrashManagerDelegate.h in Headers */, + 1E754E5F1621FBB70070AB92 /* BITCrashManagerPrivate.h in Headers */, + 1E754E601621FBB70070AB92 /* BITCrashReportTextFormatter.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 1E59544015B6C3DC00A03429 /* HockeySDK */ = { + 1E5954CB15B6F24A00A03429 /* HockeySDK */ = { isa = PBXNativeTarget; - buildConfigurationList = 1E59545215B6C3DC00A03429 /* Build configuration list for PBXNativeTarget "HockeySDK" */; - buildPhases = ( - 1E59543E15B6C3DC00A03429 /* Headers */, - 1E59543F15B6C3DC00A03429 /* Resources */, - 1E59543C15B6C3DC00A03429 /* Sources */, - 1E59543D15B6C3DC00A03429 /* Frameworks */, - 1E59549D15B6D39500A03429 /* Lipo Binary */, - ); - buildRules = ( - ); - dependencies = ( - 1E59547E15B6C47900A03429 /* PBXTargetDependency */, - 1E59549415B6CBBE00A03429 /* PBXTargetDependency */, - 1E59554915B6F6F600A03429 /* PBXTargetDependency */, - ); - name = HockeySDK; - productName = HockeySDK; - productReference = 1E59544115B6C3DC00A03429 /* HockeySDK.framework */; - productType = "com.apple.product-type.framework"; - }; - 1E59545515B6C41300A03429 /* HockeySDK-Simulator */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1E59547915B6C41300A03429 /* Build configuration list for PBXNativeTarget "HockeySDK-Simulator" */; - buildPhases = ( - 1E59545615B6C41300A03429 /* Sources */, - 1E59546515B6C41300A03429 /* Frameworks */, - 1E59546815B6C41300A03429 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "HockeySDK-Simulator"; - productName = HockeySDK; - productReference = 1E59547C15B6C41300A03429 /* libHockeySDK-iphonesimulator.a */; - productType = "com.apple.product-type.library.static"; - }; - 1E5954CB15B6F24A00A03429 /* HockeySDKLib */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1E5954EF15B6F24A00A03429 /* Build configuration list for PBXNativeTarget "HockeySDKLib" */; + buildConfigurationList = 1E5954EF15B6F24A00A03429 /* Build configuration list for PBXNativeTarget "HockeySDK" */; buildPhases = ( 1E5954CC15B6F24A00A03429 /* Sources */, 1E5954DB15B6F24A00A03429 /* Frameworks */, @@ -698,7 +433,7 @@ dependencies = ( 1E59557E15B6F97100A03429 /* PBXTargetDependency */, ); - name = HockeySDKLib; + name = HockeySDK; productName = HockeySDK; productReference = 1E5954F215B6F24A00A03429 /* libHockeySDK.a */; productType = "com.apple.product-type.library.static"; @@ -720,23 +455,6 @@ productReference = 1E59550A15B6F45800A03429 /* HockeySDKResources.bundle */; productType = "com.apple.product-type.bundle"; }; - E4005619148D79B500EB22B9 /* HockeySDK-Device */ = { - isa = PBXNativeTarget; - buildConfigurationList = E400563E148D79B500EB22B9 /* Build configuration list for PBXNativeTarget "HockeySDK-Device" */; - buildPhases = ( - E4005616148D79B500EB22B9 /* Sources */, - E4005617148D79B500EB22B9 /* Frameworks */, - E4005618148D79B500EB22B9 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "HockeySDK-Device"; - productName = HockeySDK; - productReference = E400561A148D79B500EB22B9 /* libHockeySDK-iphoneos.a */; - productType = "com.apple.product-type.library.static"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -772,24 +490,15 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 1E59544015B6C3DC00A03429 /* HockeySDK */, - E4005619148D79B500EB22B9 /* HockeySDK-Device */, - 1E59545515B6C41300A03429 /* HockeySDK-Simulator */, - 1E5954CB15B6F24A00A03429 /* HockeySDKLib */, + 1E5954CB15B6F24A00A03429 /* HockeySDK */, 1E59550915B6F45800A03429 /* HockeySDKResources */, 1E8E66AD15BC3D7700632A2E /* HockeySDK Documentation */, + 1E4F61E91621AD970033EFC5 /* HockeySDK Framework */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 1E59543F15B6C3DC00A03429 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1E59550815B6F45800A03429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -810,19 +519,19 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 1E59549D15B6D39500A03429 /* Lipo Binary */ = { + 1E4F61ED1621ADE70033EFC5 /* Build universal embedded framework */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Lipo Binary"; + name = "Build universal embedded framework"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "FRAMEWORK=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.framework\"\n\nlipo \\\n\"${BUILD_DIR}/${CONFIGURATION}-iphoneos/libHockeySDK-iphoneos.a\" \\\n\"${BUILD_DIR}/${CONFIGURATION}-iphonesimulator/libHockeySDK-iphonesimulator.a\" \\\n-create -output \"${FRAMEWORK}/Versions/Current/${PRODUCT_NAME}\"\n\n# Combine the CrashReporter static library into a new Hockey static library file if they are not already present and copy the public headers too\nif [ -z $(otool -L \"${FRAMEWORK}/Versions/Current/${PRODUCT_NAME}\" | grep 'libCrashReporter') ]\nthen\nlibtool -static -o \"${FRAMEWORK}/Versions/Current/${PRODUCT_NAME}\" \"${FRAMEWORK}/Versions/Current/${PRODUCT_NAME}\" \"${SRCROOT}/../Vendor/CrashReporter.framework/Versions/A/CrashReporter\"\ncp -r \\\n\"${SRCROOT}/../Vendor/CrashReporter.framework/Versions/A/Headers/\" \\\n\"${FRAMEWORK}/Versions/Current/Headers/\"\nfi\n\n# Add the Resource bundle\n#if [ -e \"${FRAMEWORK}/Versions/Current/Resources/HockeySDKResources.bundle\" ];\n#then\n#rm -r \"${FRAMEWORK}/Versions/Current/Resources/HockeySDKResources.bundle\"\n#fi\n#\n#cp -r \\\n#\"${BUILD_DIR}/${CONFIGURATION}-iphoneos/HockeySDKResources.bundle\" \\\n#\"${FRAMEWORK}/Versions/Current/Resources/HockeySDKResources.bundle\"\n\n# Strip debugging symbols\n#strip -S \"${FRAMEWORK}/Versions/Current/${PRODUCT_NAME}\"\n\ncd \"${FRAMEWORK}\" && ln -sf \"Versions/Current/${PRODUCT_NAME}\" ./\n"; + shellScript = "# Sets the target folders and the final framework product.\nFMK_NAME=HockeySDK\nFMK_VERSION=A\nFMK_RESOURCE_BUNDLE=HockeySDKResources\n\n# Documentation\nDOCSET_NAME=\"de.bitstadium.${APPLEDOC_DOCSET_NAME}-${VERSION_STRING}\"\n\n# Install dir will be the final output to the framework.\n# The following line create it in the root folder of the current project.\nPRODUCTS_DIR=${SRCROOT}/../Products\nTEMP_DIR=${PRODUCTS_DIR}/Temp\nINSTALL_DIR=${TEMP_DIR}/${FMK_NAME}.framework\n\n# Working dir will be deleted after the framework creation.\nWRK_DIR=build\nDEVICE_DIR=${WRK_DIR}/Release-iphoneos\nSIMULATOR_DIR=${WRK_DIR}/Release-iphonesimulator\nHEADERS_DIR=${WRK_DIR}/Release-iphoneos/usr/local/include\n\n# Building both architectures.\nxcodebuild -project \"HockeySDK.xcodeproj\" -configuration \"Release\" -target \"${FMK_NAME}\" -sdk iphoneos\nxcodebuild -project \"HockeySDK.xcodeproj\" -configuration \"Release\" -target \"${FMK_NAME}\" -sdk iphonesimulator\n\n# Cleaning the oldest.\nif [ -d \"${TEMP_DIR}\" ]\nthen\nrm -rf \"${TEMP_DIR}\"\nfi\n\n# Creates and renews the final product folder.\nmkdir -p \"${INSTALL_DIR}\"\nmkdir -p \"${INSTALL_DIR}/Versions\"\nmkdir -p \"${INSTALL_DIR}/Versions/${FMK_VERSION}\"\nmkdir -p \"${INSTALL_DIR}/Versions/${FMK_VERSION}/Resources\"\nmkdir -p \"${INSTALL_DIR}/Versions/${FMK_VERSION}/Headers\"\n\n# Creates the internal links.\n# It MUST uses relative path, otherwise will not work when the folder is copied/moved.\nln -s \"${FMK_VERSION}\" \"${INSTALL_DIR}/Versions/Current\"\nln -s \"Versions/Current/Headers\" \"${INSTALL_DIR}/Headers\"\nln -s \"Versions/Current/Resources\" \"${INSTALL_DIR}/Resources\"\nln -s \"Versions/Current/${FMK_NAME}\" \"${INSTALL_DIR}/${FMK_NAME}\"\n\n# Copies the headers and resources files to the final product folder.\ncp -R \"${HEADERS_DIR}/\" \"${INSTALL_DIR}/Versions/${FMK_VERSION}/Headers/\"\ncp -R \"${DEVICE_DIR}/${FMK_RESOURCE_BUNDLE}.bundle\" \"${INSTALL_DIR}/Versions/${FMK_VERSION}/Resources/\"\ncp -f \"${SRCROOT}/${FMK_NAME}.xcconfig\" \"${INSTALL_DIR}/Versions/${FMK_VERSION}/Resources/\"\n\n# Uses the Lipo Tool to merge both binary files (i386 + armv6/armv7) into one Universal final product.\nlipo -create \"${DEVICE_DIR}/lib${FMK_NAME}.a\" \"${SIMULATOR_DIR}/lib${FMK_NAME}.a\" -output \"${INSTALL_DIR}/Versions/${FMK_VERSION}/${FMK_NAME}\"\n\n# Combine the CrashReporter static library into a new Hockey static library file if they are not already present and copy the public headers too\nif [ -z $(otool -L \"${INSTALL_DIR}/Versions/${FMK_VERSION}/${FMK_NAME}\" | grep 'libCrashReporter') ]\nthen\nlibtool -static -o \"${INSTALL_DIR}/Versions/${FMK_VERSION}/${FMK_NAME}\" \"${INSTALL_DIR}/Versions/${FMK_VERSION}/${FMK_NAME}\" \"${SRCROOT}/../Vendor/CrashReporter.framework/Versions/A/CrashReporter\"\ncp -r \\\n\"${SRCROOT}/../Vendor/CrashReporter.framework/Versions/A/Headers/\" \\\n\"${INSTALL_DIR}/Versions/${FMK_VERSION}/Headers/\"\nfi\n\nrm -r \"${WRK_DIR}\"\n\n# build embeddedframework folder and move framework into it\nmkdir \"${INSTALL_DIR}/../${FMK_NAME}.embeddedframework\"\nmv \"${INSTALL_DIR}\" \"${INSTALL_DIR}/../${FMK_NAME}.embeddedframework/${FMK_NAME}.framework\"\n\n# link Resources\nNEW_INSTALL_DIR=${TEMP_DIR}/${FMK_NAME}.embeddedframework\nmkdir \"${NEW_INSTALL_DIR}/Resources\"\nln -s \"../${FMK_NAME}.framework/Resources/${FMK_RESOURCE_BUNDLE}.bundle\" \"${NEW_INSTALL_DIR}/Resources/${FMK_RESOURCE_BUNDLE}.bundle\"\nln -s \"../${FMK_NAME}.framework/Resources/${FMK_NAME}.xcconfig\" \"${NEW_INSTALL_DIR}/Resources/${FMK_NAME}.xcconfig\"\n\n# copy license, changelog, documentation\ncp -f \"${SRCROOT}/../Docs/Changelog-template.md\" \"${TEMP_DIR}/CHANGELOG\"\ncp -f \"${SRCROOT}/../LICENSE\" \"${TEMP_DIR}\"\nmkdir \"${TEMP_DIR}/${DOCSET_NAME}.docset\"\ncp -R \"${SRCROOT}/../documentation/docset/Contents\" \"${TEMP_DIR}/${DOCSET_NAME}.docset\"\n\n# build zip\ncd \"${PRODUCTS_DIR}\"\nrm -f \"${FMK_NAME}-iOS-${VERSION_STRING}.zip\"\ncd \"${TEMP_DIR}\"\nzip -yr \"../${FMK_NAME}-iOS-${VERSION_STRING}.zip\" \"./${FMK_NAME}.embeddedframework\" \"./CHANGELOG\" \"./LICENSE\" \"./${DOCSET_NAME}.docset\" -x \\*/.*\n"; }; 1E8E66B215BC3D8200632A2E /* ShellScript */ = { isa = PBXShellScriptBuildPhase; @@ -835,44 +544,11 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\nAPPLEDOC_DOCSET_NAME=\"HockeySDK-iOS\"\n\n/usr/local/bin/appledoc \\\n --output \"${SOURCE_ROOT}/../documentation\" \\\n --ignore Vendor \\\n --ignore .m \\\n --create-html \\\n --create-docset \\\n --install-docset \\\n --keep-intermediate-file \\\n --project-name \"$APPLEDOC_DOCSET_NAME ${VERSION_STRING}\" \\\n -v \"${VERSION_STRING}\" \\\n --project-company \"BitStadium GmbH\" \\\n --company-id \"de.bitstadium\" \\\n --docset-bundle-name \"$APPLEDOC_DOCSET_NAME ${VERSION_STRING}\" \\\n --docset-feed-name \"$APPLEDOC_DOCSET_NAME\" \\\n --docset-platform-family \"iphoneos\" \\\n --index-desc \"${SOURCE_ROOT}/../docs/index.md\" \\\n --include \"${SOURCE_ROOT}/../docs/\" \\\n --merge-categories \\\n --no-repeat-first-par \\\n --warn-undocumented-object \\\n --warn-undocumented-member \\\n --warn-empty-description \\\n --warn-unknown-directive \\\n --warn-invalid-crossref \\\n --warn-missing-arg \\\n --logformat xcode \\\n --exit-threshold 2 \\\n \"${SOURCE_ROOT}/../\" \\\n"; + shellScript = "DOCSETNAME=\"de.bitstadium.${APPLEDOC_DOCSET_NAME}-${VERSION_STRING}\"\n\n/usr/local/bin/appledoc \\\n --output \"${SOURCE_ROOT}/../documentation\" \\\n --ignore Vendor \\\n --ignore .m \\\n --create-html \\\n --create-docset \\\n --install-docset \\\n --keep-intermediate-files \\\n --project-name \"${APPLEDOC_DOCSET_NAME} ${VERSION_STRING}\" \\\n --project-version \"${VERSION_STRING}\" \\\n --project-company \"BitStadium GmbH\" \\\n --company-id \"de.bitstadium\" \\\n --docset-bundle-name \"${APPLEDOC_DOCSET_NAME} ${VERSION_STRING}\" \\\n --docset-feed-name \"${APPLEDOC_DOCSET_NAME}\" \\\n --docset-platform-family \"iphoneos\" \\\n --index-desc \"${SOURCE_ROOT}/../docs/index.md\" \\\n --include \"${SOURCE_ROOT}/../docs/\" \\\n --merge-categories \\\n --no-repeat-first-par \\\n --warn-undocumented-object \\\n --warn-undocumented-member \\\n --warn-empty-description \\\n --warn-unknown-directive \\\n --warn-invalid-crossref \\\n --warn-missing-arg \\\n --logformat xcode \\\n --exit-threshold 2 \\\n \"${SOURCE_ROOT}/../\" \\\n"; }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 1E59543C15B6C3DC00A03429 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1E59545615B6C41300A03429 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1E59545D15B6C41300A03429 /* BITHockeyManager.m in Sources */, - 1E49A43E1612223B00463151 /* BITFeedbackComposeViewController.m in Sources */, - 1E49A4441612223B00463151 /* BITFeedbackListViewCell.m in Sources */, - 1E49A44A1612223B00463151 /* BITFeedbackListViewController.m in Sources */, - 1E49A4501612223B00463151 /* BITFeedbackManager.m in Sources */, - 1E49A4591612223B00463151 /* BITFeedbackMessage.m in Sources */, - 1E49A45F1612223B00463151 /* BITFeedbackUserDataViewController.m in Sources */, - 1E49A46F1612226D00463151 /* BITAppVersionMetaInfo.m in Sources */, - 1E49A4751612226D00463151 /* BITUpdateManager.m in Sources */, - 1E49A4811612226D00463151 /* BITUpdateViewController.m in Sources */, - 1E49A4911612228800463151 /* BITCrashManager.m in Sources */, - 1E49A49D1612228800463151 /* BITCrashReportTextFormatter.m in Sources */, - 1E49A4B1161222B900463151 /* BITHockeyBaseManager.m in Sources */, - 1E49A4BA161222B900463151 /* BITHockeyBaseViewController.m in Sources */, - 1E49A4C0161222B900463151 /* BITHockeyHelper.m in Sources */, - 1E49A4C6161222B900463151 /* PSAppStoreHeader.m in Sources */, - 1E49A4CC161222B900463151 /* PSStoreButton.m in Sources */, - 1E49A4D2161222B900463151 /* PSWebTableViewCell.m in Sources */, - 1E49A4DA161222D400463151 /* HockeySDKPrivate.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1E5954CC15B6F24A00A03429 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -887,8 +563,6 @@ 1E49A4701612226D00463151 /* BITAppVersionMetaInfo.m in Sources */, 1E49A4761612226D00463151 /* BITUpdateManager.m in Sources */, 1E49A4821612226D00463151 /* BITUpdateViewController.m in Sources */, - 1E49A4921612228800463151 /* BITCrashManager.m in Sources */, - 1E49A49E1612228800463151 /* BITCrashReportTextFormatter.m in Sources */, 1E49A4B2161222B900463151 /* BITHockeyBaseManager.m in Sources */, 1E49A4BB161222B900463151 /* BITHockeyBaseViewController.m in Sources */, 1E49A4C1161222B900463151 /* BITHockeyHelper.m in Sources */, @@ -896,6 +570,8 @@ 1E49A4CD161222B900463151 /* PSStoreButton.m in Sources */, 1E49A4D3161222B900463151 /* PSWebTableViewCell.m in Sources */, 1E49A4DB161222D400463151 /* HockeySDKPrivate.m in Sources */, + 1E754E5D1621FBB70070AB92 /* BITCrashManager.m in Sources */, + 1E754E611621FBB70070AB92 /* BITCrashReportTextFormatter.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -906,55 +582,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E4005616148D79B500EB22B9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E41EB47E148D7BF50015DEDC /* BITHockeyManager.m in Sources */, - 1E49A43D1612223B00463151 /* BITFeedbackComposeViewController.m in Sources */, - 1E49A4431612223B00463151 /* BITFeedbackListViewCell.m in Sources */, - 1E49A4491612223B00463151 /* BITFeedbackListViewController.m in Sources */, - 1E49A44F1612223B00463151 /* BITFeedbackManager.m in Sources */, - 1E49A4581612223B00463151 /* BITFeedbackMessage.m in Sources */, - 1E49A45E1612223B00463151 /* BITFeedbackUserDataViewController.m in Sources */, - 1E49A46E1612226D00463151 /* BITAppVersionMetaInfo.m in Sources */, - 1E49A4741612226D00463151 /* BITUpdateManager.m in Sources */, - 1E49A4801612226D00463151 /* BITUpdateViewController.m in Sources */, - 1E49A4901612228800463151 /* BITCrashManager.m in Sources */, - 1E49A49C1612228800463151 /* BITCrashReportTextFormatter.m in Sources */, - 1E49A4B0161222B900463151 /* BITHockeyBaseManager.m in Sources */, - 1E49A4B9161222B900463151 /* BITHockeyBaseViewController.m in Sources */, - 1E49A4BF161222B900463151 /* BITHockeyHelper.m in Sources */, - 1E49A4C5161222B900463151 /* PSAppStoreHeader.m in Sources */, - 1E49A4CB161222B900463151 /* PSStoreButton.m in Sources */, - 1E49A4D1161222B900463151 /* PSWebTableViewCell.m in Sources */, - 1E49A4D9161222D400463151 /* HockeySDKPrivate.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 1E59547E15B6C47900A03429 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = E4005619148D79B500EB22B9 /* HockeySDK-Device */; - targetProxy = 1E59547D15B6C47900A03429 /* PBXContainerItemProxy */; - }; - 1E59549415B6CBBE00A03429 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 1E59545515B6C41300A03429 /* HockeySDK-Simulator */; - targetProxy = 1E59549315B6CBBE00A03429 /* PBXContainerItemProxy */; - }; - 1E59554915B6F6F600A03429 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 1E59550915B6F45800A03429 /* HockeySDKResources */; - targetProxy = 1E59554815B6F6F600A03429 /* PBXContainerItemProxy */; - }; 1E59557E15B6F97100A03429 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 1E59550915B6F45800A03429 /* HockeySDKResources */; targetProxy = 1E59557D15B6F97100A03429 /* PBXContainerItemProxy */; }; + 1E754E431621F6290070AB92 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 1E8E66AD15BC3D7700632A2E /* HockeySDK Documentation */; + targetProxy = 1E754E421621F6290070AB92 /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ @@ -982,99 +622,17 @@ /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ - 1E59545315B6C3DC00A03429 /* Debug */ = { + 1E4F61EB1621AD970033EFC5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COMBINE_HIDPI_IMAGES = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../Vendor\"", - ); - FRAMEWORK_VERSION = A; - GCC_ENABLE_OBJC_EXCEPTIONS = YES; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "HockeySDK/HockeySDK-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../Vendor\"", - ); - INSTALL_PATH = "$(HOME)/Library/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.5; - ONLY_ACTIVE_ARCH = NO; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx; - WRAPPER_EXTENSION = framework; + PRODUCT_NAME = HockeySDK.framework; }; name = Debug; }; - 1E59545415B6C3DC00A03429 /* Release */ = { + 1E4F61EC1621AD970033EFC5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COMBINE_HIDPI_IMAGES = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../Vendor\"", - ); - FRAMEWORK_VERSION = A; - GCC_ENABLE_OBJC_EXCEPTIONS = YES; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "HockeySDK/HockeySDK-Prefix.pch"; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../Vendor\"", - ); - INSTALL_PATH = "$(HOME)/Library/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.5; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx; - WRAPPER_EXTENSION = framework; - }; - name = Release; - }; - 1E59547A15B6C41300A03429 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - DSTROOT = /tmp/HockeySDK.dst; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../Vendor\"", - ); - PRODUCT_NAME = "HockeySDK${EFFECTIVE_PLATFORM_NAME}"; - SDKROOT = iphonesimulator; - SKIP_INSTALL = YES; - }; - name = Debug; - }; - 1E59547B15B6C41300A03429 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - DSTROOT = /tmp/HockeySDK.dst; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../Vendor\"", - ); - PRODUCT_NAME = "HockeySDK${EFFECTIVE_PLATFORM_NAME}"; - SDKROOT = iphonesimulator; - SKIP_INSTALL = YES; + PRODUCT_NAME = HockeySDK.framework; }; name = Release; }; @@ -1216,58 +774,19 @@ }; name = Release; }; - E400563F148D79B500EB22B9 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - DSTROOT = /tmp/HockeySDK.dst; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../Vendor\"", - ); - GCC_THUMB_SUPPORT = NO; - PRODUCT_NAME = "HockeySDK${EFFECTIVE_PLATFORM_NAME}"; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - E4005640148D79B500EB22B9 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - DSTROOT = /tmp/HockeySDK.dst; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../Vendor\"", - ); - GCC_THUMB_SUPPORT = NO; - PRODUCT_NAME = "HockeySDK${EFFECTIVE_PLATFORM_NAME}"; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 1E59545215B6C3DC00A03429 /* Build configuration list for PBXNativeTarget "HockeySDK" */ = { + 1E4F61EA1621AD970033EFC5 /* Build configuration list for PBXAggregateTarget "HockeySDK Framework" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1E59545315B6C3DC00A03429 /* Debug */, - 1E59545415B6C3DC00A03429 /* Release */, + 1E4F61EB1621AD970033EFC5 /* Debug */, + 1E4F61EC1621AD970033EFC5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1E59547915B6C41300A03429 /* Build configuration list for PBXNativeTarget "HockeySDK-Simulator" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1E59547A15B6C41300A03429 /* Debug */, - 1E59547B15B6C41300A03429 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1E5954EF15B6F24A00A03429 /* Build configuration list for PBXNativeTarget "HockeySDKLib" */ = { + 1E5954EF15B6F24A00A03429 /* Build configuration list for PBXNativeTarget "HockeySDK" */ = { isa = XCConfigurationList; buildConfigurations = ( 1E5954F015B6F24A00A03429 /* Debug */, @@ -1303,15 +822,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E400563E148D79B500EB22B9 /* Build configuration list for PBXNativeTarget "HockeySDK-Device" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E400563F148D79B500EB22B9 /* Debug */, - E4005640148D79B500EB22B9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ }; rootObject = E4005611148D79B500EB22B9 /* Project object */; diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig index e96a9178d9..118a3f3bb3 100644 --- a/Support/buildnumber.xcconfig +++ b/Support/buildnumber.xcconfig @@ -1,3 +1,5 @@ +#include "HockeySDK.xcconfig" + BUILD_NUMBER = 6 VERSION_STRING = 2.5.4b1 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.4b1\""