Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Addly.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.6;
MARKETING_VERSION = 1.0.51;
PRODUCT_BUNDLE_IDENTIFIER = com.bitrise.aedemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -741,7 +741,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.6;
MARKETING_VERSION = 1.0.51;
PRODUCT_BUNDLE_IDENTIFIER = com.bitrise.aedemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
2 changes: 1 addition & 1 deletion Addly/Adder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation
enum AddingStatus: Equatable {
case nothingToAdd
case adding
case added(String)
case added(String)sdsdsdd
case error
}

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# README for Addly
A demo project for Bitrise

make a change
3 changes: 2 additions & 1 deletion UITest.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
}
],
"defaultOptions" : {
"testTimeoutsEnabled" : true
"testTimeoutsEnabled" : true,
"uiTestingScreenshotsLifetime" : "keepAlways"
},
"testTargets" : [
{
Expand Down
2 changes: 2 additions & 0 deletions aedemo-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSMinimumSystemVersion</key>
<string>12</string>
</dict>
Expand Down