Skip to content

Commit

Permalink
Final changes for upgrade to 2010 Fosdem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Ziolkowski committed Jan 3, 2010
1 parent 19a4e65 commit 83aaf75
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 8,846 deletions.
2 changes: 1 addition & 1 deletion Classes/LAEventsTableViewController.m
Expand Up @@ -357,7 +357,7 @@ - (IBAction) refreshDatabase: (id) sender {






NSURLRequest *databaseDownloadRequest = [NSURLRequest requestWithURL: [NSURL URLWithString: @"http://roubaix.landasoftware.com/fosdem_schedule.xcal"]]; NSURLRequest *databaseDownloadRequest = [NSURLRequest requestWithURL: [NSURL URLWithString: @"http://fosdem.org/2010/schedule/xcal"]];
LADownload *fileDownload = [[LADownload alloc] initWithRequest:databaseDownloadRequest LADownload *fileDownload = [[LADownload alloc] initWithRequest:databaseDownloadRequest
destination: [LAEventDatabase cachedDatabaseLocation] destination: [LAEventDatabase cachedDatabaseLocation]
delegate: self]; delegate: self];
Expand Down
2 changes: 1 addition & 1 deletion fosdem-Info.plist
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string></string> <string></string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.landasoftware.${PRODUCT_NAME:rfc1034identifier}</string> <string>com.landasoftware.fosdem</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
Expand Down
28 changes: 28 additions & 0 deletions fosdem.xcodeproj/project.pbxproj
Expand Up @@ -439,6 +439,32 @@
}; };
name = Release; name = Release;
}; };
231FF6E110F135F2001658B8 /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Leon Handreke";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "94064858-A3F7-4998-8FFB-445B3AA3B77A";
SDKROOT = iphoneos3.0;
};
name = Distribution;
};
231FF6E210F135F2001658B8 /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = fosdem_Prefix.pch;
INFOPLIST_FILE = "fosdem-Info.plist";
PRODUCT_NAME = fosdem;
};
name = Distribution;
};
C01FCF4F08A954540054247B /* Debug */ = { C01FCF4F08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
Expand Down Expand Up @@ -474,6 +500,7 @@
buildConfigurations = ( buildConfigurations = (
1D6058940D05DD3E006BFB54 /* Debug */, 1D6058940D05DD3E006BFB54 /* Debug */,
1D6058950D05DD3E006BFB54 /* Release */, 1D6058950D05DD3E006BFB54 /* Release */,
231FF6E210F135F2001658B8 /* Distribution */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
Expand All @@ -483,6 +510,7 @@
buildConfigurations = ( buildConfigurations = (
C01FCF4F08A954540054247B /* Debug */, C01FCF4F08A954540054247B /* Debug */,
C01FCF5008A954540054247B /* Release */, C01FCF5008A954540054247B /* Release */,
231FF6E110F135F2001658B8 /* Distribution */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
Expand Down

0 comments on commit 83aaf75

Please sign in to comment.