Skip to content

Commit

Permalink
Merge branch 'master' of github.com:priitlatt/banaan-ios into tests
Browse files Browse the repository at this point in the history
  • Loading branch information
priitlatt committed Feb 26, 2018
2 parents a4f3131 + 1680561 commit b27cf4c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output

# OS X stuff
.DS_Store

27 changes: 22 additions & 5 deletions ios-test2/banaan.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
387029471DE479500008D573 /* Sources */,
387029481DE479500008D573 /* Frameworks */,
387029491DE479500008D573 /* Resources */,
38B09D2C1F28853C00024781 /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -196,7 +197,7 @@
TargetAttributes = {
3870294A1DE479500008D573 = {
CreatedOnToolsVersion = 8.1;
DevelopmentTeam = T44NESVEFN;
DevelopmentTeam = MPRGV3Y7Q4;
ProvisioningStyle = Automatic;
};
3870295E1DE479500008D573 = {
Expand Down Expand Up @@ -260,6 +261,22 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
38B09D2C1F28853C00024781 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "set -x\n\nDSYM_INFO_PLIST=\"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Info.plist\"\nbuildNumber=$NEVERCODE_BUILD_NUMBER\nstringLength=${#buildNumber}\n\nif [ $stringLength -ne 0 ]; then\n echo \"Updating build number to $buildNumber\"\n /usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $buildNumber\" \"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}\"\n if [ -f \"$DSYM_INFO_PLIST\" ]; then\n /usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $BUILD_NUMBER\" \"$DSYM_INFO_PLIST\"\n fi\nelse\n echo \"Missing build number, skip updating\"\nfi";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
387029471DE479500008D573 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down Expand Up @@ -418,10 +435,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = T44NESVEFN;
DEVELOPMENT_TEAM = MPRGV3Y7Q4;
INFOPLIST_FILE = "ios-test2/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.greenhouseci.banaan;
PRODUCT_BUNDLE_IDENTIFIER = io.nevercode.banaan;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
Expand All @@ -431,10 +448,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = T44NESVEFN;
DEVELOPMENT_TEAM = MPRGV3Y7Q4;
INFOPLIST_FILE = "ios-test2/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.greenhouseci.banaan;
PRODUCT_BUNDLE_IDENTIFIER = io.nevercode.banaan;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0810"
version = "1.3">
version = "1.8">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
Expand All @@ -26,6 +26,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
Expand Down
2 changes: 2 additions & 0 deletions ios-test2/ios-test2/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Banaan</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down

0 comments on commit b27cf4c

Please sign in to comment.