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

Commit

Permalink
Merge pull request #1 from gobbl/feature/rename_adam
Browse files Browse the repository at this point in the history
Change name to adam
  • Loading branch information
TorIsHere committed Jun 11, 2015
2 parents 93c5a8c + 91bcf00 commit a8779bd
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adam.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
INFOPLIST_FILE = benriTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = adamTests;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/benri.app/benri";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/adam.app/adam";
};
name = Debug;
};
Expand All @@ -588,7 +588,7 @@
INFOPLIST_FILE = benriTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = adamTests;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/benri.app/benri";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/adam.app/adam";
};
name = Release;
};
Expand Down
10 changes: 10 additions & 0 deletions adam.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions adam.xcworkspace/xcshareddata/adam.xccheckout
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-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>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>F2B8EF4B-5443-4526-B298-70F02CA62346</string>
<key>IDESourceControlProjectName</key>
<string>adam</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>4913E56E233267BD74CF45FCCF6A0787D355EE5C</key>
<string>https://github.com/gobbl/Adam.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>adam.xcworkspace</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>4913E56E233267BD74CF45FCCF6A0787D355EE5C</key>
<string>..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/gobbl/Adam.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>111</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>4913E56E233267BD74CF45FCCF6A0787D355EE5C</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>4913E56E233267BD74CF45FCCF6A0787D355EE5C</string>
<key>IDESourceControlWCCName</key>
<string>Adam</string>
</dict>
</array>
</dict>
</plist>

0 comments on commit a8779bd

Please sign in to comment.