Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
Build cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
inickt committed Apr 20, 2019
1 parent 2f60441 commit 09868bd
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LazyMan-iOS/Resources/Base.lproj/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version: 1.1.0 – Build: 605" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RQt-eb-lJl" userLabel="APP_VERSION">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version: 1.1.0 – Build: 606" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RQt-eb-lJl" userLabel="APP_VERSION">
<rect key="frame" x="0.0" y="589" width="375" height="18"/>
<fontDescription key="fontDescription" type="system" pointSize="15"/>
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
Expand Down
2 changes: 1 addition & 1 deletion LazyMan-iOS/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<key>CFBundleVersion</key>
<string>605</string>
<string>606</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion LazyMan-iOS/Settings/Base.lproj/Settings.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<constraint firstAttribute="width" secondItem="8UP-EU-raD" secondAttribute="height" multiplier="1:1" id="Q1i-Gb-Zzw"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version: 1.1.0 – Build: 605" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="a6H-xd-92d" userLabel="APP_VERSION">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version: 1.1.0 – Build: 606" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="a6H-xd-92d" userLabel="APP_VERSION">
<rect key="frame" x="20" y="270" width="335" height="15.666666666666686"/>
<fontDescription key="fontDescription" type="system" pointSize="13"/>
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NAME = $(TARGET)_$(BUILD_VERSION)-$(BUILD_NUMER)
all: ipa deb

archive ./build/$(TARGET).xcarchive:
xcodebuild clean archive -workspace $(TARGET).xcworkspace/ -scheme "$(TARGET)" -archivePath ./build/$(TARGET).xcarchive CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
xcodebuild clean archive -workspace $(TARGET).xcworkspace/ -scheme "$(TARGET)" -archivePath ./build/$(TARGET).xcarchive CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

app ./build/$(TARGET).app: ./build/$(TARGET).xcarchive
ln -sf $(TARGET).xcarchive/Products/Applications/$(TARGET).app ./build/$(TARGET).app
Expand All @@ -34,4 +34,4 @@ clean:
rm -rf ./build/$(TARGET).app ./build/Payload ./build/Deb ./build/*.deb ./build/*.ipa

cleanbuild:
rm -rf ./build/$(TARGET).xcarchive
rm -rf ./build/$(TARGET).xcarchive
Binary file modified Pods/Crashlytics/iOS/Crashlytics.framework/submit
Binary file not shown.
Binary file modified Pods/Crashlytics/iOS/Crashlytics.framework/uploadDSYM
Binary file not shown.
Binary file modified Pods/Crashlytics/submit
Binary file not shown.
Binary file modified Pods/Fabric/iOS/Fabric.framework/uploadDSYM
Binary file not shown.
Binary file modified Pods/Fabric/upload-symbols
Binary file not shown.
Binary file modified Pods/Fabric/uploadDSYM
Binary file not shown.

0 comments on commit 09868bd

Please sign in to comment.