Skip to content
Merged
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
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ APPLE_SEARCH_ADS_CLIENT_ID=
APPLE_SEARCH_ADS_TEAM_ID=
APPLE_SEARCH_ADS_KEY_ID=
APPLE_SEARCH_ADS_PRIVATE_KEY=
APPLE_SEARCH_ADS_PRIVATE_KEY_PATH=
APPLE_SEARCH_ADS_ORG_ID=
APPLE_ADS_PLATFORM_AD_ACCOUNT_ID=

# App Store Connect API credentials
# These are documented placeholders for local setup. Enter credentials in the app Settings UI unless environment loading is added.
Expand Down
46 changes: 46 additions & 0 deletions OpenASO.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
objects = {

/* Begin PBXBuildFile section */
AD5000000000000000000001 /* AppleAdsClient in Frameworks */ = {isa = PBXBuildFile; productRef = AD5000000000000000000004 /* AppleAdsClient */; };
AD5000000000000000000002 /* AppleAdsClient in Frameworks */ = {isa = PBXBuildFile; productRef = AD5000000000000000000004 /* AppleAdsClient */; };
AD5100000000000000000001 /* AppleAds/AppleAdsPlatformService.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD5100000000000000000003 /* AppleAds/AppleAdsPlatformService.swift */; };
AD5100000000000000000002 /* AppleAds/AppleAdsPlatformService.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD5100000000000000000003 /* AppleAds/AppleAdsPlatformService.swift */; };
AD5200000000000000000001 /* AppleAdsPlatformWorkspaceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD5200000000000000000002 /* AppleAdsPlatformWorkspaceView.swift */; };
AD5300000000000000000001 /* AppleAdsPlatformServiceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD5300000000000000000002 /* AppleAdsPlatformServiceTests.swift */; };
AD5400000000000000000001 /* AppleAdsPlatformCredentialsSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD5400000000000000000002 /* AppleAdsPlatformCredentialsSection.swift */; };
F1A200000000000000000001 /* AppStoreIDInputParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1A200000000000000000002 /* AppStoreIDInputParser.swift */; };
F1A200000000000000000003 /* AppStoreIDInputParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1A200000000000000000004 /* AppStoreIDInputParserTests.swift */; };
B9A0000000000000000005 /* AppleAdsPastedSessionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9A0000000000000000006 /* AppleAdsPastedSessionTests.swift */; };
Expand Down Expand Up @@ -345,6 +352,10 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
AD5100000000000000000003 /* AppleAds/AppleAdsPlatformService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleAds/AppleAdsPlatformService.swift; sourceTree = "<group>"; };
AD5200000000000000000002 /* AppleAdsPlatformWorkspaceView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleAdsPlatformWorkspaceView.swift; sourceTree = "<group>"; };
AD5300000000000000000002 /* AppleAdsPlatformServiceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleAdsPlatformServiceTests.swift; sourceTree = "<group>"; };
AD5400000000000000000002 /* AppleAdsPlatformCredentialsSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleAdsPlatformCredentialsSection.swift; sourceTree = "<group>"; };
F1A200000000000000000002 /* AppStoreIDInputParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppStoreIDInputParser.swift; sourceTree = "<group>"; };
F1A200000000000000000004 /* AppStoreIDInputParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppStoreIDInputParserTests.swift; sourceTree = "<group>"; };
B9A0000000000000000006 /* AppleAdsPastedSessionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleAdsPastedSessionTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -617,6 +628,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
AD5000000000000000000001 /* AppleAdsClient in Frameworks */,
A80000000000000000000005 /* PostHog in Frameworks */,
A90000000000000000000005 /* Sparkle in Frameworks */,
C0DEFACE000000000000010A /* MCP in Frameworks */,
Expand All @@ -635,6 +647,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
AD5000000000000000000002 /* AppleAdsClient in Frameworks */,
C15A00000000000000000009 /* MCP in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -645,6 +658,7 @@
1027BC248FF4568E8523C3A8 /* OpenASOTests */ = {
isa = PBXGroup;
children = (
AD5300000000000000000002 /* AppleAdsPlatformServiceTests.swift */,
F1A200000000000000000004 /* AppStoreIDInputParserTests.swift */,
AA0000000000000000000001 /* AppleAdsConnectionStateTests.swift */,
B9A0000000000000000006 /* AppleAdsPastedSessionTests.swift */,
Expand Down Expand Up @@ -730,6 +744,7 @@
4F501415E1C5553BD5F1EE07 /* Features */ = {
isa = PBXGroup;
children = (
AD5200000000000000000003 /* AppleAds */,
C10000000000000000000001 /* AppDetail */,
C10000000000000000000005 /* AppManagement */,
C0DEC0DE0000000000000010 /* MCP */,
Expand All @@ -739,6 +754,14 @@
path = Features;
sourceTree = "<group>";
};
AD5200000000000000000003 /* AppleAds */ = {
isa = PBXGroup;
children = (
AD5200000000000000000002 /* AppleAdsPlatformWorkspaceView.swift */,
);
path = AppleAds;
sourceTree = "<group>";
};
D34B00000000000000000020 /* KeywordResearch */ = {
isa = PBXGroup;
children = (
Expand All @@ -761,6 +784,7 @@
54FB5EDBECF218FCB9C40ADB /* Services */ = {
isa = PBXGroup;
children = (
AD5100000000000000000003 /* AppleAds/AppleAdsPlatformService.swift */,
04E8C4E18F1A4D519C0A1130 /* AI/AIService.swift */,
04E8C4E18F1A4D519C0A1131 /* AI/AITranslationService.swift */,
A80000000000000000000002 /* AnalyticsService.swift */,
Expand Down Expand Up @@ -965,6 +989,7 @@
C10000000000000000000006 /* Settings */ = {
isa = PBXGroup;
children = (
AD5400000000000000000002 /* AppleAdsPlatformCredentialsSection.swift */,
04E8C4E18F1A4D519C0A1139 /* AppleAdsSettingsConnectionState.swift */,
04E8C4E18F1A4D519C0A113D /* SettingsViewPreviews.swift */,
04E8C4E18F1A4D519C0A113B /* AppleAdsSettingsStatusRows.swift */,
Expand Down Expand Up @@ -1075,6 +1100,7 @@
);
name = OpenASO;
packageProductDependencies = (
AD5000000000000000000004 /* AppleAdsClient */,
A80000000000000000000006 /* PostHog */,
A90000000000000000000006 /* Sparkle */,
C0DEFACE0000000000000109 /* MCP */,
Expand All @@ -1096,6 +1122,7 @@
);
name = OpenASOMCP;
packageProductDependencies = (
AD5000000000000000000004 /* AppleAdsClient */,
C0DEFACE0000000000000109 /* MCP */,
);
productName = OpenASOMCP;
Expand Down Expand Up @@ -1143,6 +1170,7 @@
mainGroup = 99308A2E9EE083E212B3325F;
minimizedProjectReferenceProxies = 1;
packageReferences = (
AD5000000000000000000003 /* XCRemoteSwiftPackageReference "apple-ads-platform-api-swift" */,
A80000000000000000000007 /* XCRemoteSwiftPackageReference "posthog-ios" */,
A90000000000000000000007 /* XCRemoteSwiftPackageReference "Sparkle" */,
C0DEFACE000000000000010B /* XCRemoteSwiftPackageReference "swift-sdk" */,
Expand Down Expand Up @@ -1209,6 +1237,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AD5100000000000000000001 /* AppleAds/AppleAdsPlatformService.swift in Sources */,
AD5200000000000000000001 /* AppleAdsPlatformWorkspaceView.swift in Sources */,
EF3B2BA43807572789A250A7 /* AddAppSheet.swift in Sources */,
F1A200000000000000000001 /* AppStoreIDInputParser.swift in Sources */,
59E573ACDBBB76A905B92574 /* AddKeywordsSheet.swift in Sources */,
Expand Down Expand Up @@ -1237,6 +1267,7 @@
E78A00000000000000000001 /* OpenASOExecutionMode.swift in Sources */,
E8BA00000000000000000003 /* CrossProcessFileLock.swift in Sources */,
04E8C4E18F1A4D519C0A113A /* AppleAdsSettingsStatusRows.swift in Sources */,
AD5400000000000000000001 /* AppleAdsPlatformCredentialsSection.swift in Sources */,
D35D00000000000000000002 /* DailyRefreshRunStatusView.swift in Sources */,
E8BA00000000000000000004 /* BackgroundRefreshAgentStatusView.swift in Sources */,
04E8C4E18F1A4D519C0A110B /* SettingsView.swift in Sources */,
Expand Down Expand Up @@ -1409,6 +1440,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AD5300000000000000000001 /* AppleAdsPlatformServiceTests.swift in Sources */,
F1A200000000000000000003 /* AppStoreIDInputParserTests.swift in Sources */,
AA0000000000000000000002 /* AppleAdsConnectionStateTests.swift in Sources */,
B9A0000000000000000005 /* AppleAdsPastedSessionTests.swift in Sources */,
Expand Down Expand Up @@ -1476,6 +1508,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AD5100000000000000000002 /* AppleAds/AppleAdsPlatformService.swift in Sources */,
C15A0000000000000000000A /* MCP/OpenASOMCPMain.swift in Sources */,
C15A00000000000000000101 /* MCP/OpenASOMCPDTOs.swift in Sources */,
C15A00000000000000000102 /* MCP/OpenASOMCPService.swift in Sources */,
Expand Down Expand Up @@ -1881,6 +1914,14 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
AD5000000000000000000003 /* XCRemoteSwiftPackageReference "apple-ads-platform-api-swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/apple/apple-ads-platform-api-swift.git";
requirement = {
kind = exactVersion;
version = 1.109.0;
};
};
A80000000000000000000007 /* XCRemoteSwiftPackageReference "posthog-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/PostHog/posthog-ios.git";
Expand Down Expand Up @@ -1908,6 +1949,11 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
AD5000000000000000000004 /* AppleAdsClient */ = {
isa = XCSwiftPackageProductDependency;
package = AD5000000000000000000003 /* XCRemoteSwiftPackageReference "apple-ads-platform-api-swift" */;
productName = AppleAdsClient;
};
A80000000000000000000006 /* PostHog */ = {
isa = XCSwiftPackageProductDependency;
package = A80000000000000000000007 /* XCRemoteSwiftPackageReference "posthog-ios" */;
Expand Down
Loading
Loading