Skip to content

Commit

Permalink
1.4.0: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mazurio committed Oct 8, 2016
1 parent a7c57ab commit a257c0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions BodyweightFitness.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
TargetAttributes = {
2BD2CA821B458FFD00841AB7 = {
CreatedOnToolsVersion = 6.2;
DevelopmentTeam = F2262GQ94A;
DevelopmentTeam = 32UU4L8Z8S;
LastSwiftMigration = 0800;
SystemCapabilities = {
com.apple.InAppPurchase = {
Expand Down Expand Up @@ -1009,8 +1009,8 @@
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 1;
shellPath = "/usr/local/bin/carthage copy-frameworks";
shellScript = "";
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks";
};
/* End PBXShellScriptBuildPhase section */

Expand Down
8 changes: 7 additions & 1 deletion BodyweightFitness/Bodyweight Fitness.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>140</string>
<string>142</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand All @@ -36,8 +36,14 @@
</dict>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>This app does not require access to the camera.</string>
<key>NSMainNibFile</key>
<string>Window</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app does not require access to the microphone.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app does not require access to the photo library.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
Expand Down

0 comments on commit a257c0d

Please sign in to comment.